You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2016/06/01 12:27:20 UTC

svn commit: r1746445 - /aries/trunk/jpa/examples/README.md

Author: cschneider
Date: Wed Jun  1 12:27:19 2016
New Revision: 1746445

URL: http://svn.apache.org/viewvc?rev=1746445&view=rev
Log:
[ARIES-1370] Updated to 2.3.0 version

Modified:
    aries/trunk/jpa/examples/README.md

Modified: aries/trunk/jpa/examples/README.md
URL: http://svn.apache.org/viewvc/aries/trunk/jpa/examples/README.md?rev=1746445&r1=1746444&r2=1746445&view=diff
==============================================================================
--- aries/trunk/jpa/examples/README.md (original)
+++ aries/trunk/jpa/examples/README.md Wed Jun  1 12:27:19 2016
@@ -15,15 +15,15 @@ feature:install scr transaction pax-jdbc
 
 # Closure based example. (Make sure to start karaf with JDK 8)
 ```
-install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.model/2.1.0
-install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.ds/2.1.0
+install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.model/2.3.0
+install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.ds/2.3.0
 ```
 
 # Blueprint based example
 ```
-install -s mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.1.0
-install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.model/2.1.0
-install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.blueprint/2.1.0
+install -s mvn:org.apache.aries.jpa/org.apache.aries.jpa.blueprint/2.3.0
+install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.model/2.3.0
+install -s mvn:org.apache.aries.jpa.example/org.apache.aries.jpa.example.tasklist.blueprint/2.3.0
 ```
 
 After installing the examples you can check for the services.