Skip to content

Commit

Permalink
[maven-release-plugin] [ci build-cli] [ci build-webdemo] -prepare rel…
Browse files Browse the repository at this point in the history
…ease v0.8.8
  • Loading branch information
¨Dimitris committed Oct 26, 2017
1 parent d155911 commit 454a378
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@
<artifactId>rdfunit-parent</artifactId>

<packaging>pom</packaging>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
<name>RDFUnit - Parent</name>
<description>A RDF Testing Suite</description>
<url>http://github.org/AKSW/RDFUnit</url>
Expand Down Expand Up @@ -42,7 +42,7 @@
<url>https://github.com/AKSW/RDFUnit</url>
<connection>scm:git:git://github.com/AKSW/RDFUnit.git</connection>
<developerConnection>scm:git:git@github.com:AKSW/RDFUnit.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.8.8</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion rdfunit-commons/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rdfunit-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>

<artifactId>rdfunit-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rdfunit-examples/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>

<artifactId>rdfunit-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rdfunit-io/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rdfunit-junit/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rdfunit-manual-tests/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion rdfunit-model/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>

<artifactId>rdfunit-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rdfunit-validate/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>

<artifactId>rdfunit-validate</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion rdfunit-w3c-dqv/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>rdfunit-parent</artifactId>
<groupId>org.aksw.rdfunit</groupId>
<version>0.8.8-SNAPSHOT</version>
<version>0.8.8</version>
</parent>

<artifactId>rdfunit-w3c-dqv</artifactId>
Expand Down

0 comments on commit 454a378

Please sign in to comment.