[ARIES-1370] Updated to 2.3.0 version git-svn-id: https://svn.apache.org/repos/asf/aries/trunk/jpa@1746445 13f79535-47bb-0310-9956-ffa450edef68
Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/445bc92a Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/445bc92a Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/445bc92a Branch: refs/heads/master Commit: 445bc92a2c0d92900b149c084c5aa7dfdf469373 Parents: 3e816a5 Author: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Authored: Wed Jun 1 12:27:19 2016 +0000 Committer: cschneider <cschneider@13f79535-47bb-0310-9956-ffa450edef68> Committed: Wed Jun 1 12:27:19 2016 +0000 ---------------------------------------------------------------------- examples/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/445bc92a/examples/README.md ---------------------------------------------------------------------- diff --git a/examples/README.md b/examples/README.md index 32f48d3..0766e4b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -15,15 +15,15 @@ feature:install scr transaction pax-jdbc-config pax-jdbc-h2 pax-jdbc-pool-dbcp2 # 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.
