You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2018/04/25 08:38:08 UTC

aries-jpa git commit: Avoid version indirection in example which confuses the release plugin

Repository: aries-jpa
Updated Branches:
  refs/heads/master 73841c91a -> f52eb5210


Avoid version indirection in example which confuses the release plugin


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/f52eb521
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/f52eb521
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/f52eb521

Branch: refs/heads/master
Commit: f52eb52103ef55c8e1541739cf876b9f22a08c20
Parents: 73841c9
Author: Tim Ward <ti...@apache.org>
Authored: Wed Apr 25 09:36:37 2018 +0100
Committer: Tim Ward <ti...@apache.org>
Committed: Wed Apr 25 09:36:37 2018 +0100

----------------------------------------------------------------------
 examples/pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/f52eb521/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 2de2e9e..2cbe69f 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -23,9 +23,6 @@
 
     <properties>
         <aries.skip.version.check>true</aries.skip.version.check>
-
-        <!-- Replace with fixed version when using for your own project -->
-        <aries.jpa.version>${project.version}</aries.jpa.version>
     </properties>
 
     <dependencies>
@@ -50,7 +47,7 @@
             <dependency>
                 <groupId>org.apache.aries.jpa.javax.persistence</groupId>
                 <artifactId>javax.persistence_2.1</artifactId>
-                <version>${aries.jpa.version}</version>
+                <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>