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 23:09:03 UTC

svn commit: r1855178 - in /db/derby/code/branches/10.15: ./ maven2/pom.xml

Author: rhillegas
Date: Sun Mar 10 23:09:03 2019
New Revision: 1855178

URL: http://svn.apache.org/viewvc?rev=1855178&view=rev
Log:
DERBY-7010: Port 1855177 from trunk to 10.15 branch.

Modified:
    db/derby/code/branches/10.15/   (props changed)
    db/derby/code/branches/10.15/maven2/pom.xml

Propchange: db/derby/code/branches/10.15/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Mar 10 23:09:03 2019
@@ -2,4 +2,4 @@
 /db/derby/code/branches/10.7:1061570,1061578,1082235
 /db/derby/code/branches/10.8:1177474,1234973,1464951
 /db/derby/code/branches/10.9:1373148
-/db/derby/code/trunk:1063809,1851719-1851720,1854928,1854986
+/db/derby/code/trunk:1063809,1851719-1851720,1854928,1854986,1855177

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