Hibernate Annotations 3.1beta3 pom should contain dependency on Hibernate 
3.1alpha1
-----------------------------------------------------------------------------------

         Key: MEV-53
         URL: http://jira.codehaus.org/browse/MEV-53
     Project: Maven Evangelism
        Type: Bug
  Components: Dependencies  
 Reporter: Ken Weiner


The POM should declare a dependency on Hibernate 3.1alpha1 as follows:

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>hibernate</groupId>
  <artifactId>hibernate-annotations</artifactId>
  <version>3.1beta3</version>
  <dependencies>
    <dependency>
      <groupId>hibernate</groupId>
      <artifactId>hibernate</artifactId>
      <version>3.1alpha1</version>
    </dependency>
  </dependencies>
</project>

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to