You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2006/05/25 03:22:30 UTC

[jira] Created: (GERONIMO-2060) Changes made to packaging plugin without bumping up version

Changes made to packaging plugin without bumping up version
-----------------------------------------------------------

         Key: GERONIMO-2060
         URL: http://issues.apache.org/jira/browse/GERONIMO-2060
     Project: Geronimo
        Type: Bug
    Security: public (Regular issues) 
  Components: buildsystem, Plugins  
    Versions: 1.1    
    Reporter: John Sisson
 Assigned to: John Sisson 
    Priority: Critical
     Fix For: 1.1


We should bump up version numbers of packaging plugin as changes were made to the plugin since the version number was bumped up (about 5 hours after) and some developers may have an out of date version in their local repository.  

Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.

On the 15th of May the following changes were made approx 5 hours apart:

http://svn.apache.org/viewcvs?rev=406440&view=rev
http://svn.apache.org/viewcvs?rev=406500&view=rev



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


[jira] Updated: (GERONIMO-2060) Changes made to plugins without bumping up version

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2060?page=all ]

John Sisson updated GERONIMO-2060:
----------------------------------

        Summary: Changes made to plugins without bumping up version  (was: Changes made to packaging plugin without bumping up version)
    Description: 
We should bump up version numbers of plugins in the same commit as the plugin changes.  There have been a number of commits where changes have been made to plugins but the version number wasn't bumped up.

Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by Tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.

Here are the changes that I could find that didn't bump up plugin version numbers.

http://svn.apache.org/viewcvs?rev=390754&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=395662&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=395883&view=rev (geronimo-deployment-plugin)
http://svn.apache.org/viewcvs?rev=395886&view=rev (geronimo-deployment-plugin)
http://svn.apache.org/viewcvs?rev=396071&view=rev (geronimo-packaging-plugin)
http://svn.apache.org/viewcvs?rev=396475&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=406500&view=rev (geronimo-packaging-plugin)



  was:
We should bump up version numbers of packaging plugin as changes were made to the plugin since the version number was bumped up (about 5 hours after) and some developers may have an out of date version in their local repository.  

Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.

On the 15th of May the following changes were made approx 5 hours apart:

http://svn.apache.org/viewcvs?rev=406440&view=rev
http://svn.apache.org/viewcvs?rev=406500&view=rev




> Changes made to plugins without bumping up version
> --------------------------------------------------
>
>          Key: GERONIMO-2060
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2060
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: buildsystem, Plugins
>     Versions: 1.1
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Critical
>      Fix For: 1.1

>
> We should bump up version numbers of plugins in the same commit as the plugin changes.  There have been a number of commits where changes have been made to plugins but the version number wasn't bumped up.
> Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by Tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.
> Here are the changes that I could find that didn't bump up plugin version numbers.
> http://svn.apache.org/viewcvs?rev=390754&view=rev (geronimo-assembly-plugin)
> http://svn.apache.org/viewcvs?rev=395662&view=rev (geronimo-assembly-plugin)
> http://svn.apache.org/viewcvs?rev=395883&view=rev (geronimo-deployment-plugin)
> http://svn.apache.org/viewcvs?rev=395886&view=rev (geronimo-deployment-plugin)
> http://svn.apache.org/viewcvs?rev=396071&view=rev (geronimo-packaging-plugin)
> http://svn.apache.org/viewcvs?rev=396475&view=rev (geronimo-assembly-plugin)
> http://svn.apache.org/viewcvs?rev=406500&view=rev (geronimo-packaging-plugin)

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


[jira] Closed: (GERONIMO-2060) Changes made to plugins without bumping up version

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2060?page=all ]
     
John Sisson closed GERONIMO-2060:
---------------------------------

    Resolution: Fixed

Fixed. geronimo_packaging_plugin_version is now version 1.1.0-10

> Changes made to plugins without bumping up version
> --------------------------------------------------
>
>          Key: GERONIMO-2060
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2060
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: buildsystem, Plugins
>     Versions: 1.1
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Critical
>      Fix For: 1.1

>
> We should bump up version numbers of plugins in the same commit as the plugin changes.  There have been a number of commits where changes have been made to plugins but the version number wasn't bumped up.
> Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by Tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.
> http://svn.apache.org/viewcvs?rev=396071&view=rev (geronimo-packaging-plugin, version was incremented in rev 399794)
> http://svn.apache.org/viewcvs?rev=406500&view=rev (geronimo-packaging-plugin)
> The geronimo-packaging-plugin needs version bumped up.

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


[jira] Updated: (GERONIMO-2060) Changes made to plugins without bumping up version

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-2060?page=all ]

John Sisson updated GERONIMO-2060:
----------------------------------

    Description: 
We should bump up version numbers of plugins in the same commit as the plugin changes.  There have been a number of commits where changes have been made to plugins but the version number wasn't bumped up.

Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by Tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.

http://svn.apache.org/viewcvs?rev=396071&view=rev (geronimo-packaging-plugin, version was incremented in rev 399794)
http://svn.apache.org/viewcvs?rev=406500&view=rev (geronimo-packaging-plugin)

The geronimo-packaging-plugin needs version bumped up.



  was:
We should bump up version numbers of plugins in the same commit as the plugin changes.  There have been a number of commits where changes have been made to plugins but the version number wasn't bumped up.

Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by Tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.

Here are the changes that I could find that didn't bump up plugin version numbers.

http://svn.apache.org/viewcvs?rev=390754&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=395662&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=395883&view=rev (geronimo-deployment-plugin)
http://svn.apache.org/viewcvs?rev=395886&view=rev (geronimo-deployment-plugin)
http://svn.apache.org/viewcvs?rev=396071&view=rev (geronimo-packaging-plugin)
http://svn.apache.org/viewcvs?rev=396475&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=406500&view=rev (geronimo-packaging-plugin)




FYI, I have checked the other plugins and their version numbers have been updated in their last changes.

http://svn.apache.org/viewcvs?rev=390754&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=393652&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=395662&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=394439&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=395290&view=rev (geronimo-assembly-plugin, version bumped up in 395629)
http://svn.apache.org/viewcvs?rev=395662&view=rev (geronimo-assembly-plugin, version bumped up in 396287)
http://svn.apache.org/viewcvs?rev=396475&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=396548&view=rev (geronimo-assembly-plugin)
http://svn.apache.org/viewcvs?rev=397677&view=rev (geronimo-assembly-plugin)
Version bumbed up in rev 405881 (last change), so now should be ok
----------------------------------------
http://svn.apache.org/viewcvs?rev=395883&view=rev (geronimo-deployment-plugin)
http://svn.apache.org/viewcvs?rev=396548&view=rev (geronimo-deployment-plugin)
Version bumbed up in rev  399898, so now should be ok.)


> Changes made to plugins without bumping up version
> --------------------------------------------------
>
>          Key: GERONIMO-2060
>          URL: http://issues.apache.org/jira/browse/GERONIMO-2060
>      Project: Geronimo
>         Type: Bug
>     Security: public(Regular issues) 
>   Components: buildsystem, Plugins
>     Versions: 1.1
>     Reporter: John Sisson
>     Assignee: John Sisson
>     Priority: Critical
>      Fix For: 1.1

>
> We should bump up version numbers of plugins in the same commit as the plugin changes.  There have been a number of commits where changes have been made to plugins but the version number wasn't bumped up.
> Not sure if this was the cause of my build problems in GERONIMO-2037 and (problems reported by Tony in the recent "build problem on 1.1 branch" thread) that that I fixed by deleting the plugins in the local repository.
> http://svn.apache.org/viewcvs?rev=396071&view=rev (geronimo-packaging-plugin, version was incremented in rev 399794)
> http://svn.apache.org/viewcvs?rev=406500&view=rev (geronimo-packaging-plugin)
> The geronimo-packaging-plugin needs version bumped up.

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