Skip to content

Commit 51aed08

Browse files
committed
[maven-release-plugin] prepare release inrupt-rdf-wrapping-0.2.1
1 parent 34472d7 commit 51aed08

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-commons</artifactId>

jena/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-jena</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
<name>Inrupt RDF Wrapping</name>
99
<url>https://inrupt.github.io/rdf-wrapping/</url>
1010
<description>Inrupt RDF Wrapping libraries</description>
@@ -674,7 +674,7 @@
674674
<connection>scm:git:git://github.com/inrupt/rdf-wrapping.git</connection>
675675
<developerConnection>scm:git:[email protected]:inrupt/rdf-wrapping.git</developerConnection>
676676
<url>https://github.com/inrupt/rdf-wrapping</url>
677-
<tag>HEAD</tag>
677+
<tag>inrupt-rdf-wrapping-0.2.1</tag>
678678
</scm>
679679

680680
<licenses>

rdf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-rdf4j</artifactId>

reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-report</artifactId>

test/base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-test-base</artifactId>

test/commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-test-commons</artifactId>

test/jena/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-test-jena</artifactId>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-test</artifactId>

test/rdf4j/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.inrupt</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>0.2.1-SNAPSHOT</version>
7+
<version>0.2.1</version>
88
</parent>
99

1010
<artifactId>inrupt-rdf-wrapping-test-rdf4j</artifactId>

0 commit comments

Comments
 (0)