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 Oct 28, 2022
1 parent 6edb888 commit f9a4efa
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/examples/part_of_uberon.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1139,5 +1139,5 @@ boundary_of: http://purl.obolibrary.org/obo/RO_0002000</obo:IAO_0000115>



<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 1.9.1) https://github.com/owlcs/owlapi -->

2 changes: 1 addition & 1 deletion docs/examples/ro-base-reasoned.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3878,5 +3878,5 @@ For example, protein A (transcription factor) indirectly increases by expression



<!-- Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi -->
<!-- Generated by the OWL API (version 1.9.1) https://github.com/owlcs/owlapi -->

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.1</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.1</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.1</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.1</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.0</version> <!-- japicmp target -->
<version>1.9.1</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.1</version>
<version>1.10.0-SNAPSHOT</version>
</parent>

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

0 comments on commit f9a4efa

Please sign in to comment.