Skip to content

Commit 938263f

Browse files
committed
Bump version to 1.10.0-SNAPSHOT
1 parent 0ba0558 commit 938263f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.obolibrary.robot</groupId>
77
<artifactId>robot</artifactId>
8-
<version>1.9.5</version>
8+
<version>1.10.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>robot</name>
@@ -292,7 +292,7 @@
292292
<plugin>
293293
<groupId>org.obolibrary.robot</groupId>
294294
<artifactId>robot-maven-plugin</artifactId>
295-
<version>1.9.5</version>
295+
<version>1.10.0-SNAPSHOT</version>
296296
</plugin>
297297
</plugins>
298298
</build>

robot-command/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.obolibrary.robot</groupId>
88
<artifactId>robot</artifactId>
9-
<version>1.9.5</version>
9+
<version>1.10.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>robot-command</artifactId>
1212
<name>robot-command</name>

robot-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.obolibrary.robot</groupId>
88
<artifactId>robot</artifactId>
9-
<version>1.9.5</version>
9+
<version>1.10.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>robot-core</artifactId>
1212
<name>robot-core</name>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>${project.groupId}</groupId>
4444
<artifactId>${project.artifactId}</artifactId>
45-
<version>1.9.4</version> <!-- japicmp target -->
45+
<version>1.9.5</version> <!-- japicmp target -->
4646
<type>jar</type>
4747
</dependency>
4848
</oldVersion>

robot-maven-plugin/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
<parent>
99
<groupId>org.obolibrary.robot</groupId>
1010
<artifactId>robot</artifactId>
11-
<version>1.9.5</version>
11+
<version>1.10.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>robot-maven-plugin</artifactId>
15-
<version>1.9.5</version>
15+
<version>1.10.0-SNAPSHOT</version>
1616
<packaging>maven-plugin</packaging>
1717
<name>robot-maven-plugin</name>
1818

@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.obolibrary.robot</groupId>
5757
<artifactId>robot-maven-plugin</artifactId>
58-
<version>1.9.5</version>
58+
<version>1.10.0-SNAPSHOT</version>
5959
</plugin>
6060
</plugins>
6161
</build>

robot-mock-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.obolibrary.robot</groupId>
88
<artifactId>robot</artifactId>
9-
<version>1.9.5</version>
9+
<version>1.10.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>robot-mock-plugin</artifactId>
1212
<name>robot-mock-plugin</name>

0 commit comments

Comments
 (0)