[hibernate-issues] [Hibernate-JIRA] Created: (ANN-711) Maven pom.xml of annotations 3.3.1.GA depends on hibernate-commons-annotations 3.0.0.ga instead of 3.3.0.ga

Geoffrey De Smet (JIRA) noreply at atlassian.com
Tue Mar 18 04:32:34 EDT 2008


Maven pom.xml of annotations 3.3.1.GA depends on hibernate-commons-annotations 3.0.0.ga instead of 3.3.0.ga
-----------------------------------------------------------------------------------------------------------

                 Key: ANN-711
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/ANN-711
             Project: Hibernate Annotations
          Issue Type: Bug
    Affects Versions: 3.3.1.GA
            Reporter: Geoffrey De Smet


I could be wrong, but it looks very strange to me that the latest hibernate annotations 3.3.1.GA  doesn't depend on the latest hibernate-commons-annotations 3.3.0.ga.

<project ...>
	<modelVersion>4.0.0</modelVersion>
	<groupId>org.hibernate</groupId>
	<artifactId>hibernate-annotations</artifactId>
	<packaging>jar</packaging>
	<version>3.3.1.GA</version>
        ...
	
	<dependencies>
		...
		<dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-commons-annotations</artifactId>
			<version>3.0.0.ga</version>
		</dependency>
		...
	</dependencies>
	
</project>


If it is intended, please add a note in the pom.xml:
                <dependency>
			<groupId>org.hibernate</groupId>
			<artifactId>hibernate-commons-annotations</artifactId>
			<version>3.0.0.ga</version> <!-- Not 3.3.0.ga because ... -->
		</dependency>

The same issue occurs for hibernate-entitymanager.
Also, it's confusing to use "...ga" and "...GA" with a different case-sensitivity in the version number.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list