Skip to content

Commit

Permalink
Bump version to 1.10.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed May 28, 2024
1 parent 507be88 commit c107f07
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>robot</name>
Expand Down Expand Up @@ -288,7 +288,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion robot-command/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>robot-command</artifactId>
<name>robot-command</name>
Expand Down
4 changes: 2 additions & 2 deletions robot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>robot-core</artifactId>
<name>robot-core</name>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>${project.artifactId}</artifactId>
<version>1.9.5</version> <!-- japicmp target -->
<version>1.9.6</version> <!-- japicmp target -->
<type>jar</type>
</dependency>
</oldVersion>
Expand Down
6 changes: 3 additions & 3 deletions robot-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>robot-maven-plugin</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>robot-maven-plugin</name>

Expand Down Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion robot-mock-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot</artifactId>
<version>1.9.6</version>
<version>1.10.0-SNAPSHOT</version>
</parent>
<artifactId>robot-mock-plugin</artifactId>
<name>robot-mock-plugin</name>
Expand Down

0 comments on commit c107f07

Please sign in to comment.