You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2006/05/10 02:38:36 UTC

svn commit: r405574 - /geronimo/gbuild/scripts/update_version.sh

Author: dblevins
Date: Tue May  9 17:38:34 2006
New Revision: 405574

URL: http://svn.apache.org/viewcvs?rev=405574&view=rev
Log:
seems to be what is required to swizzle the version

Added:
    geronimo/gbuild/scripts/update_version.sh

Added: geronimo/gbuild/scripts/update_version.sh
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/scripts/update_version.sh?rev=405574&view=auto
==============================================================================
--- geronimo/gbuild/scripts/update_version.sh (added)
+++ geronimo/gbuild/scripts/update_version.sh Tue May  9 17:38:34 2006
@@ -0,0 +1,32 @@
+#!/bin/bash
+#
+#  Copyright 2005 The Apache Software Foundation
+# 
+#   Licensed under the Apache License, Version 2.0 (the "License");
+#   you may not use this file except in compliance with the License.
+#   You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+#   Unless required by applicable law or agreed to in writing, software
+#   distributed under the License is distributed on an "AS IS" BASIS,
+#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#   See the License for the specific language governing permissions and
+#   limitations under the License.
+
+# --------------------------------------------------------------------
+# $Rev$ $Date$
+# --------------------------------------------------------------------
+
+perl -i.orig -pe 's,(-SNAPSHOT)?$,-$ENV{SVN_VERSION}, if /^(geronimo.packaging.)?geronimo_?(.*?plugin_)?[Vv]ersion=/' etc/project.properties  plugins/*/*.properties
+
+perl -i.orig -pe '
+s,(</currentVersion>),-$ENV{SVN_VERSION}$1, unless /SNAPSHOT/;
+s,-SNAPSHOT(</currentVersion>),-$ENV{SVN_VERSION}$1,;
+s,-SNAPSHOT(</(dep:)?version>),-$ENV{SVN_VERSION}$1, if $p2 =~ /<(dep:)?groupId>geronimo/; 
+$p2=$p1; $p1=$_;
+' plugins/*/project.xml plugins/geronimo-packaging-plugin/src/test-resources/*.xml
+
+#perl -i.orig -pe 's,SNAPSHOT,GERONIMO, if $p2 =~ /<groupId>geronimo/;$p2=$p1;$p1=$_' plugins/geronimo-packaging-plugin/src/test-resources/plan.xml
+
+perl -i.orig -pe 's,(-SNAPSHOT)?$,-$ENV{SVN_VERSION}, if /^geronimo...=/' etc/explicit_versions.properties