Skip to content

Commit

Permalink
maven upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
eparaschiv committed Dec 14, 2012
1 parent 8437700 commit e6233d9
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 27 deletions.
6 changes: 3 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.10-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

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

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

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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.10-SNAPSHOT</version>
<packaging>pom</packaging>
<name>rest-security</name>
<url>https://github.com/eugenp/REST</url>
Expand Down Expand Up @@ -58,7 +58,7 @@
<properties>

<!-- Spring related -->
<spring.version>3.2.0.RC2</spring.version> <!-- 3.1.3.RELEASE -->
<spring.version>3.2.0</spring.version>
<spring-security.version>3.1.3.RELEASE</spring-security.version>
<javassist.version>3.17.1-GA</javassist.version>
<cglib.version>2.2.2</cglib.version>
Expand Down
6 changes: 3 additions & 3 deletions sandbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.10-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

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

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

Expand Down
6 changes: 0 additions & 6 deletions sec/.settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@
<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.9-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.9-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"/>
<property name="context-root" value="rest-sec"/>
</wb-module>
Expand Down
8 changes: 4 additions & 4 deletions sec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.10-SNAPSHOT</version>
</parent>

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

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

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

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

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

<!-- web -->
Expand Down
3 changes: 0 additions & 3 deletions ui/.settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<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.9-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/rest-common/rest-common">
<dependency-type>uses</dependency-type>
</dependent-module>
<property name="context-root" value="rest-ui"/>
<property name="java-output-path" value="/rest-ui/target/classes"/>
</wb-module>
Expand Down
6 changes: 3 additions & 3 deletions ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org</groupId>
<artifactId>rest-parent</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.10-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

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

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

Expand Down

0 comments on commit e6233d9

Please sign in to comment.