Author: wkeil Date: Fri Dec 26 23:46:10 2014 New Revision: 1648024 URL: http://svn.apache.org/r1648024 Log: DMAP-35: Refactor Simple DDR
Task-Url: https://issues.apache.org/jira/browse/DMAP-35 Modified: devicemap/trunk/devicemap/java/pom.xml devicemap/trunk/devicemap/java/simpleddr/pom.xml devicemap/trunk/devicemap/java/simpleddr/src/assembly/bin.xml devicemap/trunk/devicemap/java/simpleddr/src/test/resources/openddr-test-data/TEST_BrowserDataSource.xml Modified: devicemap/trunk/devicemap/java/pom.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/pom.xml?rev=1648024&r1=1648023&r2=1648024&view=diff ============================================================================== --- devicemap/trunk/devicemap/java/pom.xml (original) +++ devicemap/trunk/devicemap/java/pom.xml Fri Dec 26 23:46:10 2014 @@ -60,9 +60,9 @@ under the License. </properties> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/devicemap/trunk/devicemap/java</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/devicemap/trunk/devicemap/java</developerConnection> - <url>http://svn.apache.org/viewvc/incubator/devicemap/trunk/java</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/devicemap/trunk/devicemap/java</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/devicemap/trunk/devicemap/java</developerConnection> + <url>http://svn.apache.org/viewvc/devicemap/trunk/java</url> </scm> <dependencyManagement> @@ -108,5 +108,4 @@ under the License. </dependency> </dependencies> </dependencyManagement> - <version>1.0.2-SNAPSHOT</version> </project> Modified: devicemap/trunk/devicemap/java/simpleddr/pom.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/simpleddr/pom.xml?rev=1648024&r1=1648023&r2=1648024&view=diff ============================================================================== --- devicemap/trunk/devicemap/java/simpleddr/pom.xml (original) +++ devicemap/trunk/devicemap/java/simpleddr/pom.xml Fri Dec 26 23:46:10 2014 @@ -23,15 +23,15 @@ <packaging>jar</packaging> <name>Apache DeviceMap Simple DDR</name> <inceptionYear>2012</inceptionYear> - <url>http://incubator.apache.org/devicemap</url> + <url>http://devicemap.apache.org</url> <prerequisites> <maven>3.0.4</maven> </prerequisites> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/devicemap/trunk/java/simpleddr</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/devicemap/trunk/devicemap/java/simpleddr</developerConnection> - <url>http://svn.apache.org/viewvc/incubator/devicemap/trunk/openddr/java</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/devicemap/trunk/java/simpleddr</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/devicemap/trunk/devicemap/java/simpleddr</developerConnection> + <url>http://svn.apache.org/viewvc/devicemap/trunk/openddr/java</url> </scm> <build> @@ -100,6 +100,21 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-install-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>install</goal> + </goals> + <configuration> + <createChecksum>true</createChecksum> + </configuration> + </execution> + </executions> + </plugin> + <!-- + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptor>${basedir}/src/assembly/bin.xml</descriptor> @@ -114,10 +129,12 @@ </execution> </executions> </plugin> + --> </plugins> <pluginManagement> <plugins> - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> + <!--This plugin's configuration is used to store Eclipse m2e settings + only. It has no influence on the Maven build itself. --> <plugin> <groupId>org.eclipse.m2e</groupId> <artifactId>lifecycle-mapping</artifactId> Modified: devicemap/trunk/devicemap/java/simpleddr/src/assembly/bin.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/simpleddr/src/assembly/bin.xml?rev=1648024&r1=1648023&r2=1648024&view=diff ============================================================================== --- devicemap/trunk/devicemap/java/simpleddr/src/assembly/bin.xml (original) +++ devicemap/trunk/devicemap/java/simpleddr/src/assembly/bin.xml Fri Dec 26 23:46:10 2014 @@ -2,7 +2,7 @@ xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> - <id>incubating</id> + <id>archive</id> <formats> <!-- format>tar</format --> <format>tar.gz</format> Modified: devicemap/trunk/devicemap/java/simpleddr/src/test/resources/openddr-test-data/TEST_BrowserDataSource.xml URL: http://svn.apache.org/viewvc/devicemap/trunk/devicemap/java/simpleddr/src/test/resources/openddr-test-data/TEST_BrowserDataSource.xml?rev=1648024&r1=1648023&r2=1648024&view=diff ============================================================================== --- devicemap/trunk/devicemap/java/simpleddr/src/test/resources/openddr-test-data/TEST_BrowserDataSource.xml (original) +++ devicemap/trunk/devicemap/java/simpleddr/src/test/resources/openddr-test-data/TEST_BrowserDataSource.xml Fri Dec 26 23:46:10 2014 @@ -3,7 +3,7 @@ <version> <ver>1.00</ver> <last_updated>2013-01-11 14:00:00</last_updated> - <official_url>http://incubator.apache.org/devicemap</official_url> + <official_url>http://devicemap.apache.org</official_url> <maintainers></maintainers> <authors></authors> <statement>DeviceMap test data file</statement>
