You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2014/09/02 16:22:59 UTC

svn commit: r1622016 - in /syncope/branches/1_2_X: installer/pom.xml src/site/xdoc/downloads.xml src/site/xdoc/release-process.xml

Author: ilgrosso
Date: Tue Sep  2 14:22:58 2014
New Revision: 1622016

URL: http://svn.apache.org/r1622016
Log:
Fixing installer uber JAR name

Modified:
    syncope/branches/1_2_X/installer/pom.xml
    syncope/branches/1_2_X/src/site/xdoc/downloads.xml
    syncope/branches/1_2_X/src/site/xdoc/release-process.xml

Modified: syncope/branches/1_2_X/installer/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/installer/pom.xml?rev=1622016&r1=1622015&r2=1622016&view=diff
==============================================================================
--- syncope/branches/1_2_X/installer/pom.xml (original)
+++ syncope/branches/1_2_X/installer/pom.xml Tue Sep  2 14:22:58 2014
@@ -158,7 +158,7 @@ under the License.
             <configuration>
               <baseDir>${staging.dir}</baseDir>
               <installFile>${staging.dir}/install.xml</installFile>
-              <output>${project.build.directory}/${project.artifactId}.jar</output>
+              <classifier>uber</classifier>
             </configuration>
           </execution>
         </executions>

Modified: syncope/branches/1_2_X/src/site/xdoc/downloads.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/src/site/xdoc/downloads.xml?rev=1622016&r1=1622015&r2=1622016&view=diff
==============================================================================
--- syncope/branches/1_2_X/src/site/xdoc/downloads.xml (original)
+++ syncope/branches/1_2_X/src/site/xdoc/downloads.xml Tue Sep  2 14:22:58 2014
@@ -95,12 +95,12 @@ under the License.
             </tr>
             <tr>
               <td>
-                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar">syncope-installer-1.2.0-M1.jar</a>
+                <a href="http://www.apache.org/dyn/closer.cgi/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar">syncope-installer-1.2.0-M1.jar</a>
               </td>
               <td>
-                <a href="http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar.asc">asc</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar.md5">md5</a> 
-                <a href="http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1.jar.sha1">sha1</a>
+                <a href="http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar.asc">asc</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar.md5">md5</a> 
+                <a href="http://www.apache.org/dist/syncope/1.2.0-M1/syncope-installer-1.2.0-M1-uber.jar.sha1">sha1</a>
               </td>
             </tr>
             <tr>

Modified: syncope/branches/1_2_X/src/site/xdoc/release-process.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/src/site/xdoc/release-process.xml?rev=1622016&r1=1622015&r2=1622016&view=diff
==============================================================================
--- syncope/branches/1_2_X/src/site/xdoc/release-process.xml (original)
+++ syncope/branches/1_2_X/src/site/xdoc/release-process.xml Tue Sep  2 14:22:58 2014
@@ -238,8 +238,8 @@ cp $SYNCOPE_RELEASE_DIR/target/syncope-*
 cp $SYNCOPE_RELEASE_DIR/standalone/target/syncope-standalone-*-distribution.zip .
 cp $SYNCOPE_RELEASE_DIR/standalone/target/syncope-standalone-*-distribution.zip.asc .
 # only for 1_2_X
-cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*.jar .
-cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*.jar.asc .
+cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*-uber.jar .
+cp $SYNCOPE_RELEASE_DIR/installer/target/syncope-installer-*-uber.jar.asc .
 cp $SYNCOPE_RELEASE_DIR/deb/core/target/apache-syncope-*.deb .           
 cp $SYNCOPE_RELEASE_DIR/deb/core/target/apache-syncope-*.deb.asc .
 cp $SYNCOPE_RELEASE_DIR/deb/console/target/apache-syncope-console-*.deb .