Author: gk
Date: Wed Jan 5 08:57:59 2022
New Revision: 1896699
URL: http://svn.apache.org/viewvc?rev=1896699&view=rev
Log:
- fix module list again
- fix distributionManagement URL
Modified:
db/torque/trunk/pom.xml
db/torque/trunk/torque-site/pom.xml
Modified: db/torque/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/pom.xml?rev=1896699&r1=1896698&r2=1896699&view=diff
==============================================================================
--- db/torque/trunk/pom.xml (original)
+++ db/torque/trunk/pom.xml Wed Jan 5 08:57:59 2022
@@ -38,7 +38,11 @@
<url>https://db.apache.org/torque/</url>
<modules>
-
+ <module>torque-runtime</module>
+ <module>torque-generator</module>
+ <module>torque-templates</module>
+ <module>torque-maven-plugin</module>
+ <module>torque-ant-tasks</module>
<module>torque-site</module>
</modules>
Modified: db/torque/trunk/torque-site/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/torque-site/pom.xml?rev=1896699&r1=1896698&r2=1896699&view=diff
==============================================================================
--- db/torque/trunk/torque-site/pom.xml (original)
+++ db/torque/trunk/torque-site/pom.xml Wed Jan 5 08:57:59 2022
@@ -48,7 +48,7 @@
<id>apache.website</id>
<name>Apache DB Torque Site</name>
<!-- endpoint have to exist -->
-
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/db/content/torque/torque-5.0</url>
+
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/db/content/torque/torque-${project.version}</url>
</site>
</distributionManagement>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]