Author: jbalunas(a)redhat.com
Date: 2010-08-20 12:26:46 -0400 (Fri, 20 Aug 2010)
New Revision: 18856
Modified:
modules/build/resources/trunk/faces-shade-transformers/pom.xml
Log:
RF-9112 updated
Modified: modules/build/resources/trunk/faces-shade-transformers/pom.xml
===================================================================
--- modules/build/resources/trunk/faces-shade-transformers/pom.xml 2010-08-20 16:26:23 UTC
(rev 18855)
+++ modules/build/resources/trunk/faces-shade-transformers/pom.xml 2010-08-20 16:26:46 UTC
(rev 18856)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-parent</artifactId>
- <version>9</version>
+ <version>10-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.build.resources</groupId>
@@ -16,14 +16,6 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.5</source>
- <target>1.5</target>
- </configuration>
- </plugin>
- <!-- For the release this parent pom -->
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
@@ -53,8 +45,8 @@
<!-- SCM and distribution management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/build...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
-
<
url>http://fisheye.jboss.org/browse/richfaces/root/build/resources/tru...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/bu...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
+
<
url>http://fisheye.jboss.org/browse/richfaces/root/build/resources/mod...
</scm>
</project>