Author: bmaxwell
Date: 2012-02-03 19:30:30 -0500 (Fri, 03 Feb 2012)
New Revision: 1952
Modified:
branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.properties.default
branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.xml
Log:
[JBPAPP-8050] CVE Fixes: 2011-2204, 2011-2729, 2011-1184, 2011-2526, 2011-4858, 2011-4610
Modified: branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.properties.default
===================================================================
--- branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.properties.default 2012-02-04 00:29:22
UTC (rev 1951)
+++ branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.properties.default 2012-02-04 00:30:30
UTC (rev 1952)
@@ -12,9 +12,9 @@
# ----- Version Control Flags -----
version.major=2
version.minor=1
-version.build=4
+version.build=11
version.patch=0
-version.tag=SNAPSHOT
+version.tag=JBPAPP-8050
# ----- Default Base Path for Dependent Packages -----
# Please note this path must be absolute, not relative,
Modified: branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.xml
===================================================================
--- branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.xml 2012-02-04 00:29:22 UTC (rev 1951)
+++ branches/JBOSSWEB_2_1_11_GA_JBPAPP-8050/build.xml 2012-02-04 00:30:30 UTC (rev 1952)
@@ -16,9 +16,9 @@
<property name="year" value="2008" />
<property name="version.major" value="2" />
<property name="version.minor" value="1" />
- <property name="version.build" value="0" />
+ <property name="version.build" value="11" />
<property name="version.patch" value="0" />
- <property name="version.tag" value="SNAPSHOT" />
+ <property name="version.tag" value="JBPAPP-8050"
/>
<property name="version"
value="${version.major}.${version.minor}.${version.build}.${version.tag}" />
<property name="version.number"
value="${version.major}.${version.minor}.${version.build}.${version.patch}"
/>