Skip to content

Commit c7d7dbe

Browse files
committed
[maven-release-plugin] prepare release inrupt-rdf-wrapping-0.1.4
1 parent 3084b3b commit c7d7dbe

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

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

0 commit comments

Comments
 (0)