Author: tchemit Date: 2012-10-13 12:50:38 +0200 (Sat, 13 Oct 2012) New Revision: 362 Url: http://nuiton.org/repositories/revision/jredmine/362 Log: clean pom and prepare release 1.4.1 Modified: trunk/jredmine-client/pom.xml trunk/jredmine-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/jredmine-client/pom.xml =================================================================== --- trunk/jredmine-client/pom.xml 2012-10-13 09:55:22 UTC (rev 361) +++ trunk/jredmine-client/pom.xml 2012-10-13 10:50:38 UTC (rev 362) @@ -25,19 +25,26 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>jredmine</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.nuiton.jredmine</groupId> <artifactId>jredmine-client</artifactId> + <name>JRedmine :: Client</name> + <description>The JRedmine client</description> + <properties> + <!-- extra files to include in release --> + <redmine.releaseFiles> + target/${project.artifactId}-${project.version}-jredmine_rails-1.x.zip, + target/${project.artifactId}-${project.version}-jredmine_rails-2.x.zip, + ${redmine.libReleaseFiles} + </redmine.releaseFiles> + </properties> + <dependencies> <dependency> @@ -106,26 +113,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRedmine :: Client</name> - - <description>The JRedmine client</description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <properties> - <!-- extra files to include in release --> - <redmine.releaseFiles> - target/${project.artifactId}-${project.version}-jredmine_rails-1.x.zip, - target/${project.artifactId}-${project.version}-jredmine_rails-2.x.zip, - ${redmine.libReleaseFiles} - </redmine.releaseFiles> - </properties> - <build> <plugins> @@ -148,14 +135,7 @@ <reporting> <excludeDefaults>true</excludeDefaults> </reporting> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <!-- Build Environment : Environment Information --> - - <!-- Maven Environment : profiles --> - <profiles> <profile> Modified: trunk/jredmine-maven-plugin/pom.xml =================================================================== --- trunk/jredmine-maven-plugin/pom.xml 2012-10-13 09:55:22 UTC (rev 361) +++ trunk/jredmine-maven-plugin/pom.xml 2012-10-13 10:50:38 UTC (rev 362) @@ -25,18 +25,21 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> <parent> <groupId>org.nuiton</groupId> <artifactId>jredmine</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> </parent> <groupId>org.nuiton.jredmine</groupId> <artifactId>jredmine-maven-plugin</artifactId> + <name>JRedmine :: Maven plugin</name> + <description> + JRedmine maven plugin to interacts with Redmine's server + </description> + <packaging>maven-plugin</packaging> + <dependencies> <dependency> @@ -65,7 +68,6 @@ <artifactId>guava</artifactId> </dependency> - <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> @@ -111,7 +113,6 @@ <artifactId>maven-artifact</artifactId> </dependency> - <!-- dependencies to mojo annotations --> <dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> @@ -187,20 +188,6 @@ </dependencies> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRedmine :: Maven plugin</name> - - <description>JRedmine maven plugin to interacts with Redmine's server - </description> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>maven-plugin</packaging> - <build> <pluginManagement> @@ -227,10 +214,6 @@ </build> - <!-- ************************************************************* --> - <!-- *** Build Environment ************************************** --> - <!-- ************************************************************* --> - <profiles> <!-- reports only at release time --> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-10-13 09:55:22 UTC (rev 361) +++ trunk/pom.xml 2012-10-13 10:50:38 UTC (rev 362) @@ -24,10 +24,6 @@ <modelVersion>4.0.0</modelVersion> - <!-- ************************************************************* --> - <!-- *** POM Relationships *************************************** --> - <!-- ************************************************************* --> - <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> @@ -35,14 +31,48 @@ </parent> <artifactId>jredmine</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.4.1-SNAPSHOT</version> + <name>JRedmine</name> + <description>JRedmine is a java redmine client</description> + <inceptionYear>2009</inceptionYear> + <url>http://maven-site.nuiton.org/jredmine</url> + <packaging>pom</packaging> + + <developers> + + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit at codelutin dot com</email> + <organization>CodeLutin</organization> + <timezone>Europe/Paris</timezone> + <roles> + <role>Developer</role> + </roles> + </developer> + + </developers> + + <properties> + + <projectId>jredmine</projectId> + + <!-- must be on a fixed version, not on the snapshot to make possible release --> + <jredminePluginVersion>1.4</jredminePluginVersion> + + <doxiaVersion>1.3</doxiaVersion> + + <!-- documentation is in apt --> + <siteSourcesType>apt</siteSourcesType> + + </properties> + <modules> <module>jredmine-client</module> <module>jredmine-maven-plugin</module> </modules> - <!-- Source control management. --> <scm> <connection>scm:svn:http://svn.nuiton.org/svn/jredmine/trunk</connection> <developerConnection> @@ -151,7 +181,6 @@ </dependency> - <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> @@ -494,52 +523,6 @@ </dependencies> </dependencyManagement> - <!-- ************************************************************* --> - <!-- *** Project Information ************************************* --> - <!-- ************************************************************* --> - <name>JRedmine</name> - - <description>JRedmine is a java redmine client</description> - - <inceptionYear>2009</inceptionYear> - - <url>http://maven-site.nuiton.org/jredmine</url> - - <developers> - - <developer> - <name>Tony Chemit</name> - <id>tchemit</id> - <email>chemit at codelutin dot com</email> - <organization>CodeLutin</organization> - <timezone>Europe/Paris</timezone> - <roles> - <role>Developer</role> - </roles> - </developer> - - </developers> - - <!-- ************************************************************* --> - <!-- *** Build Settings ****************************************** --> - <!-- ************************************************************* --> - - <packaging>pom</packaging> - - <properties> - - <projectId>jredmine</projectId> - - <!-- must be on a fixed version, not on the snapshot to make possible release --> - <jredminePluginVersion>1.3</jredminePluginVersion> - - <doxiaVersion>1.3</doxiaVersion> - - <!-- documentation is in apt --> - <siteSourcesType>apt</siteSourcesType> - - </properties> - <build> <pluginManagement>