22
Oct
Added Spring Social LinkedIn into my Maven Repo
Spring Social has a SNAPSHOT version of spring-social-linkedin but has not released it as 1.0.0.RELEASE and unfortunately the milestone release is too far behind.
If you are using the maven release plugin it will not let you release with SNAPSHOT dependencies. I tried using the Maven Version plugin to get around this but I could not figure it out so I used my good ole custom maven repository:
-
agentgt posted this