oops ... sorry about that. Thanks Jason.
Joe
[EMAIL PROTECTED] wrote:
Author: jdillon
Date: Sat Apr 19 02:37:51 2008
New Revision: 649779
URL: http://svn.apache.org/viewvc?rev=649779&view=rev
Log:
Fix pom configuration introduced with rev 649685
Modified:
geronimo/server/trunk/pom.xml
Modified: geronimo/server/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=649779&r1=649778&r2=649779&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Sat Apr 19 02:37:51 2008
@@ -2133,40 +2133,40 @@
<artifactId>gshell-maven-plugin</artifactId>
<version>1.0-alpha-1</version>
</plugin>
- </plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-deploy-plugin</artifactId>
- <version>2.3</version>
- <inherited>true</inherited>
- <configuration>
- <updateReleaseInfo>true</updateReleaseInfo>
-
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <version>2.3</version>
+ <inherited>true</inherited>
+ <configuration>
+ <updateReleaseInfo>true</updateReleaseInfo>
+
<altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
+ </configuration>
+ </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.0-alpha-3</version>
- <configuration>
- <passphrase>${gpg.passphrase}</passphrase>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-gpg-plugin</artifactId>
+ <version>1.0-alpha-3</version>
+ <configuration>
+ <passphrase>${gpg.passphrase}</passphrase>
+ </configuration>
+ <executions>
+ <execution>
+ <goals>
+ <goal>sign</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <version>2.0-beta-6</version>
- </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <version>2.0-beta-6</version>
+ </plugin>
+ </plugins>
</pluginManagement>
<plugins>