Skip to content

Commit f9a4efa

Browse files
committed
Bump version to 1.10.0-SNAPSHOT
1 parent 6edb888 commit f9a4efa

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

docs/examples/part_of_uberon.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,5 +1139,5 @@ boundary_of: http://purl.obolibrary.org/obo/RO_0002000</obo:IAO_0000115>
11391139

11401140

11411141

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

docs/examples/ro-base-reasoned.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3878,5 +3878,5 @@ For example, protein A (transcription factor) indirectly increases by expression
38783878

38793879

38803880

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

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

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

0 commit comments

Comments
 (0)