diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 0091b0db..5b26c2d4 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -7,9 +7,9 @@ name: Java CI with Maven on: push: - branches: [ main, master ] + branches: [ master ] pull_request: - branches: [ main, master ] + branches: [ master ] jobs: build: diff --git a/build.gradle b/build.gradle index f467b204..b35fb2a4 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group = 'com.rootly.client' -version = '0.0.4' +version = '0.1.0' buildscript { repositories { diff --git a/pom.xml b/pom.xml index 6c71f3ce..fb13ca38 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ rootly jar rootly-java - 0.0.4 + 0.1.0 https://github.com/rootlyhq/rootly-java Java client library for Rootly incident management platform