On Jul 25, 2013, at 5:25 AM, Olivier Lamy <[email protected]> wrote: > 2013/7/23 Jason van Zyl <[email protected]>: >> Hi, >> >> I updated the plugin-testing tools to work with Maven 3.1.0 to help Manfred >> get the Android Maven Plugin's test harness working with 3.1.0. A couple >> things: >> >> 1. There is an @Override for a method implemented for an interface which you >> can only start doing in Java 1.6 and the compiler was defaulting to 1.5 >> because no target/source were being specific. So I'm not sure if this is a >> mistake but I set the source/target to 1.6 so that I didn't have to remove >> the annotation. >> >> 2. I should probably bump the version to 3.0.0-SNAPSHOT instead of the >> 2.2-SNAPSHOT, any thoughts here? > > sounds good due to the change. >
Done. >> >> 3. And now that I'm working on this I'd like to get it out of Subversion and >> push it over to Git, any objections? I'd prefer to do that before making a >> branch for the older version. >> > > No objection from me. > A JIRA ticket or can I just hop in IRC and ask someone from infra to do it? >> Thanks, >> >> Jason >> >> ---------------------------------------------------------- >> Jason van Zyl >> Founder, Apache Maven >> http://twitter.com/jvanzyl >> --------------------------------------------------------- >> >> Script timed out >> >> >> >> >> >> > > > > -- > Olivier Lamy > Ecetera: http://ecetera.com.au > http://twitter.com/olamy | http://linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > Thanks, Jason ---------------------------------------------------------- Jason van Zyl Founder, Apache Maven http://twitter.com/jvanzyl --------------------------------------------------------- happiness is like a butterfly: the more you chase it, the more it will elude you, but if you turn your attention to other things, it will come and sit softly on your shoulder ... -- Thoreau
