Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8 from imsweb/eod-1.7
Browse files Browse the repository at this point in the history
EOD 1.7
  • Loading branch information
ctmay4 authored Aug 6, 2019
2 parents 9d2ae23 + 24db5d8 commit 52c6615
Show file tree
Hide file tree
Showing 1,248 changed files with 3,101 additions and 2,997 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ Download [the latest JAR][1] or grab via Maven:
<dependency>
<groupId>com.imsweb</groupId>
<artifactId>staging-algorithm-eod-public</artifactId>
<version>1.6.1</version>
<version>1.7</version>
</dependency>
```

or via Gradle:

```groovy
compile 'com.imsweb.com:staging-algorithm-eod-public:1.6.1'
compile 'com.imsweb.com:staging-algorithm-eod-public:1.7'
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'com.imsweb'
version = '1.6.1'
version = '1.7'
description = 'EOD algorithm for the java-staging-client'

tasks.withType(JavaCompile) {
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/imsweb/staging/eod/EodDataProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public static synchronized EodDataProvider getInstance(EodVersion version) {
}

public enum EodVersion {
LATEST("1.6"),
v1_5("1.6");
LATEST("1.7"),
v1_7("1.7");

private String _version;

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 52c6615

Please sign in to comment.