File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ name: Java CI with Maven
77
88on :
99 push :
10- branches : [ main, master ]
10+ branches : [ master ]
1111 pull_request :
12- branches : [ main, master ]
12+ branches : [ master ]
1313
1414jobs :
1515 build :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ apply plugin: 'java'
44apply plugin : ' com.diffplug.spotless'
55
66group = ' com.rootly.client'
7- version = ' 0.0.4 '
7+ version = ' 0.1.0 '
88
99buildscript {
1010 repositories {
Original file line number Diff line number Diff line change 55 <artifactId >rootly</artifactId >
66 <packaging >jar</packaging >
77 <name >rootly-java</name >
8- <version >0.0.4 </version >
8+ <version >0.1.0 </version >
99 <url >https://github.com/rootlyhq/rootly-java</url >
1010 <description >Java client library for Rootly incident management platform</description >
1111 <scm >
You can’t perform that action at this time.
0 commit comments