Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergii Kabashniuk committed Jul 17, 2015
1 parent fff36cb commit f51ff37
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion everrest-assured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>everrest-assured</artifactId>
<name>EverRest :: HTTP :: Testng listener</name>
Expand Down
2 changes: 1 addition & 1 deletion everrest-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>everrest-core</artifactId>
<name>EverRest :: Core</name>
Expand Down
2 changes: 1 addition & 1 deletion everrest-groovy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>everrest-groovy</artifactId>
<name>EverRest :: Groovy</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-exo-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion everrest-integration/everrest-integration-exo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-exo</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-guice-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion everrest-integration/everrest-integration-guice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-guice</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-picocontainer-sample</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-picocontainer</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-spring-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion everrest-integration/everrest-integration-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>everrest-integration-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion everrest-project-template-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>everrest-project-template-war</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion everrest-samples/book-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>book-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion everrest-samples/groovy-book-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>groovy-book-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion everrest-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>everrest-test</artifactId>
<name>EverRest :: HTTP :: Test</name>
Expand Down
2 changes: 1 addition & 1 deletion everrest-websockets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>everrest-parent</artifactId>
<groupId>org.everrest</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
</parent>
<artifactId>everrest-websockets</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</parent>
<groupId>org.everrest</groupId>
<artifactId>everrest-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.7.0</version>
<packaging>pom</packaging>
<name>EverRest :: Parent</name>
<description>everREST is a project which provides a way to build RESTful applications
Expand Down Expand Up @@ -76,7 +76,7 @@
<scm>
<connection>scm:git:git@github.com:codenvy/everrest.git</connection>
<developerConnection>scm:git:git@github.com:codenvy/everrest.git</developerConnection>
<tag>HEAD</tag>
<tag>1.7.0</tag>
<url>https://github.com/codenvy/everrest/</url>
</scm>
<distributionManagement>
Expand Down

0 comments on commit f51ff37

Please sign in to comment.