You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2015/10/12 22:22:25 UTC

svn commit: r1708227 - in /sling/whiteboard/olli/settings: api/pom.xml core/pom.xml launchpad/pom.xml

Author: olli
Date: Mon Oct 12 20:22:25 2015
New Revision: 1708227

URL: http://svn.apache.org/viewvc?rev=1708227&view=rev
Log:
prepare API, Core and Launchpad modules

Modified:
    sling/whiteboard/olli/settings/api/pom.xml
    sling/whiteboard/olli/settings/core/pom.xml
    sling/whiteboard/olli/settings/launchpad/pom.xml

Modified: sling/whiteboard/olli/settings/api/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/olli/settings/api/pom.xml?rev=1708227&r1=1708226&r2=1708227&view=diff
==============================================================================
--- sling/whiteboard/olli/settings/api/pom.xml (original)
+++ sling/whiteboard/olli/settings/api/pom.xml Mon Oct 12 20:22:25 2015
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -7,9 +7,9 @@
     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
@@ -17,9 +17,10 @@
     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/maven-v4_0_0.xsd">
+<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>
 
-    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
@@ -27,11 +28,11 @@
         <relativePath/>
     </parent>
 
-    <artifactId>org.apache.sling.settings</artifactId>
+    <artifactId>org.apache.sling.settings.api</artifactId>
     <packaging>bundle</packaging>
     <version>1.3.7-SNAPSHOT</version>
 
-    <name>Apache Sling Settings</name>
+    <name>Apache Sling Settings API</name>
     <description>
         Settings support including run modes
     </description>

Modified: sling/whiteboard/olli/settings/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/olli/settings/core/pom.xml?rev=1708227&r1=1708226&r2=1708227&view=diff
==============================================================================
--- sling/whiteboard/olli/settings/core/pom.xml (original)
+++ sling/whiteboard/olli/settings/core/pom.xml Mon Oct 12 20:22:25 2015
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -7,9 +7,9 @@
     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
@@ -17,9 +17,10 @@
     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/maven-v4_0_0.xsd">
+<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>
 
-    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
@@ -27,11 +28,11 @@
         <relativePath/>
     </parent>
 
-    <artifactId>org.apache.sling.settings</artifactId>
+    <artifactId>org.apache.sling.settings.core</artifactId>
     <packaging>bundle</packaging>
     <version>1.3.7-SNAPSHOT</version>
 
-    <name>Apache Sling Settings</name>
+    <name>Apache Sling Settings Core</name>
     <description>
         Settings support including run modes
     </description>

Modified: sling/whiteboard/olli/settings/launchpad/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/olli/settings/launchpad/pom.xml?rev=1708227&r1=1708226&r2=1708227&view=diff
==============================================================================
--- sling/whiteboard/olli/settings/launchpad/pom.xml (original)
+++ sling/whiteboard/olli/settings/launchpad/pom.xml Mon Oct 12 20:22:25 2015
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -7,9 +7,9 @@
     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
@@ -17,9 +17,10 @@
     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/maven-v4_0_0.xsd">
+<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>
 
-    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
@@ -27,11 +28,11 @@
         <relativePath/>
     </parent>
 
-    <artifactId>org.apache.sling.settings</artifactId>
+    <artifactId>org.apache.sling.settings.launchpad</artifactId>
     <packaging>bundle</packaging>
     <version>1.3.7-SNAPSHOT</version>
 
-    <name>Apache Sling Settings</name>
+    <name>Apache Sling Settings Launchpad</name>
     <description>
         Settings support including run modes
     </description>