spring-attic / spring-social

Allows you to connect your applications with SaaS providers such as Facebook and Twitter.
http://projects.spring.io/spring-social
Apache License 2.0
619 stars 351 forks source link

Sping framework version issue #161

Closed cigaly closed 9 years ago

cigaly commented 9 years ago

Spring Framework version in gradle.properties should be 4.1.6, not 4.1.6.BUILD-SNAPSHOT. At least in release version of Spring Social.

cemo commented 9 years ago

@habuma can you fix this issue?

You can see details here: https://repo1.maven.org/maven2/org/springframework/social/spring-social-core/1.1.1.RELEASE/spring-social-core-1.1.1.RELEASE.pom

cigaly commented 9 years ago

... and also: https://repo1.maven.org/maven2/org/springframework/social/spring-social-security/1.1.1.RELEASE/spring-social-security-1.1.1.RELEASE.pom and https://repo1.maven.org/maven2/org/springframework/social/spring-social-web/1.1.1.RELEASE/spring-social-web-1.1.1.RELEASE.pom

habuma commented 9 years ago

Doh! I know why that happened and I should've caught it. That'll teach me to cut a release when I only have a short window of time. Will fix it, although it will require a 1.1.2.RELEASE (can't change what's there for 1.1.1, unfortunately). Hang tight...it will be ready very soon.

habuma commented 9 years ago

Spring Social (core/web/security/config) 1.1.2.RELEASE is now available in Maven central and no longer depends on Spring 4.1.6.BUILD-SNAPSHOT.