Author: tchemit
Date: 2008-04-13 14:35:44 +0000 (Sun, 13 Apr 2008)
New Revision: 491
Modified:
trunk/lutinvcs/all/pom.xml
trunk/lutinvcs/core/pom.xml
trunk/lutinvcs/pom.xml
trunk/lutinvcs/provider/all/pom.xml
trunk/lutinvcs/provider/cvs/pom.xml
trunk/lutinvcs/provider/mock/pom.xml
trunk/lutinvcs/provider/pom.xml
trunk/lutinvcs/provider/svn/pom.xml
trunk/lutinvcs/ui-common/pom.xml
trunk/lutinvcs/ui-jaxx/pom.xml
Log:
fix jaxx pb
Modified: trunk/lutinvcs/all/pom.xml
===================================================================
--- trunk/lutinvcs/all/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/all/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,16 +7,14 @@
<parent>
<groupId>org.codelutin.vcs</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<artifactId>all</artifactId>
<name>all</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Lutinvcs all modules</description>
<dependencies>
Modified: trunk/lutinvcs/core/pom.xml
===================================================================
--- trunk/lutinvcs/core/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/core/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,16 +7,14 @@
<parent>
<groupId>org.codelutin.vcs</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<artifactId>core</artifactId>
<name>core</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Lutin vcs library core</description>
<build>
Modified: trunk/lutinvcs/pom.xml
===================================================================
--- trunk/lutinvcs/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -19,7 +19,7 @@
<artifactId>pom</artifactId>
<modules>
- <module>core</module>
+ <module>core</module>
<module>ui-common</module>
<module>ui-jaxx</module>
<module>provider</module>
@@ -37,8 +37,7 @@
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
<name>pom</name>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Versionning Concurrent System lutin library main pom</description>
<inceptionYear>2008</inceptionYear>
@@ -62,7 +61,7 @@
<common.groupId>org.codelutin.vcs</common.groupId>
<provider.groupId>org.codelutin.vcs.provider</provider.groupId>
-
+
<common.artifactId>pom</common.artifactId>
<!-- par defaut, mode non verbeux -->
@@ -135,8 +134,7 @@
<groupId>org.codelutin.vcs</groupId>
<artifactId>ui-common</artifactId>
<scope>compile</scope>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
</dependencies>
</plugin>
@@ -233,44 +231,38 @@
<artifactId>jaxx</artifactId>
<version>1.0.4-SNAPSHOT</version>
</dependency>
-
+
<dependency>
<groupId>${common.groupId}</groupId>
<artifactId>core</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${common.groupId}</groupId>
<artifactId>all</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${common.groupId}</groupId>
<artifactId>ui-common</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${common.groupId}</groupId>
<artifactId>ui-jaxx</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${provider.groupId}</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${provider.groupId}</groupId>
<artifactId>all</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<!-- Plugins -->
Modified: trunk/lutinvcs/provider/all/pom.xml
===================================================================
--- trunk/lutinvcs/provider/all/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/provider/all/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,15 +7,14 @@
<parent>
<groupId>org.codelutin.vcs.provider</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${current.version}</version>
</parent>
<artifactId>all</artifactId>
<name>provider all</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Lutinvcs all providers module</description>
<dependencies>
Modified: trunk/lutinvcs/provider/cvs/pom.xml
===================================================================
--- trunk/lutinvcs/provider/cvs/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/provider/cvs/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,16 +7,14 @@
<parent>
<groupId>org.codelutin.vcs.provider</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<artifactId>cvs</artifactId>
<name>provider cvs</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Librairie vcs provider cvs</description>
<build>
@@ -38,11 +36,6 @@
</build>
<dependencies>
- <!--dependency>
- <groupId>org.codelutin.vcs</groupId>
- <artifactId>lutinvcs-core</artifactId>
- <scope>compile</scope>
- </dependency-->
<dependency>
<groupId>org.netbeans.lib</groupId>
<artifactId>cvsclient</artifactId>
Modified: trunk/lutinvcs/provider/mock/pom.xml
===================================================================
--- trunk/lutinvcs/provider/mock/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/provider/mock/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,16 +7,14 @@
<parent>
<groupId>org.codelutin.vcs.provider</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<artifactId>mock</artifactId>
<name>provider mock</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Library vcs provider mock</description>
<build>
Modified: trunk/lutinvcs/provider/pom.xml
===================================================================
--- trunk/lutinvcs/provider/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/provider/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -12,8 +12,7 @@
<parent>
<groupId>org.codelutin.vcs</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<groupId>org.codelutin.vcs.provider</groupId>
@@ -36,10 +35,9 @@
<!-- ************************************************************* -->
<!-- *** Project Information ************************************* -->
<!-- ************************************************************* -->
- <name>provider pom</name>
+ <name>pom</name>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Versionning Concurrent System lutin library provider pom</description>
<inceptionYear>2008</inceptionYear>
@@ -51,7 +49,8 @@
<provider.groupId>org.codelutin.vcs.provider</provider.groupId>
- <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/buix/trunk</maven.scm.developerConnection>
+ <maven.scm.developerConnection>scm:svn:svn+ssh://tchemit@${labs.host}/svnroot/buix/trunk
+ </maven.scm.developerConnection>
<maven.scm.connection>scm:svn:svn:anonymous@${labs.host}/svnroot/buix/trunk</maven.scm.connection>
@@ -62,25 +61,22 @@
<dependency>
<groupId>${provider.groupId}</groupId>
<artifactId>mock</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${provider.groupId}</groupId>
<artifactId>cvs</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${provider.groupId}</groupId>
<artifactId>svn</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>${provider.groupId}</groupId>
<artifactId>all</artifactId>
- <version>0.1-SNAPSHOT</version>
+ <version>${current.version}</version>
</dependency>
<dependency>
<groupId>org.netbeans.lib</groupId>
Modified: trunk/lutinvcs/provider/svn/pom.xml
===================================================================
--- trunk/lutinvcs/provider/svn/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/provider/svn/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,16 +7,14 @@
<parent>
<groupId>org.codelutin.vcs.provider</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<artifactId>svn</artifactId>
<name>provider svn</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Library vcs provider svn</description>
<build>
Modified: trunk/lutinvcs/ui-common/pom.xml
===================================================================
--- trunk/lutinvcs/ui-common/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/ui-common/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,16 +7,14 @@
<parent>
<groupId>org.codelutin.vcs</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<artifactId>ui-common</artifactId>
<name>ui common</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Lutin vcs library ui common</description>
<build>
Modified: trunk/lutinvcs/ui-jaxx/pom.xml
===================================================================
--- trunk/lutinvcs/ui-jaxx/pom.xml 2008-04-13 13:24:40 UTC (rev 490)
+++ trunk/lutinvcs/ui-jaxx/pom.xml 2008-04-13 14:35:44 UTC (rev 491)
@@ -7,16 +7,14 @@
<parent>
<groupId>org.codelutin.vcs</groupId>
<artifactId>pom</artifactId>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
</parent>
<artifactId>ui-jaxx</artifactId>
<name>ui jaxx</name>
<packaging>jar</packaging>
- <version>0.1-SNAPSHOT</version>
- <!--version>${current.version}</version-->
+ <version>${current.version}</version>
<description>Library of VCS ui generated by jaxx</description>
<build>
@@ -58,7 +56,7 @@
</plugin>
<plugin>
<groupId>lutinplugin</groupId>
- <artifactId>maven-jaxx-plugin</artifactId>
+ <artifactId>maven-jaxx-plugin</artifactId>
<executions>
<execution>
<goals>