Author: jfclere
Date: Wed Dec 12 17:48:45 2012
New Revision: 1420881
URL: http://svn.apache.org/viewvc?rev=1420881&view=rev
Log:
Arrange pom.
Modified:
tomcat/sandbox/storeconfig7/trunk/pom.xml
Modified: tomcat/sandbox/storeconfig7/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/tomcat/sandbox/storeconfig7/trunk/pom.xml?rev=1420881&r1=1420880&r2=1420881&view=diff
==============================================================================
--- tomcat/sandbox/storeconfig7/trunk/pom.xml (original)
+++ tomcat/sandbox/storeconfig7/trunk/pom.xml Wed Dec 12 17:48:45 2012
@@ -26,11 +26,11 @@
</parent>
<groupId>org.apache.tomcat</groupId>
- <artifactId>tomcat-storeconfig</artifactId>
- <version>7.0.33</version>
+ <artifactId>tomcat7-storeconfig</artifactId>
+ <version>0.0.1.Alpha1-SNAPSHOT</version>
<name>Store Config</name>
- <description>Configuration storage for Apache Tomcat 6</description>
+ <description>Configuration storage for Apache Tomcat 7</description>
<properties>
<version.org.apache.tomcat.tomcat-catalina>7.0.32</version.org.apache.tomcat.tomcat-catalina>
@@ -39,6 +39,12 @@
<version.org.apache.tomcat.tomcat-juli>7.0.32</version.org.apache.tomcat.tomcat-juli>
</properties>
+ <scm>
+
<connection>scm:svn:https://svn.apache.org/repos/asf/tomcat/sandbox/storeconfig7/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/sandbox/storeconfig7/trunk</developerConnection>
+
<url>http://svn.apache.org/repos/asf/tomcat/sandbox/storeconfig7/trunk</url>
+ </scm>
+
<dependencies>
<dependency>
@@ -69,6 +75,13 @@
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+ <configuration>
+
<tagBase>https://svn.apache.org/repos/asf/tomcat/sandbox/storeconfig7/tags</tagBase>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]