You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by le...@apache.org on 2012/12/12 23:17:34 UTC

svn commit: r1421018 - /incubator/streams/streams-master-pom/trunk/pom.xml

Author: letourneau
Date: Wed Dec 12 22:17:33 2012
New Revision: 1421018

URL: http://svn.apache.org/viewvc?rev=1421018&view=rev
Log:
updated meta-data

Modified:
    incubator/streams/streams-master-pom/trunk/pom.xml

Modified: incubator/streams/streams-master-pom/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/streams/streams-master-pom/trunk/pom.xml?rev=1421018&r1=1421017&r2=1421018&view=diff
==============================================================================
--- incubator/streams/streams-master-pom/trunk/pom.xml (original)
+++ incubator/streams/streams-master-pom/trunk/pom.xml Wed Dec 12 22:17:33 2012
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>10</version>
+    <version>11</version>
     <relativePath />
   </parent>
 
@@ -41,12 +41,12 @@
   
   <inceptionYear>2012</inceptionYear>
 
-  <url>http://streams.apache.org/</url>
+  <url>http://incubator.apache.org/streams</url>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/streams/streams-master-pom/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/streams-master-pom/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/incubator/streams/streams-master-pom/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/streams/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/streams/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/incubator/streams/trunk/</url>
   </scm>
 
   <mailingLists>
@@ -79,29 +79,32 @@
   
   
   <profiles>
-    <profile>
-      <id>pedantic</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.rat</groupId>
-            <artifactId>apache-rat-plugin</artifactId>
-            <executions>
-              <execution>
-                <phase>verify</phase>
-                <goals>
-                  <goal>check</goal>
-                </goals>
-              </execution>
-            </executions>
-            <configuration>
-              <excludes>
-                <exclude>**/MANIFEST.MF</exclude>
-              </excludes>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
+  <profile>
+    <id>release-sign-artifacts</id>
+    <activation>
+      <property>
+        <name>performRelease</name>
+        <value>true</value>
+      </property>
+    </activation>
+    <build>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.1</version>
+          <executions>
+            <execution>
+              <id>sign-artifacts</id>
+              <phase>verify</phase>
+              <goals>
+                <goal>sign</goal>
+              </goals>
+            </execution>
+          </executions>
+        </plugin>
+      </plugins>
+    </build>
+  </profile>
+</profiles>
 </project>
\ No newline at end of file