AMQ-2638 use the apache 7 pom

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@919659 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Jencks 2010-03-05 22:44:55 +00:00
parent 7cefb7ae73
commit 24d47d289d
1 changed files with 1 additions and 31 deletions

32
pom.xml
View File

@ -19,7 +19,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>6</version>
<version>7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -1176,36 +1176,6 @@
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>single</goal>
</goals>
<phase>package</phase>
<configuration>
<runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
<descriptorRefs>
<descriptorRef>
source-release
</descriptorRef>
</descriptorRefs>
</configuration>
</execution>
</executions>
<dependencies>
<dependency>
<!-- apache version not yet released -->
<!--<groupId>org.apache</groupId>-->
<groupId>org.apache.geronimo.genesis</groupId>
<artifactId>apache-source-release-assembly-descriptor</artifactId>
<!-- apache version not yet known -->
<version>2.0</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>