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:03:12 UTC

incubator-joshua git commit: JOSHUA-252 - fixed groupId, set the version to snapshot

Repository: incubator-joshua
Updated Branches:
  refs/heads/master 9e48d1253 -> 3c9984d59


JOSHUA-252 - fixed groupId, set the version to snapshot


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

Branch: refs/heads/master
Commit: 3c9984d59b646cdb86d8325608245d9e2ee12216
Parents: 9e48d12
Author: Tommaso Teofili <to...@apache.org>
Authored: Tue Apr 12 12:02:48 2016 +0200
Committer: Tommaso Teofili <to...@apache.org>
Committed: Tue Apr 12 12:02:48 2016 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/3c9984d5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 69d53b3..c482424 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,10 +8,10 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>joshua</groupId>
+  <groupId>org.apache.joshua</groupId>
   <artifactId>joshua</artifactId>
   <packaging>jar</packaging>
-  <version>6.0.4</version>
+  <version>6.0.5-SNAPSHOT</version>
   <build>
     <sourceDirectory>src</sourceDirectory>
     <plugins>