yubrajpokharel/socialauth

Need 4.3 library version on maven repo

Closed this issue · 2 comments

What steps will reproduce the problem?
1. I can't see latest 4.3 version on 
http://mvnrepository.com/artifact/org.brickred/socialauth 

What is the expected output? What do you see instead?
The library should be published on mvnrepository

What version of the product are you using? On what operating system?
4.3 
Linux

Please provide any additional information below.
-Nil-

Original issue reported on code.google.com by shah.vai...@gmail.com on 29 Oct 2013 at 2:13

It is available on maven central repository.

http://search.maven.org/#search|ga|1|socialauth

You can also add the following repository in your pom file to get latest 
version.
<repository>
    <id>sonatype-oss-public</id>
    <url>https://oss.sonatype.org/content/groups/public/</url>
    <releases>
        <enabled>true</enabled>
    </releases>
</repository>

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 29 Oct 2013 at 5:15

Original comment by tarun.na...@3pillarglobal.com on 12 Nov 2013 at 3:02

  • Changed state: Done