You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by wk...@apache.org on 2014/07/24 22:18:13 UTC

svn commit: r1613269 - in /incubator/devicemap/trunk/examples: console/pom.xml pom.xml servlet/pom.xml

Author: wkeil
Date: Thu Jul 24 20:18:13 2014
New Revision: 1613269

URL: http://svn.apache.org/r1613269
Log:
DMAP-48: Create example project and web service 

Task-Url: https://issues.apache.org/jira/browse/DMAP-48

Modified:
    incubator/devicemap/trunk/examples/console/pom.xml
    incubator/devicemap/trunk/examples/pom.xml
    incubator/devicemap/trunk/examples/servlet/pom.xml

Modified: incubator/devicemap/trunk/examples/console/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/console/pom.xml?rev=1613269&r1=1613268&r2=1613269&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/console/pom.xml (original)
+++ incubator/devicemap/trunk/examples/console/pom.xml Thu Jul 24 20:18:13 2014
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/devicemap/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/pom.xml?rev=1613269&r1=1613268&r2=1613269&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/pom.xml (original)
+++ incubator/devicemap/trunk/examples/pom.xml Thu Jul 24 20:18:13 2014
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>

Modified: incubator/devicemap/trunk/examples/servlet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/devicemap/trunk/examples/servlet/pom.xml?rev=1613269&r1=1613268&r2=1613269&view=diff
==============================================================================
--- incubator/devicemap/trunk/examples/servlet/pom.xml (original)
+++ incubator/devicemap/trunk/examples/servlet/pom.xml Thu Jul 24 20:18:13 2014
@@ -21,10 +21,10 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.devicemap</groupId>
+    <groupId>org.apache.devicemap.examples</groupId>
     <artifactId>dmap-servlet</artifactId>
     <packaging>war</packaging>
-    <version>1.0</version>
+    <version>1.0.0-SNAPSHOT</version>
     <name>devicemap-servlet-example</name>
     <description>Apache DeviceMap Servlet Example</description>