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 20:15:53 UTC

[drat] branch gsoc18 updated: Revert to 1.2.3-SNAPSHOT built locally since it is compat with Java8.

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


The following commit(s) were added to refs/heads/gsoc18 by this push:
     new cbb9861  Revert to 1.2.3-SNAPSHOT built locally since it is compat with Java8.
cbb9861 is described below

commit cbb9861bb97e1812ff9580914d2cec43c930c5fd
Author: Chris Mattmann <ch...@jpl.nasa.gov>
AuthorDate: Mon Aug 13 13:15:43 2018 -0700

    Revert to 1.2.3-SNAPSHOT built locally since it is compat with Java8.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 427e06a..337fea2 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</oodt.version>
+    <oodt.version>1.2.3-SNAPSHOT</oodt.version>
     <junit.version>4.12</junit.version>
   </properties>