You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by ga...@apache.org on 2014/04/07 23:45:37 UTC

svn commit: r1585597 - in /chemistry/opencmis/trunk: chemistry-opencmis-dist/release-scripts/deploy-dist.sh chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml pom.xml

Author: gabriele
Date: Mon Apr  7 21:45:36 2014
New Revision: 1585597

URL: http://svn.apache.org/r1585597
Log:
updated release scripts, removed tabs, reverted experimental release configuration on maven-deploy-plugin as it didn't work

Modified:
    chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh
    chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml
    chemistry/opencmis/trunk/pom.xml

Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh?rev=1585597&r1=1585596&r2=1585597&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-dist/release-scripts/deploy-dist.sh Mon Apr  7 21:45:36 2014
@@ -45,11 +45,6 @@ STAGING_REPO=https://repository.apache.o
  wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-osgi-client/${VERSION}/chemistry-opencmis-osgi-client-${VERSION}.jar.md5
  wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-osgi-client/${VERSION}/chemistry-opencmis-osgi-client-${VERSION}.jar.sha1
 
- wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-osgi-server/${VERSION}/chemistry-opencmis-osgi-server-${VERSION}.jar
- wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-osgi-server/${VERSION}/chemistry-opencmis-osgi-server-${VERSION}.jar.asc
- wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-osgi-server/${VERSION}/chemistry-opencmis-osgi-server-${VERSION}.jar.md5
- wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-osgi-server/${VERSION}/chemistry-opencmis-osgi-server-${VERSION}.jar.sha1
-
  wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings-war/${VERSION}/chemistry-opencmis-server-bindings-war-${VERSION}.war
  wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings-war/${VERSION}/chemistry-opencmis-server-bindings-war-${VERSION}.war.asc
  wget --no-check-certificate ${STAGING_REPO}/${STAGING_FOLDER}/chemistry-opencmis-server-bindings-war/${VERSION}/chemistry-opencmis-server-bindings-war-${VERSION}.war.md5

Modified: chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml?rev=1585597&r1=1585596&r2=1585597&view=diff
==============================================================================
--- chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml (original)
+++ chemistry/opencmis/trunk/chemistry-opencmis-dist/src/main/assembly/docs-assembly.xml Mon Apr  7 21:45:36 2014
@@ -46,7 +46,7 @@
             <outputDirectory>/</outputDirectory>
             <excludes>
                 <exclude>DEPENDENCIES</exclude>
-		<exclude>NOTICE</exclude>
+		        <exclude>NOTICE</exclude>
             </excludes>
         </fileSet>
         <fileSet>

Modified: chemistry/opencmis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1585597&r1=1585596&r2=1585597&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Mon Apr  7 21:45:36 2014
@@ -462,7 +462,7 @@
                     </dependency>
                 </dependencies>
                 <configuration>
-                    <deployAtEnd>true</deployAtEnd>
+                    <deployAtEnd>false</deployAtEnd>
                 </configuration>
             </plugin>
         </plugins>