Author: tv
Date: Sun Oct 31 18:14:16 2010
New Revision: 1029439
URL: http://svn.apache.org/viewvc?rev=1029439&view=rev
Log:
Prepare for release
Modified:
db/torque/village/trunk/pom.xml
db/torque/village/trunk/project.xml
Modified: db/torque/village/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/village/trunk/pom.xml?rev=1029439&r1=1029438&r2=1029439&view=diff
==============================================================================
--- db/torque/village/trunk/pom.xml (original)
+++ db/torque/village/trunk/pom.xml Sun Oct 31 18:14:16 2010
@@ -24,15 +24,22 @@
<parent>
<groupId>org.apache.torque</groupId>
<artifactId>torque</artifactId>
- <version>3.3.1-SNAPSHOT</version>
+ <version>3.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>village</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Village</name>
+ <scm>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/db/torque/village/trunk</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/db/torque/village/trunk</developerConnection>
+ <url>http://svn.apache.org/viewcvs.cgi/db/torque/village/trunk</url>
+ </scm>
+
<dependencies>
<dependency>
<groupId>junit</groupId>
@@ -52,7 +59,7 @@
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
-
+
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -61,6 +68,6 @@
<skip>true</skip>
</configuration>
</plugin>
- </plugins>
+ </plugins>
</build>
</project>
Modified: db/torque/village/trunk/project.xml
URL:
http://svn.apache.org/viewvc/db/torque/village/trunk/project.xml?rev=1029439&r1=1029438&r2=1029439&view=diff
==============================================================================
--- db/torque/village/trunk/project.xml (original)
+++ db/torque/village/trunk/project.xml Sun Oct 31 18:14:16 2010
@@ -22,6 +22,7 @@
<extend>common/project.xml</extend>
<pomVersion>3</pomVersion>
<artifactId>village</artifactId>
+ <version>3.3.1</version>
<groupId>torque</groupId>
<name>Village</name>
<id>village</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]