You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/09/08 16:41:21 UTC

[jira] [Updated] (GEODE-1872) spring-hateoas is misspelled in gradle/dependency-versions.properties

     [ https://issues.apache.org/jira/browse/GEODE-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kirk Lund updated GEODE-1872:
-----------------------------
    Description: 
spring-hateoas is misspelled as spring-hateos in gradle/dependency-versions.properties.

It's then used as the version string in geode-web-api/build.gradle:
{noformat}
compile ('org.springframework.hateoas:spring-hateoas:' + project.'spring-hateos.version') {
{noformat}


  was:
spring-hateoas is misspelled as spring-hateos in gradle/dependency-versions.properties.

It's then used as the version string in geode-web-api/build.gradle:
{noformat}
compile ('org.springframework.hateoas:spring-hateoas:' + project.'spring-hateoas.version') {
{noformat}



> spring-hateoas is misspelled in gradle/dependency-versions.properties
> ---------------------------------------------------------------------
>
>                 Key: GEODE-1872
>                 URL: https://issues.apache.org/jira/browse/GEODE-1872
>             Project: Geode
>          Issue Type: Bug
>          Components: build
>            Reporter: Kirk Lund
>
> spring-hateoas is misspelled as spring-hateos in gradle/dependency-versions.properties.
> It's then used as the version string in geode-web-api/build.gradle:
> {noformat}
> compile ('org.springframework.hateoas:spring-hateoas:' + project.'spring-hateos.version') {
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)