Skip to content

Commit 1308542

Browse files
committed
[maven-release-plugin] prepare release inrupt-rdf-wrapping-1.1.1
1 parent 0c94fb3 commit 1308542

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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.1</version>
88
<name>Inrupt RDF Wrapping Java</name>
99
<url>https://inrupt.github.io/rdf-wrapping-java/</url>
1010
<description>Inrupt RDF Wrapping Java libraries</description>
@@ -669,7 +669,7 @@
669669
<connection>scm:git:git://github.com/inrupt/rdf-wrapping-java.git</connection>
670670
<developerConnection>scm:git:git@github.com:inrupt/rdf-wrapping-java.git</developerConnection>
671671
<url>https://github.com/inrupt/rdf-wrapping-java</url>
672-
<tag>HEAD</tag>
672+
<tag>inrupt-rdf-wrapping-1.1.1</tag>
673673
</scm>
674674

675675
<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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.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.rdf</groupId>
66
<artifactId>inrupt-rdf-wrapping-test</artifactId>
7-
<version>1.1.1-SNAPSHOT</version>
7+
<version>1.1.1</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)