Skip to content

Commit 1209e1f

Browse files
committed
Bump version to 1.10.0-SNAPSHOT
1 parent 676461b commit 1209e1f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pom.xml

+2-2
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.7</version>
8+
<version>1.10.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010

1111
<name>robot</name>
@@ -288,7 +288,7 @@
288288
<plugin>
289289
<groupId>org.obolibrary.robot</groupId>
290290
<artifactId>robot-maven-plugin</artifactId>
291-
<version>1.9.7</version>
291+
<version>1.10.0-SNAPSHOT</version>
292292
</plugin>
293293
</plugins>
294294
</build>

robot-command/pom.xml

+1-1
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.7</version>
9+
<version>1.10.0-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>robot-command</artifactId>
1212
<name>robot-command</name>

robot-core/pom.xml

+2-2
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.7</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.6</version> <!-- japicmp target -->
45+
<version>1.9.7</version> <!-- japicmp target -->
4646
<type>jar</type>
4747
</dependency>
4848
</oldVersion>

robot-maven-plugin/pom.xml

+3-3
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.7</version>
11+
<version>1.10.0-SNAPSHOT</version>
1212
</parent>
1313

1414
<artifactId>robot-maven-plugin</artifactId>
15-
<version>1.9.7</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.7</version>
58+
<version>1.10.0-SNAPSHOT</version>
5959
</plugin>
6060
</plugins>
6161
</build>

robot-mock-plugin/pom.xml

+1-1
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.7</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)