Author: tchemit Date: 2008-04-11 03:33:34 +0000 (Fri, 11 Apr 2008) New Revision: 447 Modified: trunk/lutinvcs/lutinvcs-all/pom.xml trunk/lutinvcs/lutinvcs-core/pom.xml trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml trunk/lutinvcs/lutinvcs-provider-mock/pom.xml trunk/lutinvcs/lutinvcs-provider-svn/pom.xml trunk/lutinvcs/lutinvcs-ui-common/pom.xml trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml trunk/lutinvcs/pom.xml Log: improve poms Modified: trunk/lutinvcs/lutinvcs-all/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-all/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/lutinvcs-all/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -7,14 +7,14 @@ <parent> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <artifactId>lutinvcs-all</artifactId> <name>Lutinvcs all</name> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Lutinvcs all modules</description> <build> @@ -35,7 +35,6 @@ </plugins--> </build> - <!--Librairies--> <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> Modified: trunk/lutinvcs/lutinvcs-core/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-core/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/lutinvcs-core/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -7,14 +7,14 @@ <parent> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <artifactId>lutinvcs-core</artifactId> <name>Lutinvcs core</name> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Lutin vcs library core</description> <build> @@ -35,7 +35,6 @@ </plugins> </build> - <!--Librairies--> <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> Modified: trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/lutinvcs-provider-cvs/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -7,14 +7,14 @@ <parent> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <artifactId>lutinvcs-provider-cvs</artifactId> <name>Lutinvcs provider cvs</name> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Librairie vcs provider cvs</description> <build> @@ -35,7 +35,6 @@ </plugins> </build> - <!--Librairies--> <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> @@ -45,20 +44,16 @@ <dependency> <groupId>org.netbeans.lib</groupId> <artifactId>cvsclient</artifactId> - <!--version>20051129</version--> <scope>compile</scope> </dependency> <dependency> <groupId>sshtools</groupId> <artifactId>j2ssh-common</artifactId> - <!--version>0.2.2</version--> <scope>compile</scope> </dependency> - <dependency> <groupId>sshtools</groupId> <artifactId>j2ssh-core</artifactId> - <!--version>0.2.2</version--> <scope>compile</scope> </dependency> </dependencies> Modified: trunk/lutinvcs/lutinvcs-provider-mock/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-provider-mock/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/lutinvcs-provider-mock/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -7,14 +7,14 @@ <parent> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <artifactId>lutinvcs-provider-mock</artifactId> <name>Lutinvcs provider mock</name> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Librairie vcs provider mock</description> <build> @@ -35,7 +35,6 @@ </plugins> </build> - <!--Librairies--> <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> Modified: trunk/lutinvcs/lutinvcs-provider-svn/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-provider-svn/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/lutinvcs-provider-svn/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -7,14 +7,14 @@ <parent> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <artifactId>lutinvcs-provider-svn</artifactId> <name>Lutinvcs provider svn</name> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Librairie vcs provider svn</description> <build> @@ -35,7 +35,6 @@ </plugins> </build> - <!--Librairies--> <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> @@ -45,7 +44,6 @@ <dependency> <groupId>org.tmatesoft</groupId> <artifactId>svnkit</artifactId> - <!--version>1.1.2</version--> <scope>compile</scope> </dependency> </dependencies> Modified: trunk/lutinvcs/lutinvcs-ui-common/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/lutinvcs-ui-common/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -7,14 +7,14 @@ <parent> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <artifactId>lutinvcs-ui-common</artifactId> <name>Lutinvcs ui common</name> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Lutin vcs library ui common</description> <build> @@ -35,7 +35,6 @@ </plugins> </build> - <!--Librairies--> <dependencies> <dependency> <groupId>lutinlib.vcs</groupId> Modified: trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml =================================================================== --- trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/lutinvcs-ui-jaxx/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -7,15 +7,15 @@ <parent> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> </parent> <artifactId>lutinvcs-ui-jaxx</artifactId> <name>Lutinvcs ui jaxx</name> <packaging>jar</packaging> - <version>0.1-SNAPSHOT</version> - <description>Librairy of VCS ui generated by jaxx</description> + <version>${current.version}</version> + <description>Library of VCS ui generated by jaxx</description> <build> <plugins> @@ -69,11 +69,6 @@ </execution> </executions> <dependencies> - <!--dependency> - <groupId>lutinlib</groupId> - <artifactId>lutinwidget</artifactId> - <version>0.10-SNAPSHOT</version> - </dependency--> <dependency> <groupId>lutinlib.vcs</groupId> <artifactId>lutinvcs-ui-common</artifactId> Modified: trunk/lutinvcs/pom.xml =================================================================== --- trunk/lutinvcs/pom.xml 2008-04-11 02:52:40 UTC (rev 446) +++ trunk/lutinvcs/pom.xml 2008-04-11 03:33:34 UTC (rev 447) @@ -28,20 +28,18 @@ <module>lutinvcs-all</module> </modules> - <!--dependencies> + <dependencies> <dependency> <groupId>lutinlib</groupId> <artifactId>lutinutil</artifactId> - <version>0.29-SNAPSHOT</version> - <scope>compile</scope> </dependency> - </dependencies--> + </dependencies> <!-- ************************************************************* --> <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Lutinvcs pom</name> - <version>0.1-SNAPSHOT</version> + <version>${current.version}</version> <description>Versionning Concurrent System lutin library main pom</description> <inceptionYear>2008</inceptionYear> @@ -63,6 +61,9 @@ <!-- current version --> <current.version>0.1-SNAPSHOT</current.version> + <common.groupId>lutinlib.vcs</common.groupId> + <common.artifactId>lutinvcs</common.artifactId> + <!-- par defaut, mode non verbeux --> <!--maven.verbose>false</maven.verbose--> <!-- compile with ? --> @@ -131,6 +132,7 @@ </bundles> <src>${maven.src.dir}/main/resources/i18n</src> <defaultBasedir>${maven.src.dir}/main/java</defaultBasedir> + <rulesJaxx>${maven.src.dir}/main/resources/vcs-jaxx.rules</rulesJaxx> <keysModifier>false</keysModifier> <keepBackup>false</keepBackup> </configuration> @@ -204,79 +206,60 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>lutinlib</groupId> + <artifactId>lutinutil</artifactId> + <version>0.30-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-api</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-core</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-ui-common</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-ui-jaxx</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-ui</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-provider-mock</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-provider-cvs</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-provider-svn</artifactId> <version>${current.version}</version> </dependency> <dependency> - <groupId>lutinlib.vcs</groupId> + <groupId>${common.groupId}</groupId> <artifactId>lutinvcs-all</artifactId> <version>${current.version}</version> </dependency> - <!--dependency> - <groupId>lutinlib.vcs</groupId> - <artifactId>lutinvcs-site</artifactId> - <version>${current.version}</version> - </dependency--> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.3</version> - </dependency> - <dependency> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - <version>1.1</version> - </dependency> - <!-- librairie des widgets lutin --> - <dependency> <groupId>lutinlib</groupId> - <artifactId>lutinwidget</artifactId> - <version>0.10-SNAPSHOT</version> - <scope>compile</scope> - </dependency> - <!-- librairie Jaxx --> - <dependency> - <groupId>lutinlib</groupId> <artifactId>jaxx</artifactId> <version>1.0.4-SNAPSHOT</version> - <scope>compile</scope> + <!--scope>compile</scope--> </dependency> <dependency> <groupId>org.netbeans.lib</groupId>
participants (1)
-
tchemit@users.labs.libre-entreprise.org