Skip to content

Commit

Permalink
[maven-release-plugin] prepare release restler-0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Zhidkov committed Apr 29, 2016
1 parent e049717 commit fe1c24d
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 28 deletions.
5 changes: 2 additions & 3 deletions jar-executor-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<parent>
<artifactId>restler</artifactId>
<groupId>org.restler</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jar-executor-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.restler</groupId>
<artifactId>restler</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>

<!--
Expand Down Expand Up @@ -49,7 +49,7 @@
<connection>scm:git:https://github.com/${github-repo-owner}/${github-repo}.git</connection>
<developerConnection>scm:git:https://github.com/${github-repo-owner}/${github-repo}.git</developerConnection>
<url>https://github.com/${github-repo-owner}/${github-repo}</url>
<tag>HEAD</tag>
<tag>restler-0.5.0</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions restler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.restler</groupId>
<artifactId>restler</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>restler-core</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions restler-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>restler</artifactId>
<groupId>org.restler</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</parent>

<properties>
Expand Down Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>org.restler</groupId>
<artifactId>restler-test-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down
8 changes: 3 additions & 5 deletions restler-sdr-integration-tests/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>restler</artifactId>
<groupId>org.restler</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -26,7 +24,7 @@
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>test-server</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions restler-spring-data-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.restler</groupId>
<artifactId>restler</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@
<jackson.version>2.6.0</jackson.version>
</properties>
<artifactId>restler-spring-data-rest</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<build>
Expand Down
4 changes: 2 additions & 2 deletions restler-spring-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.restler</groupId>
<artifactId>restler</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -15,7 +15,7 @@
<jackson.version>2.6.0</jackson.version>
</properties>
<artifactId>restler-spring-mvc</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<build>
Expand Down
6 changes: 2 additions & 4 deletions test-api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>restler</artifactId>
<groupId>org.restler</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
10 changes: 4 additions & 6 deletions test-client/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>restler</artifactId>
<groupId>org.restler</groupId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +19,7 @@
<plugin>
<groupId>org.restler</groupId>
<artifactId>jar-executor-plugin</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
<executions>
<execution>
<id>start-test-server</id>
Expand Down Expand Up @@ -106,7 +104,7 @@
<dependency>
<groupId>org.restler</groupId>
<artifactId>restler-test-api</artifactId>
<version>0.4.3-SNAPSHOT</version>
<version>0.5.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit fe1c24d

Please sign in to comment.