Author: chris.laprun(a)jboss.com
Date: 2010-04-27 10:59:57 -0400 (Tue, 27 Apr 2010)
New Revision: 2839
Modified:
components/wsrp/trunk/consumer/pom.xml
components/wsrp/trunk/pom.xml
Log:
- Updated to use proper versions of parent, dep, common, wci and pc. :)
- Updated to use nexus repository.
- Removed jboss-unit as it's not currently used and is causing issues with Nexus due
to antiquated dependencies.
Modified: components/wsrp/trunk/consumer/pom.xml
===================================================================
--- components/wsrp/trunk/consumer/pom.xml 2010-04-27 14:56:00 UTC (rev 2838)
+++ components/wsrp/trunk/consumer/pom.xml 2010-04-27 14:59:57 UTC (rev 2839)
@@ -21,7 +21,8 @@
~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<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>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
@@ -84,11 +85,6 @@
</dependency>
<dependency>
- <groupId>org.jboss.unit</groupId>
- <artifactId>jboss-unit-remote</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.gatein.wsrp</groupId>
<artifactId>test-framework</artifactId>
<version>${project.version}</version>
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2010-04-27 14:56:00 UTC (rev 2838)
+++ components/wsrp/trunk/pom.xml 2010-04-27 14:59:57 UTC (rev 2839)
@@ -37,7 +37,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-GA</version>
+ <version>1.0.1-GA</version>
</parent>
<scm>
@@ -47,9 +47,9 @@
</scm>
<properties>
- <version.gatein.pc>2.1.0-GA</version.gatein.pc>
- <version.gatein.common>2.0.1-GA-SNAPSHOT</version.gatein.common>
- <version.gatein.wci>2.0.0-GA</version.gatein.wci>
+ <version.gatein.pc>2.1.1-GA</version.gatein.pc>
+ <version.gatein.common>2.0.2-GA</version.gatein.common>
+ <version.gatein.wci>2.0.1-GA</version.gatein.wci>
<version.jsf>1.2_12</version.jsf>
<version.apache.commons-fileupload>1.2.1</version.apache.commons-fileupload>
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.gatein</groupId>
<artifactId>gatein-dep</artifactId>
- <version>1.0.0-GA</version>
+ <version>1.0.2-GA</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -165,26 +165,26 @@
<repositories>
<repository>
- <id>repository.jboss.org</id>
- <name>JBoss Repository</name>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Maven Repository Group</name>
+
<
url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
- <
url>http://repository.jboss.org/maven2/</url>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
<snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <name>JBoss Snapshots Repository</name>
- <layout>default</layout>
- <
url>http://snapshots.jboss.org/maven2/</url>
- <snapshots>
<enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
</snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>maven2-repository.dev.java.net</id>
+ <
name>Java.net Repository for Maven</name>
+ <
url>http://download.java.net/maven/2/</url>
+ </pluginRepository>
+ </pluginRepositories>
</project>