Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klinovp committed Jul 20, 2013
1 parent 329e6b5 commit 89617d8
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion elk-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions elk-distribution/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-owl-parent/elk-owl-implementation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-owl-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-owl-implementation</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-owl-parent/elk-owl-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-owl-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-owl-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-owl-parent/elk-owl-parsing-javacc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-owl-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion elk-owl-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-owl-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-owlapi-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-owlapi-standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-owlapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-owlapi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-protege/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-protege</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-reasoner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-reasoner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-standalone/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-standalone</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/elk-util-collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-util-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-collections</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/elk-util-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-util-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/elk-util-concurrent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-util-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-concurrent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/elk-util-hashing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-util-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-hashing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/elk-util-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-util-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/elk-util-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elk-util-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-logging</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/elk-util-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-util-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion elk-util-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>elk-parent</artifactId>
<groupId>org.semanticweb.elk</groupId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>elk-util-parent</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.semanticweb.elk</groupId>
<artifactId>elk-parent</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -35,7 +35,8 @@
<connection>scm:git:https://code.google.com/p/elk-reasoner/</connection>
<developerConnection>scm:git:git@github.com:klinovp/elk.git</developerConnection>
<url>http://elk-reasoner.googlecode.com/git/</url>
</scm>
<tag>v0.4.0</tag>
</scm>

<licenses>
<license>
Expand Down

0 comments on commit 89617d8

Please sign in to comment.