You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by cm...@apache.org on 2016/03/19 15:02:05 UTC

svn commit: r1735774 - /openoffice/devtools/guno-extension/trunk/build.gradle

Author: cmarcum
Date: Sat Mar 19 14:02:04 2016
New Revision: 1735774

URL: http://svn.apache.org/viewvc?rev=1735774&view=rev
Log:
#i126770#
minor change to repository comment

Modified:
    openoffice/devtools/guno-extension/trunk/build.gradle

Modified: openoffice/devtools/guno-extension/trunk/build.gradle
URL: http://svn.apache.org/viewvc/openoffice/devtools/guno-extension/trunk/build.gradle?rev=1735774&r1=1735773&r2=1735774&view=diff
==============================================================================
--- openoffice/devtools/guno-extension/trunk/build.gradle (original)
+++ openoffice/devtools/guno-extension/trunk/build.gradle Sat Mar 19 14:02:04 2016
@@ -54,8 +54,8 @@ uploadArchives {
 
         // examples:
         // url: "file://localhost/tmp/myRepo/"
-        //  url: "https://repository.apache.org/service/local/staging/deploy/maven2" // Apache Nexus
-        // was url: "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
+        // url: "https://repository.apache.org/service/local/staging/deploy/maven2" // Apache Nexus
+        // url: "http://oss.sonatype.org/service/local/staging/deploy/maven2/"
         repository(url: "file://$buildDir/myRepo/") {
             // authentication(userName: nexusUsername, password: nexusPassword)
         }