You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/30 18:25:37 UTC

[commons-dbcp] 08/18: Revert "Update commons-parent from 47 to 48."

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

ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git

commit e7552618f185961c739a2f6eb4d0e25b06482d91
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jul 30 09:41:54 2019 -0400

    Revert "Update commons-parent from 47 to 48."
    
    This reverts commit 6619cde1a8047c5366c865e67f6579fe580e4926.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a09757..59401e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>48</version>
+    <version>47</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>commons-dbcp2</artifactId>