lyonplus / gettext-commons

Automatically exported from code.google.com/p/gettext-commons
GNU Lesser General Public License v2.1
0 stars 0 forks source link

update version in maven repository #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reported via email:

There is only version 0.9 available.

Addionally:
On http://xnap-commons.sourceforge.net/gettext-commons/maven.html you 
state that for maven 2, one should add:
<dependencies>
   <dependency>
     <groupId>org.xnap.commons</groupId>
     <artifactId>gettext-commons</artifactId>
     <version>0.9.1</version>
     <url>http://xnap-commons.sf.net/gettext-commons/</url>
   </dependency>
</dependencies>

this does not work, as version 0.9.1 is not available, and the <url> 
element is not allowed in the pom.xml. 

Original issue reported on code.google.com by steffen....@googlemail.com on 11 Mar 2008 at 7:21

GoogleCodeExporter commented 8 years ago
I have created simple maven project. I have added dependency without <url> tag 
and
also XNap Commons repository, but I have this error - "1/22/09 4:29:18 PM EET:
Missing artifact org.xnap.commons:gettext-commons:jar:0.9.2:compile".

<dependency>
    <groupId>org.xnap.commons</groupId>
    <artifactId>gettext-commons</artifactId>
    <version>0.9.2</version>
</dependency>

<repositories>
    <repository>
        <id>xnap-commons</id>
        <name>XNap Commons Repository</name>
        <url>http://xnap-commons.sourceforge.net/repository</url>
    </repository>
</repositories>

Original comment by promet...@gmail.com on 22 Jan 2009 at 2:33

GoogleCodeExporter commented 8 years ago
A new version has been released to a new repository location and the 
documentation
for it has been fixed:

http://code.google.com/p/gettext-commons/wiki/MavenRepository

Original comment by berge...@gmail.com on 2 Mar 2009 at 4:05