Skip to content

Commit

Permalink
prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Sep 21, 2017
1 parent ecf0edd commit 00e47c6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.substeps</groupId>
<artifactId>substeps-framework</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>substeps-core-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.substeps</groupId>
<artifactId>substeps-framework</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

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

<groupId>org.substeps</groupId>
<artifactId>substeps-framework</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Substeps Framework</name>
Expand Down
2 changes: 1 addition & 1 deletion runner/Ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.substeps</groupId>
<artifactId>substeps-runner-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>substeps-ant-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runner/Common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.substeps</groupId>
<artifactId>substeps-runner-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>substeps-runner-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runner/Junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.substeps</groupId>
<artifactId>substeps-runner-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>substeps-junit-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runner/Maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.substeps</groupId>
<artifactId>substeps-runner-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>substeps-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.substeps</groupId>
<artifactId>substeps-framework</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.1-SNAPSHOT</version>
</parent>

<artifactId>substeps-runner-parent</artifactId>
Expand Down

0 comments on commit 00e47c6

Please sign in to comment.