You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wink.apache.org by ro...@apache.org on 2010/11/06 04:23:20 UTC

svn commit: r1031953 - /incubator/wink/branches/wink-1.1.2-incubating/pom.xml

Author: rott
Date: Sat Nov  6 03:23:20 2010
New Revision: 1031953

URL: http://svn.apache.org/viewvc?rev=1031953&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    incubator/wink/branches/wink-1.1.2-incubating/pom.xml

Modified: incubator/wink/branches/wink-1.1.2-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating/pom.xml?rev=1031953&r1=1031952&r2=1031953&view=diff
==============================================================================
--- incubator/wink/branches/wink-1.1.2-incubating/pom.xml (original)
+++ incubator/wink/branches/wink-1.1.2-incubating/pom.xml Sat Nov  6 03:23:20 2010
@@ -53,9 +53,9 @@
         <module>wink-assembly</module>
     </modules>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating</developerConnection>
-        <url>http://svn.apache.org/viewvc/incubator/wink/tags/wink-1.1.2-incubating</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating</developerConnection>
+        <url>http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating</url>
     </scm>
     <build>
         <plugins>



Re: svn commit: r1031953 - /incubator/wink/branches/wink-1.1.2-incubating/pom.xml

Posted by Mike Rheinheimer <ro...@ohmyhead.com>.
Also, these are the release instructions:


https://cwiki.apache.org/confluence/display/WINK/Apache+Wink+Release+Management

I edit that page on the fly as I run into things that must be done by hand
during the release process, so it's up to date.

I'm gonna have to roll it back again to figure out why the dependency under
wink-assembly/wink-assembly-aggregatejar-osgi/pom.xml must list a version.
That's my only blocker, afaik.

mike


On Fri, Nov 5, 2010 at 10:56 PM, Mike Rheinheimer <ro...@ohmyhead.com> wrote:

> I'm a wee bit frustrated.  :)  We don't have the pom.xml files under
> wink-itests or wink-assembly tied to the main build, so when we run 'mvn
> release:prepare' the release plugin misses those.  I haven't tested to see
> if -PCIBuild is acceptable with release:prepare, but maybe that would solve
> the problem?
>
> The problem I'm running into now is that once release:prepare changes out
> all the versions in the poms from -SNAPSHOT to the release version, the
> dependency listed in wink-assembly/wink-assembly-aggregatejar-osgi/pom.xml
> is no good; the 'mvn release:perform' bombs out due to the version specified
> on that dependency.
>
> mike
>
>
>
> On Fri, Nov 5, 2010 at 10:50 PM, Jason Dillon <ja...@planet57.com> wrote:
>
>> Whats the problem?  I've not see so many failed release attempts before...
>> mvn release:prepare && mvn release:perform should pretty much work w/o lots
>> of hoops to jump though (in most cases).
>>
>> Why so many failed release attempts?
>>
>> --jason
>>
>>
>> On Nov 5, 2010, at 8:23 PM, rott@apache.org wrote:
>>
>> > Author: rott
>> > Date: Sat Nov  6 03:23:20 2010
>> > New Revision: 1031953
>> >
>> > URL: http://svn.apache.org/viewvc?rev=1031953&view=rev
>> > Log:
>> > [maven-release-plugin] prepare for next development iteration
>> >
>> > Modified:
>> >    incubator/wink/branches/wink-1.1.2-incubating/pom.xml
>> >
>> > Modified: incubator/wink/branches/wink-1.1.2-incubating/pom.xml
>> > URL:
>> http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating/pom.xml?rev=1031953&r1=1031952&r2=1031953&view=diff
>> >
>> ==============================================================================
>> > --- incubator/wink/branches/wink-1.1.2-incubating/pom.xml (original)
>> > +++ incubator/wink/branches/wink-1.1.2-incubating/pom.xml Sat Nov  6
>> 03:23:20 2010
>> > @@ -53,9 +53,9 @@
>> >         <module>wink-assembly</module>
>> >     </modules>
>> >     <scm>
>> > -        <connection>scm:svn:
>> http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating
>> </connection>
>> > -        <developerConnection>scm:svn:
>> https://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating
>> </developerConnection>
>> > -        <url>
>> http://svn.apache.org/viewvc/incubator/wink/tags/wink-1.1.2-incubating
>> </url>
>> > +        <connection>scm:svn:
>> http://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating
>> </connection>
>> > +        <developerConnection>scm:svn:
>> https://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating
>> </developerConnection>
>> > +        <url>
>> http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating
>> </url>
>> >     </scm>
>> >     <build>
>> >         <plugins>
>> >
>> >
>>
>>
>

Re: svn commit: r1031953 - /incubator/wink/branches/wink-1.1.2-incubating/pom.xml

Posted by Mike Rheinheimer <ro...@ohmyhead.com>.
I'm a wee bit frustrated.  :)  We don't have the pom.xml files under
wink-itests or wink-assembly tied to the main build, so when we run 'mvn
release:prepare' the release plugin misses those.  I haven't tested to see
if -PCIBuild is acceptable with release:prepare, but maybe that would solve
the problem?

The problem I'm running into now is that once release:prepare changes out
all the versions in the poms from -SNAPSHOT to the release version, the
dependency listed in wink-assembly/wink-assembly-aggregatejar-osgi/pom.xml
is no good; the 'mvn release:perform' bombs out due to the version specified
on that dependency.

mike


On Fri, Nov 5, 2010 at 10:50 PM, Jason Dillon <ja...@planet57.com> wrote:

> Whats the problem?  I've not see so many failed release attempts before...
> mvn release:prepare && mvn release:perform should pretty much work w/o lots
> of hoops to jump though (in most cases).
>
> Why so many failed release attempts?
>
> --jason
>
>
> On Nov 5, 2010, at 8:23 PM, rott@apache.org wrote:
>
> > Author: rott
> > Date: Sat Nov  6 03:23:20 2010
> > New Revision: 1031953
> >
> > URL: http://svn.apache.org/viewvc?rev=1031953&view=rev
> > Log:
> > [maven-release-plugin] prepare for next development iteration
> >
> > Modified:
> >    incubator/wink/branches/wink-1.1.2-incubating/pom.xml
> >
> > Modified: incubator/wink/branches/wink-1.1.2-incubating/pom.xml
> > URL:
> http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating/pom.xml?rev=1031953&r1=1031952&r2=1031953&view=diff
> >
> ==============================================================================
> > --- incubator/wink/branches/wink-1.1.2-incubating/pom.xml (original)
> > +++ incubator/wink/branches/wink-1.1.2-incubating/pom.xml Sat Nov  6
> 03:23:20 2010
> > @@ -53,9 +53,9 @@
> >         <module>wink-assembly</module>
> >     </modules>
> >     <scm>
> > -        <connection>scm:svn:
> http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating
> </connection>
> > -        <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating
> </developerConnection>
> > -        <url>
> http://svn.apache.org/viewvc/incubator/wink/tags/wink-1.1.2-incubating
> </url>
> > +        <connection>scm:svn:
> http://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating
> </connection>
> > +        <developerConnection>scm:svn:
> https://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating
> </developerConnection>
> > +        <url>
> http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating
> </url>
> >     </scm>
> >     <build>
> >         <plugins>
> >
> >
>
>

Re: svn commit: r1031953 - /incubator/wink/branches/wink-1.1.2-incubating/pom.xml

Posted by Jason Dillon <ja...@planet57.com>.
Whats the problem?  I've not see so many failed release attempts before... mvn release:prepare && mvn release:perform should pretty much work w/o lots of hoops to jump though (in most cases).

Why so many failed release attempts?

--jason


On Nov 5, 2010, at 8:23 PM, rott@apache.org wrote:

> Author: rott
> Date: Sat Nov  6 03:23:20 2010
> New Revision: 1031953
> 
> URL: http://svn.apache.org/viewvc?rev=1031953&view=rev
> Log:
> [maven-release-plugin] prepare for next development iteration
> 
> Modified:
>    incubator/wink/branches/wink-1.1.2-incubating/pom.xml
> 
> Modified: incubator/wink/branches/wink-1.1.2-incubating/pom.xml
> URL: http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating/pom.xml?rev=1031953&r1=1031952&r2=1031953&view=diff
> ==============================================================================
> --- incubator/wink/branches/wink-1.1.2-incubating/pom.xml (original)
> +++ incubator/wink/branches/wink-1.1.2-incubating/pom.xml Sat Nov  6 03:23:20 2010
> @@ -53,9 +53,9 @@
>         <module>wink-assembly</module>
>     </modules>
>     <scm>
> -        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating</connection>
> -        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wink/tags/wink-1.1.2-incubating</developerConnection>
> -        <url>http://svn.apache.org/viewvc/incubator/wink/tags/wink-1.1.2-incubating</url>
> +        <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating</connection>
> +        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/wink/branches/wink-1.1.2-incubating</developerConnection>
> +        <url>http://svn.apache.org/viewvc/incubator/wink/branches/wink-1.1.2-incubating</url>
>     </scm>
>     <build>
>         <plugins>
> 
>