You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by de...@apache.org on 2014/08/07 10:20:33 UTC

svn commit: r1616435 - /creadur/rat/trunk/pom.xml

Author: dennisl
Date: Thu Aug  7 08:20:33 2014
New Revision: 1616435

URL: http://svn.apache.org/r1616435
Log:
Fall back to a version of wagon-ssh that is compatible with Maven 2.

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1616435&r1=1616434&r2=1616435&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Thu Aug  7 08:20:33 2014
@@ -394,7 +394,8 @@ agnostic home for software distribution 
       <extension>
         <groupId>org.apache.maven.wagon</groupId>
         <artifactId>wagon-ssh</artifactId>
-        <version>2.6</version>
+        <!-- Last version that is compatible with Maven 2 -->
+        <version>1.0-beta-7</version>
       </extension>
     </extensions>
   </build>



Re: svn commit: r1616435 - /creadur/rat/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 8 August 2014 10:02, P. Ottlinger <po...@aiki-it.de> wrote:
> Hi,
>
>
> On 2014-08-08 10:22, Dennis Lundberg wrote:
>>
>> That's an interesting question. I talked to Phil off list, about his
>> changes and one thing that emerged from those talks was the need to
>> establish standards for Creadur. A topic we decided to discuss on the list
>> once we get Rat 0.11 out. Let us stay with what we have for now, and I
>> will
>> follow up on this a bit later, with a suitable subject. Hopefully it will
>> spark some fruitful discussions.
>
>
> +1
>
> Let's get 0.11 out of the door and improve our CI&build infrastructure for
> all creadur components afterwards.
>
> I'll create some Jira tickets to favour the implementation.
>
> I did not raise the maven-update question before since I got the impression
> that we want to stay with the old stuff to not loose users with older
> infrastructures, but personally I'd love to upgrade.

Maven version mainly affects developers, not users of releases.
Java version affects developers and users.

> Cheers,
> Phil

Re: svn commit: r1616435 - /creadur/rat/trunk/pom.xml

Posted by "P. Ottlinger" <po...@aiki-it.de>.
Hi,

On 2014-08-08 10:22, Dennis Lundberg wrote:
> That's an interesting question. I talked to Phil off list, about his
> changes and one thing that emerged from those talks was the need to
> establish standards for Creadur. A topic we decided to discuss on the 
> list
> once we get Rat 0.11 out. Let us stay with what we have for now, and I 
> will
> follow up on this a bit later, with a suitable subject. Hopefully it 
> will
> spark some fruitful discussions.

+1

Let's get 0.11 out of the door and improve our CI&build infrastructure 
for all creadur components afterwards.

I'll create some Jira tickets to favour the implementation.

I did not raise the maven-update question before since I got the 
impression that we want to stay with the old stuff to not loose users 
with older infrastructures, but personally I'd love to upgrade.

Cheers,
Phil

Re: svn commit: r1616435 - /creadur/rat/trunk/pom.xml

Posted by Dennis Lundberg <de...@apache.org>.
Hi Sebb,

That's an interesting question. I talked to Phil off list, about his
changes and one thing that emerged from those talks was the need to
establish standards for Creadur. A topic we decided to discuss on the list
once we get Rat 0.11 out. Let us stay with what we have for now, and I will
follow up on this a bit later, with a suitable subject. Hopefully it will
spark some fruitful discussions.

--
Dennis Lundberg
Den 7 aug 2014 18:23 skrev "sebb" <se...@gmail.com>:

> On 7 August 2014 09:20,  <de...@apache.org> wrote:
> > Author: dennisl
> > Date: Thu Aug  7 08:20:33 2014
> > New Revision: 1616435
> >
> > URL: http://svn.apache.org/r1616435
> > Log:
> > Fall back to a version of wagon-ssh that is compatible with Maven 2.
>
> Should we now require Maven 3?
>
> AIUI that still runs on Java5.
>
> > Modified:
> >     creadur/rat/trunk/pom.xml
> >
> > Modified: creadur/rat/trunk/pom.xml
> > URL:
> http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1616435&r1=1616434&r2=1616435&view=diff
> >
> ==============================================================================
> > --- creadur/rat/trunk/pom.xml (original)
> > +++ creadur/rat/trunk/pom.xml Thu Aug  7 08:20:33 2014
> > @@ -394,7 +394,8 @@ agnostic home for software distribution
> >        <extension>
> >          <groupId>org.apache.maven.wagon</groupId>
> >          <artifactId>wagon-ssh</artifactId>
> > -        <version>2.6</version>
> > +        <!-- Last version that is compatible with Maven 2 -->
> > +        <version>1.0-beta-7</version>
> >        </extension>
> >      </extensions>
> >    </build>
> >
> >
>

Re: svn commit: r1616435 - /creadur/rat/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 7 August 2014 09:20,  <de...@apache.org> wrote:
> Author: dennisl
> Date: Thu Aug  7 08:20:33 2014
> New Revision: 1616435
>
> URL: http://svn.apache.org/r1616435
> Log:
> Fall back to a version of wagon-ssh that is compatible with Maven 2.

Should we now require Maven 3?

AIUI that still runs on Java5.

> Modified:
>     creadur/rat/trunk/pom.xml
>
> Modified: creadur/rat/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1616435&r1=1616434&r2=1616435&view=diff
> ==============================================================================
> --- creadur/rat/trunk/pom.xml (original)
> +++ creadur/rat/trunk/pom.xml Thu Aug  7 08:20:33 2014
> @@ -394,7 +394,8 @@ agnostic home for software distribution
>        <extension>
>          <groupId>org.apache.maven.wagon</groupId>
>          <artifactId>wagon-ssh</artifactId>
> -        <version>2.6</version>
> +        <!-- Last version that is compatible with Maven 2 -->
> +        <version>1.0-beta-7</version>
>        </extension>
>      </extensions>
>    </build>
>
>