[hibernate-issues] [Hibernate-JIRA] Commented: (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 05:46:34 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/ANN-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_29826 ] 

Geoffrey De Smet commented on ANN-711:
--------------------------------------

HV-29: Looks like hibernate-commons-annotations 3.3.0.ga was a mistake, so please mark this as a trivial issue to put the comment in the pom.xml's of annotations and entitymanager:
                <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.0.0.ga</version> <!-- Note that 3.3.0.ga was a mislabeled 3.0.0.ga release -->
</dependency>

> 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