c0debrain / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Need 4.3 library version on maven repo #310

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

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