Author: tfischer
Date: Sat Sep 8 08:55:53 2012
New Revision: 1382252
URL: http://svn.apache.org/viewvc?rev=1382252&view=rev
Log:
- use "torque" as parent artifact id
Modified:
db/torque/torque4/trunk/pom.xml
db/torque/torque4/trunk/torque-ant-tasks/pom.xml
db/torque/torque4/trunk/torque-generator/pom.xml
db/torque/torque4/trunk/torque-maven-plugin/pom.xml
db/torque/torque4/trunk/torque-runtime/pom.xml
db/torque/torque4/trunk/torque-site/pom.xml
db/torque/torque4/trunk/torque-templates/pom.xml
db/torque/torque4/trunk/torque-test/pom.xml
Modified: db/torque/torque4/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/pom.xml?rev=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/pom.xml (original)
+++ db/torque/torque4/trunk/pom.xml Sat Sep 8 08:55:53 2012
@@ -29,11 +29,11 @@
</parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<packaging>pom</packaging>
<name>Torque Maven Parent</name>
<version>4.0-beta1-SNAPSHOT</version>
- <description>parent project descriptor for the Torque project</description>
+ <description>Torque parent project</description>
<url>http://db.apache.org/torque/releases/torque-4.0</url>
<modules>
@@ -507,9 +507,10 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
- <descriptorRefs>
- <descriptorRef>src</descriptorRef>
- </descriptorRefs>
+ <descriptors>
+ <descriptor>src/main/assembly/src.xml</descriptor>
+ </descriptors>
+ <tarLongFileMode>gnu</tarLongFileMode>
</configuration>
<executions>
<execution>
Modified: db/torque/torque4/trunk/torque-ant-tasks/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-ant-tasks/pom.xml?rev=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-ant-tasks/pom.xml (original)
+++ db/torque/torque4/trunk/torque-ant-tasks/pom.xml Sat Sep 8 08:55:53 2012
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: db/torque/torque4/trunk/torque-generator/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-generator/pom.xml?rev=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-generator/pom.xml (original)
+++ db/torque/torque4/trunk/torque-generator/pom.xml Sat Sep 8 08:55:53 2012
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
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=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-maven-plugin/pom.xml (original)
+++ db/torque/torque4/trunk/torque-maven-plugin/pom.xml Sat Sep 8 08:55:53 2012
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: db/torque/torque4/trunk/torque-runtime/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-runtime/pom.xml?rev=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-runtime/pom.xml (original)
+++ db/torque/torque4/trunk/torque-runtime/pom.xml Sat Sep 8 08:55:53 2012
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: db/torque/torque4/trunk/torque-site/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-site/pom.xml?rev=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-site/pom.xml (original)
+++ db/torque/torque4/trunk/torque-site/pom.xml Sat Sep 8 08:55:53 2012
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: db/torque/torque4/trunk/torque-templates/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-templates/pom.xml?rev=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-templates/pom.xml (original)
+++ db/torque/torque4/trunk/torque-templates/pom.xml Sat Sep 8 08:55:53 2012
@@ -20,7 +20,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1382252&r1=1382251&r2=1382252&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Sat Sep 8 08:55:53 2012
@@ -23,7 +23,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.torque</groupId>
- <artifactId>torque-maven-parent</artifactId>
+ <artifactId>torque</artifactId>
<version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]