[
https://issues.apache.org/jira/browse/JDO-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Russell resolved JDO-512.
-------------------------------
Resolution: Fixed
Fix Version/s: JDO 2 maintenance release 1
Assignee: Craig Russell
Committing patch provided by Chris Beams.
svn commit -m "JDO-512 change version number for maven best practice"
Sending trunk/api2/project.xml
Sending trunk/api2-legacy/project.xml
Sending trunk/enhancer20/project.xml
Sending trunk/fostore20/project.xml
Sending trunk/model20/project.xml
Sending trunk/query20/project.xml
Sending trunk/runtime20/project.xml
Sending trunk/tck2/project.xml
Sending trunk/tck2-legacy/project.xml
Sending trunk/util20/project.xml
Transmitting file data ..........
Committed revision 564456.
> jdo2-api jar - follow Maven2 naming best practices
> --------------------------------------------------
>
> Key: JDO-512
> URL: https://issues.apache.org/jira/browse/JDO-512
> Project: JDO
> Issue Type: Task
> Components: api2
> Reporter: Chris Beams
> Assignee: Craig Russell
> Priority: Minor
> Fix For: JDO 2 maintenance release 1
>
> Attachments: snapshot-rename.patch
>
>
> Currently, the jar for the jdo2-api maven build is named jdo2-api-SNAPSHOT.
> In accordance with maven naming/versioning best practices, this should be
> jdo2-api-2.1-SNAPSHOT.
> This will allow users to declare dependence on the api in poms as follows:
> <dependency>
> <groupId>javax.jdo</groupId>
> <artifactId>jdo2-api</artifactId>
> <version>2.1-SNAPSHOT</version>
> </dependency>
> When 2.1 is officially released, they can then transition these declarations
> by simply removing the '-SNAPSHOT':
> <dependency>
> <groupId>javax.jdo</groupId>
> <artifactId>jdo2-api</artifactId>
> <version>2.1</version>
> </dependency>
> I've submitted a patch to JPOX's Maven2 pom files that assumes this change;
> it's submission is dependent upon the jar name being changed here in Apache
> JDO first.
> See the related JPOX forum thread here:
> http://www.jpox.org/servlet/forum/viewthread?thread=4523
> Thanks,
> - Chris
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.