You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ha...@apache.org on 2008/01/17 22:14:41 UTC

svn commit: r612985 - in /incubator/sling/trunk: microsling/microsling-core/README.txt microsling/microsling-core/pom.xml parent/pom.xml

Author: hannonpi
Date: Thu Jan 17 13:14:38 2008
New Revision: 612985

URL: http://svn.apache.org/viewvc?rev=612985&view=rev
Log:
Updated references to point at released jackrabbit 1.4 per SLING-169

Modified:
    incubator/sling/trunk/microsling/microsling-core/README.txt
    incubator/sling/trunk/microsling/microsling-core/pom.xml
    incubator/sling/trunk/parent/pom.xml

Modified: incubator/sling/trunk/microsling/microsling-core/README.txt
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/microsling/microsling-core/README.txt?rev=612985&r1=612984&r2=612985&view=diff
==============================================================================
--- incubator/sling/trunk/microsling/microsling-core/README.txt (original)
+++ incubator/sling/trunk/microsling/microsling-core/README.txt Thu Jan 17 13:14:38 2008
@@ -9,7 +9,7 @@
 
 How to build and run this
 ------------------------
-Currently this depends on the Jackrabbit 1.4-SNAPSHOT, mostly
+Currently this depends on the Jackrabbit 1.4, mostly
 because I had a project skeleton around that takes advantage of
 JCR-955 to reuse some Jackrabbit servlets.
 
@@ -64,4 +64,4 @@
   
 - Connect to http://localhost:8080/ which should return a page
   saying "Microsling homepage". That page contains instructions for
-  playing with Microsling.   
\ No newline at end of file
+  playing with Microsling.   

Modified: incubator/sling/trunk/microsling/microsling-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/microsling/microsling-core/pom.xml?rev=612985&r1=612984&r2=612985&view=diff
==============================================================================
--- incubator/sling/trunk/microsling/microsling-core/pom.xml (original)
+++ incubator/sling/trunk/microsling/microsling-core/pom.xml Thu Jan 17 13:14:38 2008
@@ -46,7 +46,7 @@
       makes it easier to reuse the servlets from the
       jackrabbit-webapp module.
     -->
-    <jackrabbit.version>1.4-SNAPSHOT</jackrabbit.version>
+    <jackrabbit.version>1.4</jackrabbit.version>
     
     <!-- 
       Defines which tests are for the "integration-testing" phase

Modified: incubator/sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=612985&r1=612984&r2=612985&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Thu Jan 17 13:14:38 2008
@@ -493,7 +493,7 @@
             <dependency>
                 <groupId>org.apache.jackrabbit</groupId>
                 <artifactId>jackrabbit-ocm</artifactId>
-                <version>1.4-SNAPSHOT</version>
+                <version>1.4</version>
                 <!-- <scope>compile</scope> -->
             </dependency>