You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by to...@apache.org on 2016/04/12 12:12:26 UTC

incubator-joshua git commit: JOSHUA-252 - upgraded snapshot version as it looks 6.0.5 has been already distributed

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 3c9984d59 -> 044a4e695


JOSHUA-252 - upgraded snapshot version as it looks 6.0.5 has been already distributed


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/044a4e69
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/044a4e69
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/044a4e69

Branch: refs/heads/master
Commit: 044a4e69513e30c3e1be6c9988958506d4afa996
Parents: 3c9984d
Author: Tommaso Teofili <to...@apache.org>
Authored: Tue Apr 12 12:11:31 2016 +0200
Committer: Tommaso Teofili <to...@apache.org>
Committed: Tue Apr 12 12:11:31 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/044a4e69/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c482424..59e63d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
   <groupId>org.apache.joshua</groupId>
   <artifactId>joshua</artifactId>
   <packaging>jar</packaging>
-  <version>6.0.5-SNAPSHOT</version>
+  <version>6.0.6-SNAPSHOT</version>
   <build>
     <sourceDirectory>src</sourceDirectory>
     <plugins>