Author: wkeil
Date: Mon Mar 24 01:47:17 2014
New Revision: 1580697
URL: http://svn.apache.org/r1580697
Log:
OPEN - issue DMAP-23: Java: tests
https://issues.apache.org/jira/browse/DMAP-23
Modified:
incubator/devicemap/trunk/contrib/web/webfilter/pom.xml
Modified: incubator/devicemap/trunk/contrib/web/webfilter/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/devicemap/trunk/contrib/web/webfilter/pom.xml?rev=1580697&r1=1580696&r2=1580697&view=diff
==============================================================================
--- incubator/devicemap/trunk/contrib/web/webfilter/pom.xml (original)
+++ incubator/devicemap/trunk/contrib/web/webfilter/pom.xml Mon Mar 24 01:47:17
2014
@@ -21,30 +21,30 @@
<dependency>
<groupId>org.apache.devicemap</groupId>
<artifactId>org.apache.devicemap.classifier</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <version>${devicemap.version}</version>
</dependency>
<dependency>
<groupId>org.apache.devicemap</groupId>
- <artifactId>devicemap-openddr-java</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <artifactId>org.apache.devicemap.simpleddr</artifactId>
+ <version>${devicemap.version}</version>
</dependency>
<dependency>
<!-- TODO not in Maven central so far, can be downloaded at
http://www.w3.org/TR/2008/WD-DDR-Simple-API-20080404/ -->
<groupId>org.w3c.ddr.simple</groupId>
<artifactId>DDR-Simple-API</artifactId>
- <version>2008-04-04</version>
+ <version>${w3cddr.version}</version>
</dependency>
<dependency>
<groupId>org.apache.devicemap</groupId>
- <artifactId>devicemap-device-data</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <artifactId>org.apache.devicemap.devicedata</artifactId>
+ <version>${devicemap.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.devicemap</groupId>
- <artifactId>devicemap-test-data</artifactId>
- <version>0.9.9-SNAPSHOT</version>
+ <artifactId>org.apache.devicemap.testdata</artifactId>
+ <version>${devicemap.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -62,8 +62,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.0</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>${java.version}</source>
+ <target>${java.version}</target>
<debug>true</debug>
</configuration>
</plugin>