Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Dec 29, 2012
1 parent 367b201 commit 6d383eb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>org</groupId>
<artifactId>rest-common</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org</groupId>
<artifactId>rest-test</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
<packaging>pom</packaging>
<name>rest-security</name>
<url>https://github.com/eugenp/REST</url>
Expand Down
6 changes: 3 additions & 3 deletions sandbox/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand All @@ -17,13 +17,13 @@
<dependency>
<groupId>org</groupId>
<artifactId>rest-common</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org</groupId>
<artifactId>rest-test</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions sec/.settings/org.eclipse.wst.common.component
Expand Up @@ -4,10 +4,10 @@
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="rest-common-0.10-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/rest-common/rest-common">
<dependent-module archiveName="rest-common-0.11-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/rest-common/rest-common">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="rest-api-0.10-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/rest-api/rest-api">
<dependent-module archiveName="rest-api-0.11-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/rest-api/rest-api">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="java-output-path" value="/rest/target/classes"/>
Expand Down
8 changes: 4 additions & 4 deletions sec/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -17,20 +17,20 @@
<dependency>
<groupId>org</groupId>
<artifactId>rest-common</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org</groupId>
<artifactId>rest-test</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org</groupId>
<artifactId>rest-api</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
</dependency>

<!-- util -->
Expand Down
4 changes: 2 additions & 2 deletions test/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
</parent>

<dependencies>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>org</groupId>
<artifactId>rest-common</artifactId>
<version>0.10-SNAPSHOT</version>
<version>0.11-SNAPSHOT</version>
</dependency>

<!-- web -->
Expand Down

0 comments on commit 6d383eb

Please sign in to comment.