nagyistoce / jnaerator

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

Relesed version 0.9.1 in Maven repo depends on jnaerator-parent-1.0-SNAPSHOT #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

The issue occurs when I try to build my maven project depending on
jnaerator-runtime-0.9.1 (and not using SNAPSHOT deps).

1. get jnaerator-runtime-0.9.1.pom from
http://jnaerator.sourceforge.net/maven/com/jnaerator/jnaerator-runtime/0.9.1/jna
erator-runtime-0.9.1.pom
2. it contains:
<parent>
<artifactId>jnaerator-parent</artifactId>
<groupId>com.jnaerator</groupId>
<version>1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
3. SNAPSHOT here is very bad. 

What is the expected output? What do you see instead?

It should depend on a released version such as 0.9.1.
Released versions should never depend on snapshots. If you decide to
restructure the jnaerator-parent/pom.xml and deploy it as 1.0-SNAPSHOT
again, it probably will brake my build as it will change the configuration
of the already released jnaerator-runtime-0.9.1

What version of the product are you using? On what operating system?
jnaerator-runtime-0.9.1
java 1.6

Original issue reported on code.google.com by andrius....@mif.vu.lt on 23 Oct 2009 at 9:25

GoogleCodeExporter commented 9 years ago
Hi Andrius,

Thanks for your report, I'll update the versioning of the parent pom soon 
following 
your advice :)

Cheers

Original comment by olivier.chafik@gmail.com on 23 Oct 2009 at 12:24

GoogleCodeExporter commented 9 years ago
Recent versions should no longer have same issue.

Original comment by olivier.chafik@gmail.com on 11 Oct 2010 at 1:53