You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by th...@apache.org on 2020/01/05 03:26:25 UTC

[commons-dbutils] 01/01: prepare release DBUTILS_1_8_RC1

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

thecarlhall pushed a commit to annotated tag DBUTILS_1_8_RC1
in repository https://gitbox.apache.org/repos/asf/commons-dbutils.git

commit 2b148568875dc7d0a5adefe7de3d13ac6af30bf2
Author: Carl Hall <th...@apache.org>
AuthorDate: Sat Jan 4 19:09:33 2020 -0800

    prepare release DBUTILS_1_8_RC1
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2de8b3d..4ef213b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-dbutils</groupId>
   <artifactId>commons-dbutils</artifactId>
-  <version>2.0-SNAPSHOT</version>
+  <version>1.8</version>
   <name>Apache Commons DbUtils</name>
 
   <inceptionYear>2002</inceptionYear>
@@ -45,6 +45,7 @@
     <connection>scm:git:git://git.apache.org/commons-dbutils.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-dbutils.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=commons-dbutils.git</url>
+    <tag>DBUTILS_1_8_RC1</tag>
   </scm>
 
   <developers>