Author: bdelacretaz
Date: Fri Nov 8 14:30:57 2013
New Revision: 1540054
URL: http://svn.apache.org/r1540054
Log:
Include org.apache.devicemap in our jars names for clarity
Modified:
incubator/devicemap/trunk/data/device-data/pom.xml
incubator/devicemap/trunk/data/test-data/pom.xml
incubator/devicemap/trunk/devicemap/java/pom.xml
Modified: incubator/devicemap/trunk/data/device-data/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/devicemap/trunk/data/device-data/pom.xml?rev=1540054&r1=1540053&r2=1540054&view=diff
==============================================================================
--- incubator/devicemap/trunk/data/device-data/pom.xml (original)
+++ incubator/devicemap/trunk/data/device-data/pom.xml Fri Nov 8 14:30:57 2013
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.devicemap</groupId>
- <artifactId>devicemap-device-data</artifactId>
+ <artifactId>org.apache.devicemap.devicedata</artifactId>
<packaging>jar</packaging>
<version>0.9.9-SNAPSHOT</version>
<name>Apache DeviceMap Device Data</name>
Modified: incubator/devicemap/trunk/data/test-data/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/devicemap/trunk/data/test-data/pom.xml?rev=1540054&r1=1540053&r2=1540054&view=diff
==============================================================================
--- incubator/devicemap/trunk/data/test-data/pom.xml (original)
+++ incubator/devicemap/trunk/data/test-data/pom.xml Fri Nov 8 14:30:57 2013
@@ -25,7 +25,7 @@
</parent>
<groupId>org.apache.devicemap</groupId>
- <artifactId>devicemap-test-data</artifactId>
+ <artifactId>org.apache.devicemap.testdata</artifactId>
<packaging>jar</packaging>
<version>0.9.9-SNAPSHOT</version>
<name>Apache DeviceMap Test Data</name>
Modified: incubator/devicemap/trunk/devicemap/java/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/devicemap/trunk/devicemap/java/pom.xml?rev=1540054&r1=1540053&r2=1540054&view=diff
==============================================================================
--- incubator/devicemap/trunk/devicemap/java/pom.xml (original)
+++ incubator/devicemap/trunk/devicemap/java/pom.xml Fri Nov 8 14:30:57 2013
@@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.devicemap</groupId>
- <artifactId>classifier</artifactId>
+ <artifactId>org.apache.devicemap.classifier</artifactId>
<packaging>jar</packaging>
<version>0.1.0</version>
<name>Apache DeviceMap Classifier</name>
@@ -86,7 +86,6 @@
</dependencies>
<build>
- <finalName>devicemapclient</finalName>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>