You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cs...@apache.org on 2018/07/12 15:30:52 UTC

svn commit: r1835750 - /felix/trunk/systemready/pom.xml

Author: cschneider
Date: Thu Jul 12 15:30:52 2018
New Revision: 1835750

URL: http://svn.apache.org/viewvc?rev=1835750&view=rev
Log:
Switch to felix parent, add scm entry, add signature config for java 8

Modified:
    felix/trunk/systemready/pom.xml

Modified: felix/trunk/systemready/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/systemready/pom.xml?rev=1835750&r1=1835749&r2=1835750&view=diff
==============================================================================
--- felix/trunk/systemready/pom.xml (original)
+++ felix/trunk/systemready/pom.xml Thu Jul 12 15:30:52 2018
@@ -14,16 +14,21 @@
          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</groupId>
-        <artifactId>apache</artifactId>
-        <version>19</version>
-        <relativePath/>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>felix-parent</artifactId>
+        <version>5</version>
+        <relativePath />
     </parent>
 
-    <groupId>org.apache.felix</groupId>
     <artifactId>org.apache.felix.systemready</artifactId>
     <version>0.1.0-SNAPSHOT</version>
     <name>Apache Felix - System Ready</name>
+    
+    <scm>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/systemready</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/systemready</developerConnection>
+        <url>http://svn.apache.org/viewvc/felix/trunk/systemready</url>
+    </scm>
 
     <build>
         <plugins>
@@ -108,6 +113,17 @@
                     <additionalparam>-Xdoclint:none</additionalparam>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>animal-sniffer-maven-plugin</artifactId>
+                <configuration>
+                    <signature>
+                        <groupId>org.codehaus.mojo.signature</groupId>
+                        <artifactId>java18</artifactId>
+                        <version>1.0</version>
+                    </signature>
+                </configuration>
+            </plugin>
         </plugins>
     </build>