You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2013/03/15 11:31:55 UTC

svn commit: r1456867 - in /santuario/xml-security-java/tags/1.5.4: build.xml contrib/santuario-release.sh

Author: coheigea
Date: Fri Mar 15 10:31:54 2013
New Revision: 1456867

URL: http://svn.apache.org/r1456867
Log:
Fixing ant script

Modified:
    santuario/xml-security-java/tags/1.5.4/build.xml
    santuario/xml-security-java/tags/1.5.4/contrib/santuario-release.sh

Modified: santuario/xml-security-java/tags/1.5.4/build.xml
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.4/build.xml?rev=1456867&r1=1456866&r2=1456867&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.4/build.xml (original)
+++ santuario/xml-security-java/tags/1.5.4/build.xml Fri Mar 15 10:31:54 2013
@@ -10,7 +10,7 @@
     <property name="product.version.major" value="1"/>
     <property name="product.version.minor" value="5"/>
     <property name="product.version.level" value="4"/>
-    <property name='product.version.qualifier' value='-SNAPSHOT'/>
+    <property name='product.version.qualifier' value=''/>
     <property name="product.version" 
 	  value="${product.version.major}.${product.version.minor}.${product.version.level}${product.version.qualifier}"/>
     <property name="product_version" 

Modified: santuario/xml-security-java/tags/1.5.4/contrib/santuario-release.sh
URL: http://svn.apache.org/viewvc/santuario/xml-security-java/tags/1.5.4/contrib/santuario-release.sh?rev=1456867&r1=1456866&r2=1456867&view=diff
==============================================================================
--- santuario/xml-security-java/tags/1.5.4/contrib/santuario-release.sh (original)
+++ santuario/xml-security-java/tags/1.5.4/contrib/santuario-release.sh Fri Mar 15 10:31:54 2013
@@ -34,13 +34,13 @@ fi
 #
 rm -rf ${SANTUARIO_STAGE_ROOT}
 mkdir -p ${SANTUARIO_STAGE_ROOT}/dist
-mkdir -p ${SANTUARIO_STAGE_ROOT}/maven/org/apache/santuario/xmlsec/${SANTUARIO_VERSION}
+#mkdir -p ${SANTUARIO_STAGE_ROOT}/maven/org/apache/santuario/xmlsec/${SANTUARIO_VERSION}
 #
 # Build and stage through maven; copy the Jartifact built by Maven to the dist
 #
 cd ${SANTUARIO_SRC_ROOT}
-mvn clean || exit 1
-mvn -Prelease install || exit 1
+#mvn clean || exit 1
+#mvn -Prelease install || exit 1
 cp -r ${M2_REPO}/org/apache/santuario/xmlsec/${SANTUARIO_VERSION} ${SANTUARIO_STAGE_ROOT}/maven/org/apache/santuario/xmlsec
 #
 # Build and stage the distribution using ant
@@ -64,15 +64,15 @@ for i in *.zip
 do
     md5sum $i > $i.md5
 done
-cd ${SANTUARIO_STAGE_ROOT}/maven/org/apache/santuario/xmlsec/${SANTUARIO_VERSION}
-for i in *
-do
-    gpg --detach-sign --armor $i
-    gpg --verify $i.asc
-done
-for i in *.jar *.pom
-do
-    md5sum $i > $i.md5
-done
+#cd ${SANTUARIO_STAGE_ROOT}/maven/org/apache/santuario/xmlsec/${SANTUARIO_VERSION}
+#for i in *
+#do
+#    gpg --detach-sign --armor $i
+#    gpg --verify $i.asc
+#done
+#for i in *.jar *.pom
+#do
+#    md5sum $i > $i.md5
+#done