You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/08/28 21:34:24 UTC

svn commit: r437796 - /cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml

Author: jheymans
Date: Mon Aug 28 12:34:23 2006
New Revision: 437796

URL: http://svn.apache.org/viewvc?rev=437796&view=rev
Log:
COCOON-1901, jcr is now available on maven central

Modified:
    cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml

Modified: cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml?rev=437796&r1=437795&r2=437796&view=diff
==============================================================================
--- cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml (original)
+++ cocoon/trunk/blocks/cocoon-jcr/cocoon-jcr-impl/pom.xml Mon Aug 28 12:34:23 2006
@@ -38,14 +38,10 @@
       <artifactId>cocoon-core</artifactId>
       <version>2.2.0-M2-SNAPSHOT</version>
     </dependency>
-    <!-- This dependency need to be installed by:
-            mvn install:install-file -Dfile=../../lib/optional/jcr-1.0.jar -DgroupId=javax.jcr -DartifactId=jcr -Dversion=1.0 -Dpackaging=jar
-         for now (and as long as it is still in the cocoon/lib/optional directory
-    -->
     <dependency>
-      <groupId>jsr170</groupId>
+      <groupId>javax.jcr</groupId>
       <artifactId>jcr</artifactId>
-      <version>1.0</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>slide</groupId>