[jboss-cvs] JBossAS SVN: r107286 - projects/cluster/ha-server-ispn/trunk.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Aug 2 14:15:38 EDT 2010
Author: pferraro
Date: 2010-08-02 14:15:38 -0400 (Mon, 02 Aug 2010)
New Revision: 107286
Modified:
projects/cluster/ha-server-ispn/trunk/pom.xml
Log:
Fix url, drop maven-release-plugin configuration
Modified: projects/cluster/ha-server-ispn/trunk/pom.xml
===================================================================
--- projects/cluster/ha-server-ispn/trunk/pom.xml 2010-08-02 18:00:14 UTC (rev 107285)
+++ projects/cluster/ha-server-ispn/trunk/pom.xml 2010-08-02 18:15:38 UTC (rev 107286)
@@ -28,7 +28,7 @@
<scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/cluster/ha-server-ispn/trunk</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-ispn/trunk</developerConnection>
- <url>http://anonsvn.jboss.org/repos/maven/poms/jboss-parent-pom/tags/jboss-parent-5/jboss-ha-server-ispn</url>
+ <url>http://fisheye.jboss.org/browse/JBossAS/projects/cluster/ha-server-ispn/trunk</url>
</scm>
<properties>
@@ -38,20 +38,6 @@
<version.easymock>3.0</version.easymock>
</properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <!-- The tagBase property is needed during the release process so that the maven release plugin
- will create the release tag in the appropriate location. -->
- <tagBase>https://svn.jboss.org/repos/jbossas/projects/cluster/ha-server-cache-ispn/tags</tagBase>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<dependencies>
<dependency>
@@ -104,18 +90,6 @@
<version>${version.easymock}</version>
<scope>test</scope>
</dependency>
- <!--dependency>
- <groupId>org.jboss.microcontainer</groupId>
- <artifactId>jboss-kernel</artifactId>
- <version>2.0.9.GA</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jboss.deployers</groupId>
- <artifactId>jboss-deployers-spi</artifactId>
- <version>2.2.0.Alpha6</version>
- <scope>test</scope>
- </dependency-->
</dependencies>
@@ -129,4 +103,4 @@
</plugins>
</reporting>
-</project>
\ No newline at end of file
+</project>
More information about the jboss-cvs-commits
mailing list