Author: nickboldt
Date: 2010-05-03 18:20:04 -0400 (Mon, 03 May 2010)
New Revision: 21873
Modified:
branches/modular_build/parent-pom.xml
Log:
reconfigure the suffix used in plugin qualifiers
Modified: branches/modular_build/parent-pom.xml
===================================================================
--- branches/modular_build/parent-pom.xml 2010-05-03 22:02:28 UTC (rev 21872)
+++ branches/modular_build/parent-pom.xml 2010-05-03 22:20:04 UTC (rev 21873)
@@ -16,6 +16,15 @@
<build>
<plugins>
<plugin>
+ <groupId>org.codehaus.tycho</groupId>
+ <artifactId>maven-osgi-packaging-plugin</artifactId>
+ <version>${tycho-version}</version>
+ <configuration>
+ <format>'v'yyyyMMdd-HHmm</format>
+ </configuration>
+ </plugin>
+
+ <plugin>
<groupId>org.sonatype.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tychoVersion}</version>
Show replies by date