You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tv...@apache.org on 2010/10/31 21:10:25 UTC

svn commit: r1029482 - in /db/torque/village/trunk: pom.xml project.xml

Author: tv
Date: Sun Oct 31 20:10:24 2010
New Revision: 1029482

URL: http://svn.apache.org/viewvc?rev=1029482&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=1029482&r1=1029481&r2=1029482&view=diff
==============================================================================
--- db/torque/village/trunk/pom.xml (original)
+++ db/torque/village/trunk/pom.xml Sun Oct 31 20:10:24 2010
@@ -30,7 +30,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <artifactId>village</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.3.1-RC1</version>
   <packaging>jar</packaging>
   <name>Village</name>
 
@@ -60,6 +60,17 @@
     <sourceDirectory>src/java</sourceDirectory>
     <testSourceDirectory>src/test</testSourceDirectory>
 
+    <resources>
+      <resource>
+        <directory>common</directory>
+        <targetPath>META-INF</targetPath>
+        <includes>
+          <include>NOTICE</include>
+          <include>LICENSE.txt</include>
+        </includes>
+      </resource>
+    </resources>
+
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Modified: db/torque/village/trunk/project.xml
URL: http://svn.apache.org/viewvc/db/torque/village/trunk/project.xml?rev=1029482&r1=1029481&r2=1029482&view=diff
==============================================================================
--- db/torque/village/trunk/project.xml (original)
+++ db/torque/village/trunk/project.xml Sun Oct 31 20:10:24 2010
@@ -22,7 +22,7 @@
   <extend>common/project.xml</extend>
   <pomVersion>3</pomVersion>
   <artifactId>village</artifactId>
-  <version>3.3.1</version>
+  <currentVersion>3.3.1-RC1</currentVersion>
   <groupId>torque</groupId>
   <name>Village</name>
   <id>village</id>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org