I see that the branch for Apache Geode 1.7.0 (release/1.7.0 [1]) has been created in preparation for the upcoming the 1.7 release.
I am trying to get an early sense/feel for the required changes in SDG when I rebase it on 1.7. Previously, I was able to obtain Geode snapshots from... <repository> <id>apache-snapshots</id <url>https://repository.apache.org/content/repositories/snapshots</url </repository> But currently, Maven is unable to resolve the 1.7 JARs.... $ mvn dependency:resolve [INFO] Scanning for projects... [INFO] [INFO] -------------< org.springframework.data:spring-data-geode >------------- [INFO] Building Spring Data Geode 2.2.0.BUILD-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for org.apache.geode:geode-core:jar:1.7.0 is missing, no dependency information available [WARNING] The POM for org.apache.geode:geode-cq:jar:1.7.0 is missing, no dependency information available [WARNING] The POM for org.apache.geode:geode-lucene:jar:1.7.0 is missing, no dependency information available [WARNING] The POM for org.apache.geode:geode-wan:jar:1.7.0 is missing, no dependency information available [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.617 s [INFO] Finished at: 2018-09-05T14:07:30-07:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project spring-data-geode: Could not resolve dependencies for project org.springframework.data:spring-data-geode:jar:2.2.0.BUILD-SNAPSHOT: *The following artifacts could not be resolved*: org.apache.geode:geode-core:jar:1.7.0, org.apache.geode:geode-cq:jar:1.7.0, org.apache.geode:geode-lucene:jar:1.7.0, org.apache.geode:geode-wan:jar:1.7.0: Failure to find org.apache.geode:geode-core:jar:1.7.0 *in https://repository.apache.org/content/repositories/snapshots <https://repository.apache.org/content/repositories/snapshots>* was cached in the local repository, resolution will not be reattempted until the update interval of apache-snapshots has elapsed or updates are forced -> [Help 1] Is this the correct repo and are the 1.7 snapshots currently available? Thanks, -- -John [1] https://github.com/apache/geode/tree/release/1.7.0
