Author: gnodet
Date: Tue May 15 12:45:11 2007
New Revision: 538288
URL: http://svn.apache.org/viewvc?view=rev&rev=538288
Log:
Remove SNAPSHOT from version to use for archetypes
Modified:
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch.bat
Modified:
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch?view=diff&rev=538288&r1=538287&r2=538288
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch
(original)
+++
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch
Tue May 15 12:45:11 2007
@@ -19,7 +19,7 @@
#
if [ "$SERVICEMIX_VERSION" = "" ] ; then
- SERVICEMIX_VERSION=3.1.1-incubating-SNAPSHOT
+ SERVICEMIX_VERSION=3.1.1-incubating
fi
if [ "$DEF_GROUP_ID" = "" ] ; then
Modified:
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch.bat
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch.bat?view=diff&rev=538288&r1=538287&r2=538288
==============================================================================
---
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch.bat
(original)
+++
incubator/servicemix/branches/servicemix-3.1/distributions/apache-servicemix/src/main/release/bin/smx-arch.bat
Tue May 15 12:45:11 2007
@@ -21,7 +21,7 @@
rem
if "%SERVICEMIX_VERSION%" == "" (
- set SERVICEMIX_VERSION=3.1.1-incubating-SNAPSHOT
+ set SERVICEMIX_VERSION=3.1.1-incubating
)
if "%DEF_GROUP_ID%" == "" (