Author: tchemit Date: 2012-10-04 15:05:18 +0200 (Thu, 04 Oct 2012) New Revision: 346 Url: http://nuiton.org/repositories/revision/jredmine/346 Log: fix build for release Modified: branches/jredmine-1.x/pom.xml Modified: branches/jredmine-1.x/pom.xml =================================================================== --- branches/jredmine-1.x/pom.xml 2012-10-04 12:39:48 UTC (rev 345) +++ branches/jredmine-1.x/pom.xml 2012-10-04 13:05:18 UTC (rev 346) @@ -660,7 +660,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> <artifactId>jredmine-maven-plugin</artifactId> - <version>${jredminePluginVersion}</version> + <!--<version>${jredminePluginVersion}</version>--> <!-- TC-20100106 Due to cyclic dependency problem between modules, we do not propagate jredmine-maven-plugin to child modules --> <inherited>false</inherited>