You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2015/03/07 00:48:59 UTC

incubator-taverna-maven-parent git commit: avoid duplicate maven-release-plugin

Repository: incubator-taverna-maven-parent
Updated Branches:
  refs/heads/master 52719018d -> a373763d8


avoid duplicate maven-release-plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/a373763d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/a373763d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/a373763d

Branch: refs/heads/master
Commit: a373763d836aa91c00ace285dd7ffcb6759ed49a
Parents: 5271901
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Fri Mar 6 23:48:41 2015 +0000
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Fri Mar 6 23:48:41 2015 +0000

----------------------------------------------------------------------
 pom.xml | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/a373763d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 393f722..67ca513 100644
--- a/pom.xml
+++ b/pom.xml
@@ -294,6 +294,9 @@ upgraded - this leads to recursive spaghetti.
 					<version>1.9.2</version>
 				</dependency>
 			</dependencies>
+      <configuration>
+        <releaseProfiles>apache-release</releaseProfiles>
+      </configuration>
 		</plugin>
 
       <plugin>
@@ -320,15 +323,6 @@ upgraded - this leads to recursive spaghetti.
           </excludes>
         </configuration>
     </plugin>
-    <plugin>
-      <groupId>org.apache.maven.plugins</groupId>
-      <artifactId>maven-release-plugin</artifactId>
-      <version>2.5.1</version>
-      <configuration>
-        <releaseProfiles>apache-release</releaseProfiles>
-      </configuration>
-    </plugin>
-
   </plugins>
 
 	<pluginManagement>