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ò <[email protected]> Authored: Fri Jan 23 17:42:29 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> 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>
