Skip to Content.
Sympa Menu

perfsonar-dev - [pS-dev] [GEANT/SA2/ps-java-services] r6217 - trunk/parent

Subject: perfsonar development work

List archive

[pS-dev] [GEANT/SA2/ps-java-services] r6217 - trunk/parent


Chronological Thread 
  • From:
  • To:
  • Subject: [pS-dev] [GEANT/SA2/ps-java-services] r6217 - trunk/parent
  • Date: Fri, 15 Mar 2013 01:03:45 +0000 (GMT)
  • Authentication-results: sfpop-ironport04.merit.edu; dkim=neutral (message not signed) header.i=none

Author: dante.delvaux
Date: 2013-03-15 01:03:44 +0000 (Fri, 15 Mar 2013)
New Revision: 6217

Modified:
trunk/parent/pom.xml
Log:
Parent: moving the release-plugin to its proper place (plugins instead of
pluginsManagement) so it get passed correctly to the children.
Reverting to parent-1.0.0

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2013-03-15 00:24:14 UTC (rev 6216)
+++ trunk/parent/pom.xml 2013-03-15 01:03:44 UTC (rev 6217)
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.geant.perfsonar</groupId>
<artifactId>parent</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0</version>
<packaging>pom</packaging>

<properties>
@@ -112,6 +112,18 @@
</repositories>

<build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.4</version>
+ <configuration>
+
<tagBase>svn+ssh:///GEANT/SA2/ps-java-services/tags/${project.artifactId}/</tagBase>
+ <tagNameFormat>@{project.version}</tagNameFormat>
+ </configuration>
+ </plugin>
+ </plugins>
+
<pluginManagement>
<plugins>

@@ -171,16 +183,6 @@

<plugin>
<groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.4</version>
- <configuration>
-
<tagBase>svn+ssh:///GEANT/SA2/ps-java-services/tags/${project.artifactId}/</tagBase>
- <tagNameFormat>@{project.version}</tagNameFormat>
- </configuration>
- </plugin>
-
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration>



  • [pS-dev] [GEANT/SA2/ps-java-services] r6217 - trunk/parent, svn-noreply, 03/14/2013

Archive powered by MHonArc 2.6.16.

Top of Page