From: <fg...@us...> - 2010-02-07 10:53:58
|
Revision: 1842 http://openutils.svn.sourceforge.net/openutils/?rev=1842&view=rev Author: fgiust Date: 2010-02-07 10:53:42 +0000 (Sun, 07 Feb 2010) Log Message: ----------- adding magnolia.version property Modified Paths: -------------- trunk/openutils-mgnlmedia/pom.xml Modified: trunk/openutils-mgnlmedia/pom.xml =================================================================== --- trunk/openutils-mgnlmedia/pom.xml 2010-02-07 10:50:25 UTC (rev 1841) +++ trunk/openutils-mgnlmedia/pom.xml 2010-02-07 10:53:42 UTC (rev 1842) @@ -40,49 +40,6 @@ </includes> </resource> </resources> - <plugins> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <executions> - <execution> - <id>bundle</id> - <phase>package</phase> - <goals> - <goal>single</goal> - </goals> - </execution> - </executions> - <configuration> - <descriptors> - <descriptor>${basedir}/src/main/assembly/assembly-bundle.xml</descriptor> - </descriptors> - </configuration> - </plugin> - <plugin> - <groupId>com.mycila.maven-license-plugin</groupId> - <artifactId>maven-license-plugin</artifactId> - <version>1.5.0</version> - <configuration> - <header>src/main/etc/header.txt</header> - <includes> - <include>src/**/*.java</include> - </includes> - <properties> - <year>${project.inceptionYear}-2010</year> - <name>${project.name}</name> - <description>${project.description}</description> - <url>${project.url}</url> - </properties> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> </build> <reporting> <plugins> @@ -106,29 +63,18 @@ </reportSet> </reportSets> </plugin> - <plugin> - <artifactId>maven-changelog-plugin</artifactId> - <version>2.1</version> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - </reports> - </reportSet> - </reportSets> - </plugin> </plugins> </reporting> <dependencies> <dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-core</artifactId> - <version>4.2.3</version> + <version>${magnolia.version}</version> </dependency> <dependency> <groupId>info.magnolia</groupId> <artifactId>magnolia-module-admininterface</artifactId> - <version>4.2.3</version> + <version>${magnolia.version}</version> </dependency> <dependency> <groupId>net.sourceforge.openutils</groupId> @@ -176,4 +122,7 @@ </exclusions> </dependency> </dependencies> + <properties> + <magnolia.version>4.2.3</magnolia.version> + </properties> </project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |