Author: wkeil
Date: Thu Jan 1 17:11:54 2015
New Revision: 1648893
URL: http://svn.apache.org/r1648893
Log:
Updated POM, removed unused properties
Modified:
devicemap/trunk/devicemap/java/pom.xml
Modified: devicemap/trunk/devicemap/java/pom.xml
URL:
http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/pom.xml?rev=1648893&r1=1648892&r2=1648893&view=diff
==============================================================================
--- devicemap/trunk/devicemap/java/pom.xml (original)
+++ devicemap/trunk/devicemap/java/pom.xml Thu Jan 1 17:11:54 2015
@@ -31,8 +31,8 @@ under the License.
<packaging>pom</packaging>
<name>Apache DeviceMap Java Parent</name>
<description>Apache DeviceMap Java Parent</description>
- <url>http://incubator.apache.org/devicemap</url>
-
+ <url>http://devicemap.apache.org</url>
+ <version>1.0.2-SNAPSHOT</version>
<modules>
<module>classifier</module>
<module>simpleddr</module>
@@ -44,18 +44,13 @@ under the License.
<jdkVersion>${java.version}</jdkVersion>
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
- <devicemap.data.version>1.0.1</devicemap.data.version>
+ <devicemap.data.version>1.0.2-SNAPSHOT</devicemap.data.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- <!-- Set this to N to execute only N tests -->
- <devicemap.max.tests>0</devicemap.max.tests>
-
<!-- The test data file maps User-Agent values to expected
device properties -->
+ <!-- TODO this folder/module should be deprecated, check if
still used and consider local solution in downstream project -->
<devicemap.test.data.file>${project.build.directory}/devicemap/test-data/dmap_20130522.txt</devicemap.test.data.file>
-
- <!-- Where to find the device data -->
-
<devicemap.device.data.folder>${project.build.directory}/devicemap/devicedata</devicemap.device.data.folder>
</properties>
<scm>
@@ -101,5 +96,4 @@ under the License.
</dependency>
</dependencies>
</dependencyManagement>
- <version>1.0.2-SNAPSHOT</version>
</project>