[jira] Updated: (JDO-512) jdo2-api jar - follow Maven2 naming best
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Apache JDO Project > [jira] Updated: (JDO-512) jdo2-api jar - follow Maven2 naming best




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    [jira] Updated: (JDO-512) jdo2-api jar - follow Maven2 naming best  
Chris Beams (JIRA)


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-10-07 06:11 AM


[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]

Chris Beams updated JDO-512:
----------------------------

Attachment: snapshot-rename.patch

Attaching the requested patch.  Please verify; I've changed the naming for e
verything under trunk that looks jdo2-related.


> 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
>            Priority: Minor
>         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 declaratio
ns 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 Apach
e JDO first.
> See the related JPOX forum thread here: http://www.jpox.org/servlet/forum/v...ead?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.







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 08:42 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register