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 Feb 9, 2023
1 parent 29910f7 commit 1d8f8d7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.2</version>
<version>1.10.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>robot</name>
Expand Down Expand Up @@ -291,7 +291,7 @@
<plugin>
<groupId>org.obolibrary.robot</groupId>
<artifactId>robot-maven-plugin</artifactId>
<version>1.9.2</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.2</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.2</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.1</version> <!-- japicmp target -->
<version>1.9.2</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.2</version>
<version>1.10.0-SNAPSHOT</version>
</parent>

<artifactId>robot-maven-plugin</artifactId>
<version>1.9.2</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.2</version>
<version>1.10.0-SNAPSHOT</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 1d8f8d7

Please sign in to comment.