henning 2004/09/27 11:34:11
Modified: extensions/maven-plugin project.xml
Log:
- add release tag
- maven can pull the torque-plugin automatically
Revision Changes Path
1.10 +21 -7 jakarta-turbine-2/extensions/maven-plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/project.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- project.xml 23 Aug 2004 00:31:38 -0000 1.9
+++ project.xml 27 Sep 2004 18:34:11 -0000 1.10
@@ -50,11 +50,13 @@
<siteDirectory>/www/jakarta.apache.org/turbine/meta/</siteDirectory>
<distributionSite>www.apache.org</distributionSite>
<distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
+
<repository>
<connection>scm:cvs:pserver:[EMAIL
PROTECTED]:/home/cvspublic:jakarta-turbine-2/extensions/maven-plugin</connection>
<developerConnection>scm:cvs:ext:[EMAIL
PROTECTED]:/home/cvs:jakarta-turbine-2/extensions/maven-plugin</developerConnection>
<url>http://cvs.apache.org/viewcvs/jakarta-turbine-2/extensions/maven-plugin/</url>
</repository>
+
<mailingLists>
<mailingList>
<name>Turbine User List</name>
@@ -69,6 +71,15 @@
<archive>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]</archive>
</mailingList>
</mailingLists>
+
+ <versions>
+ <version>
+ <id>1</id>
+ <name>1.2-rc1</name>
+ <tag>META_1_2_RC1</tag>
+ </version>
+ </versions>
+
<developers>
<developer>
<name>Eric Pugh</name>
@@ -115,12 +126,15 @@
</license>
</licenses>
- <!-- ======================================================================== -->
- <!-- -->
- <!-- M.E.T.A. itself has no dependencies on any jars. -->
- <!-- -->
- <!-- ======================================================================== -->
- <dependencies/>
+ <dependencies>
+ <dependency>
+ <groupId>torque</groupId>
+ <artifactId>maven-torque-plugin</artifactId>
+ <version>3.1.1-rc2</version>
+ <url>http://db.apache.org/torque/</url>
+ <type>plugin</type>
+ </dependency>
+ </dependencies>
<build>
<resources>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]