Skip to content

Commit

Permalink
Bumping up the project version to v1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
akunft committed Aug 18, 2016
1 parent 69f5e3b commit 2e25698
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion peel-archetypes/peel-flink-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>peel-archetypes</artifactId>
<groupId>org.peelframework</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>peel-flink-bundle</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- Peel -->
<peel.version>1.0-SNAPSHOT</peel.version>
<peel.version>1.0.2</peel.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion peel-archetypes/peel-flinkspark-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>peel-archetypes</artifactId>
<groupId>org.peelframework</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>peel-flinkspark-bundle</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- Peel -->
<peel.version>1.0-SNAPSHOT</peel.version>
<peel.version>1.0.2</peel.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion peel-archetypes/peel-spark-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>peel-archetypes</artifactId>
<groupId>org.peelframework</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>peel-spark-bundle</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>

<!-- Peel -->
<peel.version>1.0-SNAPSHOT</peel.version>
<peel.version>1.0.2</peel.version>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion peel-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>peel-parent</artifactId>
<groupId>org.peelframework</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>peel-archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion peel-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>peel-parent</artifactId>
<groupId>org.peelframework</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>peel-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion peel-empty-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>peel-parent</artifactId>
<groupId>org.peelframework</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>peel-empty-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion peel-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>peel-parent</artifactId>
<groupId>org.peelframework</groupId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
</parent>

<artifactId>peel-extensions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>org.peelframework</groupId>
<artifactId>peel-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>peel</name>
Expand Down

0 comments on commit 2e25698

Please sign in to comment.