You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drat.apache.org by ma...@apache.org on 2018/08/13 16:14:46 UTC

[drat] 02/03: Pin to 1.2.3 release.

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

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

commit 27ca8cd9b4f3c7788a506319c4a9f15ebf2fe621
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Mon Aug 13 08:41:34 2018 -0700

    Pin to 1.2.3 release.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 337fea2..427e06a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <oodt.version>1.2.3-SNAPSHOT</oodt.version>
+    <oodt.version>1.2.3</oodt.version>
     <junit.version>4.12</junit.version>
   </properties>