Skip to content

Commit 5b24482

Browse files
committed
release 2.1.1 with OWLAPI 3.4.3 for Protege 4.3.0 and 5.x
1 parent 782c07f commit 5b24482

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

oppl2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>oppl2-oppl2</artifactId>
44
<groupId>net.sourceforge.owlapi</groupId>
5-
<version>2.1.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
66
<packaging>jar</packaging>
77
<name>OPPL 2</name>
88
<parent>
99
<groupId>net.sourceforge.owlapi</groupId>
1010
<artifactId>oppl2-parent</artifactId>
11-
<version>2.1.1-SNAPSHOT</version>
11+
<version>2.1.1</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414
<dependencies>

oppl2patterns/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>oppl2-oppl2patterns</artifactId>
44
<groupId>net.sourceforge.owlapi</groupId>
5-
<version>2.1.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
66
<packaging>jar</packaging>
77
<name>OPPL 2 Patterns</name>
88
<parent>
99
<groupId>net.sourceforge.owlapi</groupId>
1010
<artifactId>oppl2-parent</artifactId>
11-
<version>2.1.1-SNAPSHOT</version>
11+
<version>2.1.1</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>net.sourceforge.owlapi</groupId>
17-
<version>2.1.1-SNAPSHOT</version>
17+
<version>2.1.1</version>
1818
<artifactId>oppl2-oppl2</artifactId>
1919
</dependency>
2020
</dependencies>

oppl2plugin/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>net.sourceforge.owlapi</groupId>
88
<artifactId>oppl2-parent</artifactId>
9-
<version>2.1.1-SNAPSHOT</version>
9+
<version>2.1.1</version>
1010
<relativePath>../</relativePath>
1111
</parent>
1212
<build>
@@ -36,18 +36,18 @@
3636
<dependencies>
3737
<dependency>
3838
<groupId>net.sourceforge.owlapi</groupId>
39-
<version>2.1.1-SNAPSHOT</version>
39+
<version>2.1.1</version>
4040
<artifactId>oppl2-oppl2</artifactId>
4141
</dependency>
4242
<dependency>
4343
<groupId>net.sourceforge.owlapi</groupId>
44-
<version>2.1.1-SNAPSHOT</version>
44+
<version>2.1.1</version>
4545
<artifactId>oppl2-oppl2patterns</artifactId>
4646
</dependency>
4747
<dependency>
4848
<groupId>net.sourceforge.owlapi</groupId>
4949
<artifactId>oppl2-oppl2testcase</artifactId>
50-
<version>2.1.1-SNAPSHOT</version>
50+
<version>2.1.1</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>edu.stanford.protege</groupId>

oppl2templates/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
<modelVersion>4.0.0</modelVersion>
33
<artifactId>oppl2-oppl2templates</artifactId>
44
<groupId>net.sourceforge.owlapi</groupId>
5-
<version>2.1.1-SNAPSHOT</version>
5+
<version>2.1.1</version>
66
<packaging>jar</packaging>
77
<name>OPPL 2 Templates</name>
88
<parent>
99
<groupId>net.sourceforge.owlapi</groupId>
1010
<artifactId>oppl2-parent</artifactId>
11-
<version>2.1.1-SNAPSHOT</version>
11+
<version>2.1.1</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>net.sourceforge.owlapi</groupId>
17-
<version>2.1.1-SNAPSHOT</version>
17+
<version>2.1.1</version>
1818
<artifactId>oppl2-oppl2</artifactId>
1919
</dependency>
2020
<dependency>
2121
<groupId>net.sourceforge.owlapi</groupId>
2222
<artifactId>oppl2-oppl2testcase</artifactId>
23-
<version>2.1.1-SNAPSHOT</version>
23+
<version>2.1.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>junit</groupId>

oppl2testcase/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
<packaging>jar</packaging>
55
<name>OPPL 2 Test Case</name>
66
<groupId>net.sourceforge.owlapi</groupId>
7-
<version>2.1.1-SNAPSHOT</version>
7+
<version>2.1.1</version>
88
<parent>
99
<groupId>net.sourceforge.owlapi</groupId>
1010
<artifactId>oppl2-parent</artifactId>
11-
<version>2.1.1-SNAPSHOT</version>
11+
<version>2.1.1</version>
1212
<relativePath>../</relativePath>
1313
</parent>
1414
<dependencies>
1515
<dependency>
1616
<groupId>net.sourceforge.owlapi</groupId>
17-
<version>2.1.1-SNAPSHOT</version>
17+
<version>2.1.1</version>
1818
<artifactId>oppl2-oppl2</artifactId>
1919
</dependency>
2020
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>net.sourceforge.owlapi</groupId>
1111
<artifactId>oppl2-parent</artifactId>
1212
<packaging>pom</packaging>
13-
<version>2.1.1-SNAPSHOT</version>
13+
<version>2.1.1</version>
1414
<name>OPPL 2 parent</name>
1515
<description>OPPL 2 is a language for querying and manipulating OWL ontologies</description>
1616
<url>https://github.com/owlcs/OPPL2</url>

0 commit comments

Comments
 (0)