You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2012/02/29 07:49:52 UTC

svn commit: r1294986 - /incubator/mesos/trunk/src/java/mesos.pom.in

Author: benh
Date: Wed Feb 29 06:49:51 2012
New Revision: 1294986

URL: http://svn.apache.org/viewvc?rev=1294986&view=rev
Log:
Modifying maven pom file to reflect proper maven naming conventions (contributed by Florian Leibert).

Modified:
    incubator/mesos/trunk/src/java/mesos.pom.in

Modified: incubator/mesos/trunk/src/java/mesos.pom.in
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/src/java/mesos.pom.in?rev=1294986&r1=1294985&r2=1294986&view=diff
==============================================================================
--- incubator/mesos/trunk/src/java/mesos.pom.in (original)
+++ incubator/mesos/trunk/src/java/mesos.pom.in Wed Feb 29 06:49:51 2012
@@ -2,8 +2,8 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mesos</artifactId>
-  <name>Mesos</name>
-  <groupId>org.mesosproject</groupId>
+  <name>mesos</name>
+  <groupId>org.apache.mesos</groupId>
   <version>@PACKAGE_VERSION@</version>
   <dependencies>
     <dependency>