You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by rh...@apache.org on 2019/03/10 22:59:28 UTC

svn commit: r1855177 - /db/derby/code/trunk/maven2/pom.xml

Author: rhillegas
Date: Sun Mar 10 22:59:28 2019
New Revision: 1855177

URL: http://svn.apache.org/viewvc?rev=1855177&view=rev
Log:
DERBY-7010: Add commons module to the list of modules deployed by release publication; commit derby-7010-15-aa-addCommonsModuleToDeploymentPOM.diff.

Modified:
    db/derby/code/trunk/maven2/pom.xml

Modified: db/derby/code/trunk/maven2/pom.xml
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/maven2/pom.xml?rev=1855177&r1=1855176&r2=1855177&view=diff
==============================================================================
--- db/derby/code/trunk/maven2/pom.xml (original)
+++ db/derby/code/trunk/maven2/pom.xml Sun Mar 10 22:59:28 2019
@@ -85,6 +85,7 @@
 
   <modules>
     <module>engine</module>
+    <module>commons</module>
     <module>net</module>
     <module>client</module>
     <module>tools</module>