You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2015/01/23 17:42:39 UTC

syncope git commit: Adjusting cli POM version

Repository: syncope
Updated Branches:
  refs/heads/2_0_X 4e1ae7ac9 -> 0f9194eb7


Adjusting cli POM version


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/0f9194eb
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/0f9194eb
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/0f9194eb

Branch: refs/heads/2_0_X
Commit: 0f9194eb702623b842828ab4ee6c0d569036d8cd
Parents: 4e1ae7a
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Fri Jan 23 17:42:29 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Fri Jan 23 17:42:29 2015 +0100

----------------------------------------------------------------------
 cli/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/0f9194eb/cli/pom.xml
----------------------------------------------------------------------
diff --git a/cli/pom.xml b/cli/pom.xml
index 1dc8d6a..43a2861 100644
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.syncope</groupId>
     <artifactId>syncope</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <name>Apache Syncope Command Line Interface</name>