Skip to content

Commit e44ef06

Browse files
committed
Bump version to 1.10.0-SNAPSHOT
1 parent 0581ad5 commit e44ef06

File tree

4 files changed

+8
-8
lines changed

4 files changed

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

1111
<name>robot</name>
@@ -291,7 +291,7 @@
291291
<plugin>
292292
<groupId>org.obolibrary.robot</groupId>
293293
<artifactId>robot-maven-plugin</artifactId>
294-
<version>1.9.3</version>
294+
<version>1.10.0-SNAPSHOT</version>
295295
</plugin>
296296
</plugins>
297297
</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.3</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.3</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.2</version> <!-- japicmp target -->
45+
<version>1.9.3</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.3</version>
11+
<version>1.10.0-SNAPSHOT</version>
1212
</parent>
1313

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

0 commit comments

Comments
 (0)