[seam-commits] Seam SVN: r8814 - in trunk: build and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Aug 26 10:12:58 EDT 2008
Author: jbalunas at redhat.com
Date: 2008-08-26 10:12:58 -0400 (Tue, 26 Aug 2008)
New Revision: 8814
Modified:
trunk/build/default.build.properties
trunk/build/root.pom.xml
trunk/readme.txt
Log:
revert to snapshot settings to unfreeze trunk
Modified: trunk/build/default.build.properties
===================================================================
--- trunk/build/default.build.properties 2008-08-26 14:03:45 UTC (rev 8813)
+++ trunk/build/default.build.properties 2008-08-26 14:12:58 UTC (rev 8814)
@@ -8,7 +8,7 @@
major.version 2
minor.version .1
patchlevel .0
-qualifier .BETA1
+qualifier -SNAPSHOT
#
# Other program locations
# -----------------------
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-08-26 14:03:45 UTC (rev 8813)
+++ trunk/build/root.pom.xml 2008-08-26 14:12:58 UTC (rev 8814)
@@ -15,14 +15,12 @@
<name>JBoss Repository</name>
<url>http://repository.jboss.org/maven2</url>
</pluginRepository>
- <!-- commented out for 2.1.BETA1 tag
<pluginRepository>
<snapshots />
<id>snapshots.jboss.org</id>
<name>JBoss Snapshot Repository</name>
<url>http://snapshots.jboss.org/maven2</url>
- </pluginRepository>
- -->
+ </pluginRepository>
</pluginRepositories>
<repositories>
<repository>
@@ -30,14 +28,12 @@
<name>JBoss Repository</name>
<url>http://repository.jboss.org/maven2</url>
</repository>
- <!-- commented out for 2.1.BETA1 tag
<repository>
<snapshots />
<id>snapshots.jboss.org</id>
<name>JBoss Snapshot Repository</name>
<url>http://snapshots.jboss.org/maven2</url>
</repository>
- -->
</repositories>
<!-- Externalize some version numbers here -->
Modified: trunk/readme.txt
===================================================================
--- trunk/readme.txt 2008-08-26 14:03:45 UTC (rev 8813)
+++ trunk/readme.txt 2008-08-26 14:12:58 UTC (rev 8814)
@@ -1,6 +1,6 @@
JBoss Seam - Contextual Component framework for Java EE 5
=========================================================
-version 2.1.0.BETA1, August 2008
+version 2.1.0.SNAPSHOT, August 2008
This software is distributed under the terms of the FSF Lesser Gnu
Public License (see lgpl.txt).
More information about the seam-commits
mailing list