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 2018/12/03 16:09:24 UTC

[aries-jpa] 01/02: Fix version

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git

commit bf9bae12ab24905f0349513ee2aac58b1ee9cc02
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Mon Dec 3 17:07:39 2018 +0100

    Fix version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a20429..b8bb23f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.aries.jpa</groupId>
         <artifactId>org.apache.aries.jpa.parent</artifactId>
-        <version>2.7.1</version>
+        <version>2.7.1-SNAPSHOT</version>
         <relativePath>jpa-parent</relativePath>
     </parent>