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 2018/08/27 11:52:07 UTC

svn commit: r1839300 - in /db/torque/torque4/trunk: ./ torque-ant-tasks/ torque-generator/ torque-maven-plugin/ torque-runtime/ torque-site/ torque-site/src/site/xdoc/documentation/orm-reference/ torque-templates/ torque-test/

Author: tv
Date: Mon Aug 27 11:52:07 2018
New Revision: 1839300

URL: http://svn.apache.org/viewvc?rev=1839300&view=rev
Log:
Housekeeping

Modified:
    db/torque/torque4/trunk/NOTICE
    db/torque/torque4/trunk/pom.xml
    db/torque/torque4/trunk/torque-ant-tasks/NOTICE
    db/torque/torque4/trunk/torque-generator/NOTICE
    db/torque/torque4/trunk/torque-maven-plugin/NOTICE
    db/torque/torque4/trunk/torque-maven-plugin/pom.xml
    db/torque/torque4/trunk/torque-runtime/NOTICE
    db/torque/torque4/trunk/torque-site/NOTICE
    db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/connections-transactions.xml
    db/torque/torque4/trunk/torque-templates/NOTICE
    db/torque/torque4/trunk/torque-test/NOTICE

Modified: db/torque/torque4/trunk/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/NOTICE (original)
+++ db/torque/torque4/trunk/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2012 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/torque/torque4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Mon Aug 27 11:52:07 2018
@@ -34,7 +34,7 @@
   <name>Torque Maven Parent</name>
   <version>4.1-SNAPSHOT</version>
   <description>Torque parent project</description>
-  <url>http://db.apache.org/torque/releases/torque-4.0</url>
+  <url>http://db.apache.org/torque/releases/torque-4.1</url>
 
   <modules>
     <module>torque-runtime</module>
@@ -426,20 +426,8 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-source-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>attach-sources</id>
-            <phase>package</phase>
-            <goals>
-              <goal>jar-no-fork</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
+        <version>2.9</version>
         <configuration>
           <workspace>..</workspace>
           <downloadSources>true</downloadSources>
@@ -478,7 +466,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.7</version>
         <configuration>
           <formats>
             <format>html</format>
@@ -536,14 +524,6 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-eclipse-plugin</artifactId>
-          <version>2.9</version>
-          <configuration>
-            <downloadSources>true</downloadSources>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
           <version>3.2</version>
           <configuration>
@@ -554,12 +534,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jxr-plugin</artifactId>
-          <version>2.4</version>
+          <version>2.5</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>findbugs-maven-plugin</artifactId>
-          <version>3.0.3</version>
+          <version>3.0.5</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -583,11 +563,6 @@
   <reporting>
     <plugins>
       <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.10.1</version>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
         <version>2.4</version>
@@ -600,6 +575,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.12</version>
       </plugin>
     </plugins>
   </reporting>

Modified: db/torque/torque4/trunk/torque-ant-tasks/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-ant-tasks/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-ant-tasks/NOTICE (original)
+++ db/torque/torque4/trunk/torque-ant-tasks/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2012 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/torque/torque4/trunk/torque-generator/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/NOTICE (original)
+++ db/torque/torque4/trunk/torque-generator/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2012 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/torque/torque4/trunk/torque-maven-plugin/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-plugin/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-plugin/NOTICE (original)
+++ db/torque/torque4/trunk/torque-maven-plugin/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2012 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/torque/torque4/trunk/torque-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-maven-plugin/pom.xml?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-plugin/pom.xml (original)
+++ db/torque/torque4/trunk/torque-maven-plugin/pom.xml Mon Aug 27 11:52:07 2018
@@ -45,18 +45,8 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.10</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
-      <version>2.0.10</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-      <version>2.0.10</version>
+      <version>${maven.api.version}</version>
     </dependency>
     <dependency>
       <!-- 
@@ -119,5 +109,9 @@
       </plugin>
     </plugins>
   </reporting>
+  
+  <properties>
+    <maven.api.version>2.2.1</maven.api.version>
+  </properties>
 
 </project>
\ No newline at end of file

Modified: db/torque/torque4/trunk/torque-runtime/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/NOTICE (original)
+++ db/torque/torque4/trunk/torque-runtime/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2016 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/torque/torque4/trunk/torque-site/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/NOTICE (original)
+++ db/torque/torque4/trunk/torque-site/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2012 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/connections-transactions.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/connections-transactions.xml?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/connections-transactions.xml (original)
+++ db/torque/torque4/trunk/torque-site/src/site/xdoc/documentation/orm-reference/connections-transactions.xml Mon Aug 27 11:52:07 2018
@@ -122,8 +122,8 @@ finally
     </p>
 
     <p>
-      As of Torque 4.1 and the advent of the try-with-resources construct, 
-      this can be further simplified. Simply use TorqueConnection instead,
+      As of Torque 4.1 and with the advent of the try-with-resources construct, 
+      this can be simplified further. Simply use TorqueConnection instead,
       which handles the automatic closing and possibly rollback internally:
     </p>
 

Modified: db/torque/torque4/trunk/torque-templates/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/NOTICE (original)
+++ db/torque/torque4/trunk/torque-templates/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2012 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/torque/torque4/trunk/torque-test/NOTICE
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/NOTICE?rev=1839300&r1=1839299&r2=1839300&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/NOTICE (original)
+++ db/torque/torque4/trunk/torque-test/NOTICE Mon Aug 27 11:52:07 2018
@@ -1,5 +1,5 @@
 Apache DB Torque
-Copyright 2001-2012 The Apache Software Foundation.
+Copyright 2001-2018 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).



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