You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2015/03/04 11:06:07 UTC

[23/50] [abbrv] git commit: updated refs/heads/reporter to 178a938

plugins: fix version to fix build

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8829a0d4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8829a0d4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8829a0d4

Branch: refs/heads/reporter
Commit: 8829a0d4a7f396549af9ce6071c75eac86ae0bfe
Parents: a75ff23
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Feb 27 16:20:27 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Feb 27 16:20:27 2015 +0530

----------------------------------------------------------------------
 plugins/user-authenticators/pbkdf2/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8829a0d4/plugins/user-authenticators/pbkdf2/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/user-authenticators/pbkdf2/pom.xml b/plugins/user-authenticators/pbkdf2/pom.xml
index e656045..f085003 100644
--- a/plugins/user-authenticators/pbkdf2/pom.xml
+++ b/plugins/user-authenticators/pbkdf2/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.cloudstack</groupId>
     <artifactId>cloudstack-plugins</artifactId>
-    <version>4.5.0-SNAPSHOT</version>
+    <version>4.6.0-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 </project>