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

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


The following commit(s) were added to refs/heads/master by this push:
     new e7ff9f4  Revert apache parent pom b/c of posix issue.
e7ff9f4 is described below

commit e7ff9f4f95c97ea8101065d7dc5be9eaa0adff96
Author: Chris Mattmann <[email protected]>
AuthorDate: Sat Sep 28 09:47:23 2019 -0700

    Revert apache parent pom b/c of posix issue.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 26ac691..82067d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>20</version>
     <relativePath />
   </parent>
 
@@ -13,7 +13,7 @@
   <name>Apache DRAT</name>
   <packaging>pom</packaging>
   <description>The Apache Distributed Release Auditing Tool 
(DRAT).</description>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -120,7 +120,7 @@
     <connection>scm:git:https://github.com/apache/drat.git</connection>
     
<developerConnection>scm:git:https://github.com/apache/drat.git</developerConnection>
     <url>http://github.com/apache/drat</url>
-    <tag>HEAD</tag>
+    <tag>release-1.0</tag>
   </scm>
 
 </project>

Reply via email to