Skip to content

Commit e080dc2

Browse files
committed
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.
1 parent a5d621b commit e080dc2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ name: Java CI with Maven
77

88
on:
99
push:
10-
branches: [ main, master ]
10+
branches: [ master ]
1111
pull_request:
12-
branches: [ main, master ]
12+
branches: [ master ]
1313

1414
jobs:
1515
build:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'com.rootly.client'
7-
version = '0.0.4'
7+
version = '0.1.0'
88

99
buildscript {
1010
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

0 commit comments

Comments
 (0)