This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 2155e9c  Fixed bug in commons-configuration2 coordinates for javadoc 
CTR
2155e9c is described below

commit 2155e9c2fd0e532288f5b8d40a6de4877e224b37
Author: stephen <[email protected]>
AuthorDate: Thu Dec 12 09:28:17 2019 -0500

    Fixed bug in commons-configuration2 coordinates for javadoc CTR
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 74bea4b..d3a572e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1300,8 +1300,8 @@ limitations under the License.
                                          build for the "full" javadocs -->
                                     <additionalDependencies>
                                         <additionalDependency>
-                                            
<groupId>commons-configuration</groupId>
-                                            
<artifactId>commons-configuration</artifactId>
+                                            
<groupId>org.apache.commons</groupId>
+                                            
<artifactId>commons-configuration2</artifactId>
                                             
<version>${commons.configuration.version}</version>
                                         </additionalDependency>
                                         <additionalDependency>

Reply via email to