From e080dc251b7de61fc4d6d9ac1725866fe6e86e64 Mon Sep 17 00:00:00 2001 From: Quentin Rousseau Date: Thu, 7 May 2026 11:06:49 -0700 Subject: [PATCH] chore: bump version to 0.1.0 and remove main branch from maven workflow Bump version in pom.xml and build.gradle for v0.1.0 release. Remove stale main branch reference from maven workflow since default branch is master. --- .github/workflows/maven.yml | 4 ++-- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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