You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/12/13 20:35:35 UTC

svn commit: r1213885 - in /incubator/lcf/trunk: mvn-bootstrap.bat mvn-bootstrap.sh

Author: kwright
Date: Tue Dec 13 19:35:35 2011
New Revision: 1213885

URL: http://svn.apache.org/viewvc?rev=1213885&view=rev
Log:
Got the group wrong.  Part of CONNECTORS-310.

Modified:
    incubator/lcf/trunk/mvn-bootstrap.bat
    incubator/lcf/trunk/mvn-bootstrap.sh

Modified: incubator/lcf/trunk/mvn-bootstrap.bat
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/mvn-bootstrap.bat?rev=1213885&r1=1213884&r2=1213885&view=diff
==============================================================================
--- incubator/lcf/trunk/mvn-bootstrap.bat (original)
+++ incubator/lcf/trunk/mvn-bootstrap.bat Tue Dec 13 19:35:35 2011
@@ -25,7 +25,7 @@ cmd /c mvn install:install-file -Dfile=c
 
 cmd /c mvn install:install-file -Dfile=lib/chemistry-opencmis-server-inmemory-war.war -DgroupId=org.apache.chemistry.opencmis -DartifactId=chemistry-opencmis-server-inmemory-war -Dversion=0.5.0 -Dpackaging=war
 
-cmd /c mvn install:install-file -Dfile=lib/opensaml-1.0.1.jar -DgroupId=opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar
+cmd /c mvn install:install-file -Dfile=lib/opensaml-1.0.1.jar -DgroupId=org.opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar
 cmd /c mvn install:install-file -Dfile=lib/xmlsec-1.4.1.jar -DgroupId=xml-security -DartifactId=xmlsec -Dversion=1.4.1 -Dpackaging=jar
 
 echo Dependencies installed

Modified: incubator/lcf/trunk/mvn-bootstrap.sh
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/mvn-bootstrap.sh?rev=1213885&r1=1213884&r2=1213885&view=diff
==============================================================================
--- incubator/lcf/trunk/mvn-bootstrap.sh (original)
+++ incubator/lcf/trunk/mvn-bootstrap.sh Tue Dec 13 19:35:35 2011
@@ -32,7 +32,7 @@ mvn install:install-file -Dfile=connecto
 
 mvn install:install-file -Dfile=lib/chemistry-opencmis-server-inmemory-war.war -DgroupId=org.apache.chemistry.opencmis -DartifactId=chemistry-opencmis-server-inmemory-war -Dversion=0.5.0 -Dpackaging=war
 
-mvn install:install-file -Dfile=lib/opensaml-1.0.1.jar -DgroupId=opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar
+mvn install:install-file -Dfile=lib/opensaml-1.0.1.jar -DgroupId=org.opensaml -DartifactId=opensaml -Dversion=1.0.1 -Dpackaging=jar
 mvn install:install-file -Dfile=lib/xmlsec-1.4.1.jar -DgroupId=xml-security -DartifactId=xmlsec -Dversion=1.4.1 -Dpackaging=jar
 
 echo "Dependencies installed"