Re: [Fb-contrib-commit] SF.net SVN: fb-contrib:[1481] trunk/fb-contrib
Brought to you by:
dbrosius
|
From: Grzegorz S. <gsl...@gm...> - 2010-01-14 07:56:49
|
Hi
1. I found a dummy error. Fix it in trunk and in tag. Details below.
2. Change version number to "4.3.0-SNAPSHOT" in trunk:
<modelVersion>4.0.0</modelVersion>
<groupId>com.mebigfatguy.fb-contrib</groupId>
<artifactId>fb-contrib</artifactId>
<version>4.3.0-SNAPSHOT</version>
Greetings
Grzegorz Slowikowski
On 2010-01-14 06:31, dbr...@us... wrote:
> Revision: 1481
> http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1481&view=rev
> Author: dbrosius
> Date: 2010-01-14 05:31:35 +0000 (Thu, 14 Jan 2010)
>
> Log Message:
> -----------
> get ready for the 4.2.0 release
>
> Modified Paths:
> --------------
> trunk/fb-contrib/build.xml
> trunk/fb-contrib/etc/findbugs.xml
> trunk/fb-contrib/htdocs/index.shtml
> trunk/fb-contrib/pom.xml
...
> Modified: trunk/fb-contrib/pom.xml
> ===================================================================
> --- trunk/fb-contrib/pom.xml 2010-01-12 06:15:01 UTC (rev 1480)
> +++ trunk/fb-contrib/pom.xml 2010-01-14 05:31:35 UTC (rev 1481)
> @@ -5,10 +5,10 @@
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
>
> -<modelVersion>4.0.0</modelVersion>
> +<modelVersion>4.2.0</modelVersion>
>
This is wrong, don't change model version. :-)
|