You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2017/07/17 15:58:53 UTC

svn commit: r1802167 - /jena/dist/dist.sh

Author: andy
Date: Mon Jul 17 15:58:53 2017
New Revision: 1802167

URL: http://svn.apache.org/viewvc?rev=1802167&view=rev
Log:
Repo number NNN

Modified:
    jena/dist/dist.sh

Modified: jena/dist/dist.sh
URL: http://svn.apache.org/viewvc/jena/dist/dist.sh?rev=1802167&r1=1802166&r2=1802167&view=diff
==============================================================================
--- jena/dist/dist.sh (original)
+++ jena/dist/dist.sh Mon Jul 17 15:58:53 2017
@@ -5,6 +5,7 @@
 #  Copy into the right shape in $OUT (dist-jena)
 
 CMD="$(basename $0)"
+NNN="...."
 
 usage()
 {
@@ -21,7 +22,7 @@ EOF
 
 set -e
 
-REPO="https://repository.apache.org/content/repositories/orgapachejena-1018/org/apache/jena"
+REPO="https://repository.apache.org/content/repositories/orgapachejena-${NNN}/org/apache/jena"
 V_DIST="$1"
 V_FUSEKI2="$1"