Author: remy.maucherat(a)jboss.com
Date: 2010-06-08 14:54:24 -0400 (Tue, 08 Jun 2010)
New Revision: 1484
Modified:
trunk/build.xml
trunk/res/jasper-jdt-pom.xml
trunk/res/jbossweb-pom.xml
Log:
- Update POMs.
Modified: trunk/build.xml
===================================================================
--- trunk/build.xml 2010-06-08 16:28:23 UTC (rev 1483)
+++ trunk/build.xml 2010-06-08 18:54:24 UTC (rev 1484)
@@ -490,7 +490,7 @@
</copy>
<!-- Maven repository configuration -->
- <property name="maven.repository.url"
value="https://repository.jboss.org/nexus/service/local/staging/depl...
+ <property name="maven.repository.url"
value="https://repository.jboss.org/nexus/service/local/staging/depl...
<property name="maven.repository.id"
value="jboss-releases-repository"/>
<!-- Linux/Unix execs -->
Modified: trunk/res/jasper-jdt-pom.xml
===================================================================
--- trunk/res/jasper-jdt-pom.xml 2010-06-08 16:28:23 UTC (rev 1483)
+++ trunk/res/jasper-jdt-pom.xml 2010-06-08 18:54:24 UTC (rev 1484)
@@ -1,7 +1,12 @@
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>jboss.web</groupId>
+ <parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>5</version>
+ </parent>
+ <groupId>org.jboss.web</groupId>
<artifactId>jasper-jdt</artifactId>
<version>@VERSION@</version>
</project>
Modified: trunk/res/jbossweb-pom.xml
===================================================================
--- trunk/res/jbossweb-pom.xml 2010-06-08 16:28:23 UTC (rev 1483)
+++ trunk/res/jbossweb-pom.xml 2010-06-08 18:54:24 UTC (rev 1484)
@@ -1,7 +1,12 @@
<?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>jboss.web</groupId>
+ <parent>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-parent</artifactId>
+ <version>5</version>
+ </parent>
+ <groupId>org.jboss.web</groupId>
<artifactId>jbossweb</artifactId>
<version>@VERSION@</version>
</project>