You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/16 21:30:35 UTC

[sling-org-apache-sling-cassandra] branch master updated: POM cleanup

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-cassandra.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d1fbb2  POM cleanup
5d1fbb2 is described below

commit 5d1fbb239d28a0163838ba0b3bc3c98137dce886
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Nov 16 23:30:30 2017 +0200

    POM cleanup
---
 pom.xml | 43 +++++++++++--------------------------------
 1 file changed, 11 insertions(+), 32 deletions(-)

diff --git a/pom.xml b/pom.xml
index 12afb92..badebec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,12 @@
 -->
 <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">
     <modelVersion>4.0.0</modelVersion>
-    <!--<parent>-->
-        <!--<groupId>org.apache.sling</groupId>-->
-        <!--<artifactId>sling</artifactId>-->
-        <!--<version>16</version>-->
-        <!--<relativePath/>-->
-    <!--</parent>-->
+    <parent>
+        <groupId>org.apache.sling</groupId>
+        <artifactId>sling</artifactId>
+        <version>30</version>
+        <relativePath/>
+    </parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>org.apache.sling.cassandra</artifactId>
     <packaging>bundle</packaging>
@@ -36,32 +36,11 @@
         based resources.
     </description>
 
-    <repositories>
-      <repository>
-        <id>apache.incubating</id>
-        <name>Apache Incubating Repository</name>
-        <url>http://people.apache.org/repo/m2-incubating-repository</url>
-      </repository>
-<repository>
-    <id>java.ts</id>
-    <name>Repository hosting the jee6 artifacts</name>
-    <url>http://repo1.maven.org/maven2</url>
-  </repository>
-    </repositories>
-    <!--<pluginRepositories>-->
-      <!--<pluginRepository>-->
-        <!--<id>apache.incubating.plugins</id>-->
-        <!--<name>Apache Incubating Plugin Repository</name>-->
-        <!--<url>http://people.apache.org/repo/m2-incubating-repository</url>-->
-      <!--</pluginRepository>-->
-    <!--</pluginRepositories>-->
-
-     <!--TODO uncommet following at the time of releasing this bundle-->
-    <!--<scm>-->
-        <!--<connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-cassandra.git</connection>-->
-        <!--<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-cassandra.git</developerConnection>-->
-        <!--<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-cassandra.git</url>-->
-    <!--</scm>-->
+    <scm>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-cassandra.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-cassandra.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-cassandra.git</url>
+    </scm>
 
     <build>
         <plugins>

-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].