You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by bd...@apache.org on 2013/11/08 15:24:28 UTC

svn commit: r1540049 - /incubator/devicemap/trunk/devicemap/java/pom.xml

Author: bdelacretaz
Date: Fri Nov  8 14:24:27 2013
New Revision: 1540049

URL: http://svn.apache.org/r1540049
Log:
Rename java client to classifier

Modified:
    incubator/devicemap/trunk/devicemap/java/pom.xml

Modified: incubator/devicemap/trunk/devicemap/java/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/pom.xml?rev=1540049&r1=1540048&r2=1540049&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/pom.xml Fri Nov  8 14:24:27 2013
@@ -27,11 +27,11 @@
     </parent>
 
     <groupId>org.apache.devicemap</groupId>
-    <artifactId>devicemap-java</artifactId>
+    <artifactId>classifier</artifactId>
     <packaging>jar</packaging>
     <version>0.1.0</version>
-    <name>Apache DeviceMap Java Client</name>
-    <description>DeviceMap Java Client</description>
+    <name>Apache DeviceMap Classifier</name>
+    <description>Apache DeviceMap Java Device Classifier</description>
     <url>http://incubator.apache.org/devicemap</url>
     
     <!-- Test settings that can be overridden from the Maven command line -->