Hi Albert, thanks for the clarifications, IANAL and won't be one :)
Best, -Simo PS even if it sounds strange, my name is SimonE, not Simon - Italy is the only country in the world where Simone is a male name :) http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Sun, May 5, 2013 at 6:13 AM, Albert Lee <[email protected]> wrote: > Simon, > > This is intentional. The 0.4.x is branched off from r1245854, which is > still in incubating stage. We use this branch for our product maintenance, > therefore we kept the "incubating" in the suffix for consistency and legal > purpose. > > Hope this does not cause any grief for anyone. > > Albert Lee. > > > On Sat, May 4, 2013 at 1:48 PM, Simone Tripodi <[email protected] > >wrote: > > > Hi Albert!!! > > > > I think we can strip the -incubating postfix in the version, since BVal > has > > already been graduated! > > > > Thanks a lot, have a nice weekend! > > -Simo > > > > http://people.apache.org/~simonetripodi/ > > http://simonetripodi.livejournal.com/ > > http://twitter.com/simonetripodi > > http://www.99soft.org/ > > > > > > > > > > On Fri, May 3, 2013 at 3:20 AM, <[email protected]> wrote: > > > > > >> Author: allee8285 > > >> Date: Fri May 3 01:20:57 2013 > > >> New Revision: 1478624 > > >> > > >> URL: http://svn.apache.org/r1478624 > > >> Log: > > >> Update version in pom.xml > > >> > > >> Modified: > > >> bval/branches/0.4.x-incubating/bundle/pom.xml > > >> bval/branches/0.4.x-incubating/bval-core/pom.xml > > >> bval/branches/0.4.x-incubating/bval-extras/pom.xml > > >> bval/branches/0.4.x-incubating/bval-guice/pom.xml > > >> bval/branches/0.4.x-incubating/bval-json/pom.xml > > >> bval/branches/0.4.x-incubating/bval-jsr303/pom.xml > > >> bval/branches/0.4.x-incubating/bval-tck/pom.xml > > >> bval/branches/0.4.x-incubating/bval-xstream/pom.xml > > >> bval/branches/0.4.x-incubating/pom.xml > > >> > > >> Modified: bval/branches/0.4.x-incubating/bundle/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bundle/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bundle/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bundle/pom.xml Fri May 3 01:20:57 > > 2013 > > >> @@ -27,7 +27,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <!-- use fully qualified naming for OSGi bundles --> > > >> > > >> Modified: bval/branches/0.4.x-incubating/bval-core/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bval-core/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bval-core/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bval-core/pom.xml Fri May 3 > 01:20:57 > > >> 2013 > > >> @@ -27,7 +27,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <artifactId>bval-core</artifactId> > > >> > > >> Modified: bval/branches/0.4.x-incubating/bval-extras/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bval-extras/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bval-extras/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bval-extras/pom.xml Fri May 3 > > >> 01:20:57 2013 > > >> @@ -27,7 +27,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <artifactId>bval-extras</artifactId> > > >> > > >> Modified: bval/branches/0.4.x-incubating/bval-guice/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bval-guice/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bval-guice/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bval-guice/pom.xml Fri May 3 > > 01:20:57 > > >> 2013 > > >> @@ -27,7 +27,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <artifactId>bval-guice</artifactId> > > >> > > >> Modified: bval/branches/0.4.x-incubating/bval-json/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bval-json/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bval-json/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bval-json/pom.xml Fri May 3 > 01:20:57 > > >> 2013 > > >> @@ -27,7 +27,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <artifactId>bval-json</artifactId> > > >> > > >> Modified: bval/branches/0.4.x-incubating/bval-jsr303/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bval-jsr303/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bval-jsr303/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bval-jsr303/pom.xml Fri May 3 > > >> 01:20:57 2013 > > >> @@ -24,7 +24,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <artifactId>bval-jsr303</artifactId> > > >> > > >> Modified: bval/branches/0.4.x-incubating/bval-tck/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bval-tck/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bval-tck/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bval-tck/pom.xml Fri May 3 > 01:20:57 > > >> 2013 > > >> @@ -24,7 +24,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <artifactId>bval-tck-runner</artifactId> > > >> > > >> Modified: bval/branches/0.4.x-incubating/bval-xstream/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/bval-xstream/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/bval-xstream/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/bval-xstream/pom.xml Fri May 3 > > >> 01:20:57 2013 > > >> @@ -27,7 +27,7 @@ > > >> <parent> > > >> <groupId>org.apache.bval</groupId> > > >> <artifactId>bval-parent</artifactId> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> </parent> > > >> > > >> <artifactId>bval-xstream</artifactId> > > >> > > >> Modified: bval/branches/0.4.x-incubating/pom.xml > > >> URL: > > >> > > > http://svn.apache.org/viewvc/bval/branches/0.4.x-incubating/pom.xml?rev=1478624&r1=1478623&r2=1478624&view=diff > > >> > > >> > > > ============================================================================== > > >> --- bval/branches/0.4.x-incubating/pom.xml (original) > > >> +++ bval/branches/0.4.x-incubating/pom.xml Fri May 3 01:20:57 2013 > > >> @@ -1,4 +1,3 @@ > > >> -<?xml version="1.0" encoding="UTF-8"?> > > >> <!-- > > >> Licensed to the Apache Software Foundation (ASF) under one > > >> or more contributor license agreements. See the NOTICE file > > >> @@ -33,7 +32,7 @@ > > >> <artifactId>bval-parent</artifactId> > > >> <name>Apache BVal :: bval-parent (Parent POM)</name> > > >> <packaging>pom</packaging> > > >> - <version>0.4-incubating-SNAPSHOT</version> > > >> + <version>0.4.1-incubating-SNAPSHOT</version> > > >> > > >> <description>Apache BVal parent pom</description> > > >> > > >> @@ -46,9 +45,9 @@ > > >> <url>http://incubator.apache.org/bval/</url> > > >> > > >> <scm> > > >> - <connection>scm:svn: > > >> http://svn.apache.org/repos/asf/incubator/bval/trunk</connection> > > >> - <developerConnection>scm:svn: > > >> https://svn.apache.org/repos/asf/incubator/bval/trunk > > >> </developerConnection> > > >> - <url>http://svn.apache.org/repos/asf/incubator/bval/trunk > > </url> > > >> + <connection>scm:svn: > > >> http://svn.apache.org/repos/asf/bval/branches/0.4.x-incubating > > >> </connection> > > >> + <developerConnection>scm:svn: > > >> https://svn.apache.org/repos/asf/bval/branches/0.4.x-incubating > > >> </developerConnection> > > >> + <url> > > >> http://svn.apache.org/repos/asf/bval/branches/0.4.x-incubating</url> > > >> </scm> > > >> > > >> <mailingLists> > > >> @@ -218,6 +217,15 @@ > > >> <role>Committer</role> > > >> </roles> > > >> </developer> > > >> + <developer> > > >> + <id>allee8285</id> > > >> + <name>Albert Lee</name> > > >> + <email>[email protected]</email> > > >> + <organization>IBM</organization> > > >> + <roles> > > >> + <role>Committer</role> > > >> + </roles> > > >> + </developer> > > >> </developers> > > >> > > >> <distributionManagement> > > >> > > >> > > >> > > > > > > > > > -- > Albert Lee. >
