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 2017/02/20 14:39:18 UTC

aries-rsa git commit: Fix versions

Repository: aries-rsa
Updated Branches:
  refs/heads/master dd0131991 -> ed88543e4


Fix versions


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

Branch: refs/heads/master
Commit: ed88543e451ec376ab30be36c3cc22cf9d613ea3
Parents: dd01319
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Mon Feb 20 15:39:13 2017 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Mon Feb 20 15:39:13 2017 +0100

----------------------------------------------------------------------
 parent/pom.xml | 2 +-
 pom.xml        | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/ed88543e/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 05c0d90..4ef504b 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.aries.rsa</groupId>
         <artifactId>org.apache.aries.rsa.main</artifactId>
-        <version>1.10.0-SNAPSHOT</version>
+        <version>1.10-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/aries-rsa/blob/ed88543e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 04e29f8..5cfdc1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,8 +27,9 @@
         <relativePath />
     </parent>
 
+    <groupId>org.apache.aries.rsa</groupId>
     <artifactId>org.apache.aries.rsa.main</artifactId>
-    <version>1.10.0-SNAPSHOT</version>
+    <version>1.10-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Aries Remote Service Admin Main</name>