Author: thomas.diesler(a)jboss.com
Date: 2008-04-24 10:02:26 -0400 (Thu, 24 Apr 2008)
New Revision: 6663
Removed:
container/jboss42/branches/jbossws-jboss422/profiles-example.xml
Modified:
container/jboss42/branches/jbossws-jboss422/pom.xml
Log:
3.0.0-SNAPSHOT
Modified: container/jboss42/branches/jbossws-jboss422/pom.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-24 14:02:21 UTC (rev
6662)
+++ container/jboss42/branches/jbossws-jboss422/pom.xml 2008-04-24 14:02:26 UTC (rev
6663)
@@ -6,7 +6,7 @@
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-jboss422</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<!-- Parent -->
<parent>
Deleted: container/jboss42/branches/jbossws-jboss422/profiles-example.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss422/profiles-example.xml 2008-04-24 14:02:21
UTC (rev 6662)
+++ container/jboss42/branches/jbossws-jboss422/profiles-example.xml 2008-04-24 14:02:26
UTC (rev 6663)
@@ -1,18 +0,0 @@
-<profilesXml
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/xsd/profiles-1.0.0.xsd">
-
- <!-- This profile can also be defined in ~/.m2/settings.xml -->
- <profiles>
- <profile>
- <id>user-profile</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <properties>
- <!-- The location of the legacy jboss repository -->
-
<jboss.local.repository>/home/tdiesler/svn/jboss.local.repository</jboss.local.repository>
- </properties>
- </profile>
- </profiles>
-
-</profilesXml>
\ No newline at end of file