Skip to content

Commit

Permalink
Bumping up the project version to v1.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
aalexandrov authored and akunft committed Jan 31, 2018
1 parent 3e0434a commit 73cf236
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ highlighter: rouge

title: Peel Framework

current_version: 1.1.7
current_version: 1.1.8

collections:
manual:
Expand Down
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.1-SNAPSHOT</version>
<version>1.1.8</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.1-SNAPSHOT</peel.version>
<peel.version>1.1.8</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.1-SNAPSHOT</version>
<version>1.1.8</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.1-SNAPSHOT</peel.version>
<peel.version>1.1.8</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.1-SNAPSHOT</version>
<version>1.1.8</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.1-SNAPSHOT</peel.version>
<peel.version>1.1.8</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.1-SNAPSHOT</version>
<version>1.1.8</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.1-SNAPSHOT</version>
<version>1.1.8</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.1-SNAPSHOT</version>
<version>1.1.8</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.1-SNAPSHOT</version>
<version>1.1.8</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.1-SNAPSHOT</version>
<version>1.1.8</version>
<packaging>pom</packaging>

<name>peel</name>
Expand Down

0 comments on commit 73cf236

Please sign in to comment.