You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Adrian Cole (JIRA)" <ji...@apache.org> on 2013/05/10 19:07:16 UTC

[jira] [Updated] (JCLOUDS-15) change projects to org.apache.jclouds group id

     [ https://issues.apache.org/jira/browse/JCLOUDS-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Cole updated JCLOUDS-15:
-------------------------------

    Description: 
All projects need to inherit from apache

<parent>
   <groupId>org.apache</groupId>
   <artifactId>apache</artifactId>
   <version>13</version>
</parent>

Then on release, those releasing set the following in their settings.xml as described in - http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
<server>
    <id>apache.snapshots.https</id>
    <username></username>
    <password></password>
</server>

Finally, we need to craft some releases instructions, and need to make sure how the automate tags work. Here is an example - http://airavata.apache.org/development/release-management.html

    
> change projects to org.apache.jclouds group id
> ----------------------------------------------
>
>                 Key: JCLOUDS-15
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-15
>             Project: jclouds
>          Issue Type: Task
>            Reporter: Ioannis Canellos
>
> All projects need to inherit from apache
> <parent>
>    <groupId>org.apache</groupId>
>    <artifactId>apache</artifactId>
>    <version>13</version>
> </parent>
> Then on release, those releasing set the following in their settings.xml as described in - http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env
> <server>
>     <id>apache.snapshots.https</id>
>     <username></username>
>     <password></password>
> </server>
> Finally, we need to craft some releases instructions, and need to make sure how the automate tags work. Here is an example - http://airavata.apache.org/development/release-management.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira