google-code-export / morphia

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

morphia-parent version 1.2 is not comitted #344

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In r1769(committed 27. October) morphia/pom.xml introduced a dependency upgrade 
to morphia-parent version 1.2

Version 1.2 of morphia-parent does not exist, did someone forget to commit the 
new version of the parent pom?

<parent>
    <groupId>com.google.code.morphia</groupId>
    <artifactId>morphia-parent</artifactId>
    <version>1.2</version>
    <relativePath>../</relativePath>
</parent>

Henning

Original issue reported on code.google.com by Henning....@gmail.com on 25 Nov 2011 at 9:19

GoogleCodeExporter commented 9 years ago
It was pushed to the maven repo, but not committed. Did you have a problem when 
building from source?

Original comment by scotthernandez on 25 Nov 2011 at 1:18

GoogleCodeExporter commented 9 years ago
yes, the problem was building from source. I fixed it by manually download 
http://code.google.com/p/morphia/source/browse/mavenrepo/com/google/code/morphia
/morphia-parent/1.2/morphia-parent-1.2.pom

seems like nexus is having problems downloading parent poms...

Original comment by Henning....@gmail.com on 25 Nov 2011 at 4:21