You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2019/01/28 16:32:46 UTC

[sling-tooling-release] 05/29: Fix sync_obr_with_dist.sh

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-tooling-release.git

commit d7bf8c1ba3899364d95e155eadef995b3d4dad0c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Mon Aug 3 12:41:46 2015 +0000

    Fix sync_obr_with_dist.sh
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1693893 13f79535-47bb-0310-9956-ffa450edef68
---
 sync_obr_with_dist.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sync_obr_with_dist.sh b/sync_obr_with_dist.sh
index c3d9276..49318dd 100755
--- a/sync_obr_with_dist.sh
+++ b/sync_obr_with_dist.sh
@@ -77,5 +77,5 @@ for POM_FILE in $(ls -1 $DIST_CHECKOUT/*.pom); do
     fi
 
     echo "Adding $OBR_KEY to $OBR_FILE"
-    mvn -q org.apache.felix:maven-bundle-plugin:deploy-file -Dfile=$DIST_CHECKOUT/$JAR_FILE -DpomFile=$DIST_CHECKOUT/$POM_FILE -DbundleUrl=http://repo1.maven.org/maven2/org/apache/sling/$ARTIFACT_ID-$VERSION.jar -Durl=file://$SITE_CHECKOUT/trunk/content/obr -DprefixUrl=http://repo1.maven.org/maven2 -DremoteOBR=sling.xml
+    mvn -q org.apache.felix:maven-bundle-plugin:deploy-file -Dfile=$DIST_CHECKOUT/$JAR_FILE -DpomFile=$DIST_CHECKOUT/$POM_FILE -DbundleUrl=http://repo1.maven.org/maven2/org/apache/sling/$ARTIFACT_ID/$VERSION/$ARTIFACT_ID-$VERSION.jar -Durl=file://$SITE_CHECKOUT/trunk/content/obr -DprefixUrl=http://repo1.maven.org/maven2 -DremoteOBR=sling.xml
 done