Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rogger committed Jul 3, 2013
1 parent 4ccc26d commit 8d37f22
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion spark-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-epsilon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-grammar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-preprocess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<packaging>pom</packaging>
<name>spark-project</name>

Expand Down
2 changes: 1 addition & 1 deletion spark-rete/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spark-streamer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions spark-wave/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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>
<artifactId>spark-wave</artifactId>
<packaging>jar</packaging>
Expand All @@ -8,7 +7,7 @@
<parent>
<groupId>at.sti2.sparkwave</groupId>
<artifactId>spark-project</artifactId>
<version>0.4.4-SNAPSHOT</version>
<version>0.5</version>
<relativePath>../spark-project</relativePath>
</parent>

Expand Down

0 comments on commit 8d37f22

Please sign in to comment.