You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2017/10/17 17:34:23 UTC

[geode] branch develop updated: GEODE-3846 create a 1.3.0 test set in geode-old-versions

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

bschuchardt pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new fea9548  GEODE-3846 create a 1.3.0 test set in geode-old-versions
fea9548 is described below

commit fea9548497daa087fb0e90408152e89275cfb337
Author: Bruce Schuchardt <bs...@pivotal.io>
AuthorDate: Tue Oct 17 10:32:46 2017 -0700

    GEODE-3846 create a 1.3.0 test set in geode-old-versions
    
    incorporation code review comment from Darrel.  The ordinal for
    the new Version was wrong.
---
 geode-core/src/main/java/org/apache/geode/internal/Version.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/Version.java b/geode-core/src/main/java/org/apache/geode/internal/Version.java
index ec5ee03..aa91c40 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/Version.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/Version.java
@@ -206,7 +206,7 @@ public class Version implements Comparable<Version> {
   private static final byte GEODE_140_ORDINAL = 75;
 
   public static final Version GEODE_140 =
-      new Version("GEODE", "1.4.0", (byte) 1, (byte) 4, (byte) 0, (byte) 0, GEODE_130_ORDINAL);
+      new Version("GEODE", "1.4.0", (byte) 1, (byte) 4, (byte) 0, (byte) 0, GEODE_140_ORDINAL);
   /**
    * This constant must be set to the most current version of the product. !!! NOTE: update
    * HIGHEST_VERSION when changing CURRENT !!!

-- 
To stop receiving notification emails like this one, please contact
['"commits@geode.apache.org" <co...@geode.apache.org>'].