You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/08/01 19:18:34 UTC

[19/42] git commit: CLEREZZA-926: enforcing newer release plugin version

CLEREZZA-926: enforcing newer release plugin version


Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/87e74e0f
Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/87e74e0f
Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/87e74e0f

Branch: refs/heads/master
Commit: 87e74e0fa06bd8fc382e06342f17e7f559a5fd56
Parents: 02fd8fe
Author: Reto Gmür <re...@apache.org>
Authored: Tue Jul 1 01:50:24 2014 +0200
Committer: Reto Gmür <re...@apache.org>
Committed: Tue Jul 1 01:50:24 2014 +0200

----------------------------------------------------------------------
 parent/pom.xml |  9 +++++++++
 pom.xml        | 23 ++++++++++++++++-------
 2 files changed, 25 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/87e74e0f/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index c2b629b..b948a72 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -333,6 +333,15 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <useReleaseProfile>false</useReleaseProfile>
+                    <goals>deploy</goals>
+                    <arguments>-Papache-release </arguments>
+                </configuration>
+            </plugin>
         </plugins>
         <resources>
             <resource>

http://git-wip-us.apache.org/repos/asf/clerezza/blob/87e74e0f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5c4c226..ba93e5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -265,12 +265,12 @@
             <activation>
                 <activeByDefault>false</activeByDefault>
             </activation>
-                        <pluginRepositories>
-                            <pluginRepository>
-                                <id>apache.snapshots</id>
-                                <url>http://repository.apache.org/snapshots/</url>
-                            </pluginRepository>
-                        </pluginRepositories>
+            <pluginRepositories>
+                <pluginRepository>
+                    <id>apache.snapshots</id>
+                    <url>http://repository.apache.org/snapshots/</url>
+                </pluginRepository>
+            </pluginRepositories>
         </profile>
     </profiles>
     <build>
@@ -333,6 +333,15 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+                <artifactId>maven-release-plugin</artifactId>
+                <version>2.5</version>
+                <configuration>
+                    <useReleaseProfile>false</useReleaseProfile>
+                    <goals>deploy</goals>
+                    <arguments>-Papache-release </arguments>
+                </configuration>
+            </plugin>
         </plugins>
         <resources>
             <resource>
@@ -423,7 +432,7 @@
                 <artifactId>maven-plugin-plugin</artifactId>
                 <version>2.5.1</version>
             </plugin>
-<!--            <plugin>
+            <!--            <plugin>
                 <groupId>org.apache.clerezza</groupId>
                 <artifactId>maven-pladoc-plugin.core</artifactId>
                 <version>0.1</version>