remove platform identifier from build artifact
Change-Id: I8b102057e9b837aa9422c8fba3e5d871fdc8d3e6
Signed-off-by: Fred Bricon <fbricon@gmail.com>
diff --git a/pom.xml b/pom.xml
index d0be10c..af129d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,6 @@
<name>M2E-WTP JPA :: Parent</name>
<properties>
- <platform.id>e43</platform.id>
<m2e-wtp.url>http://download.eclipse.org/m2e-wtp/snapshots/</m2e-wtp.url>
<tycho.scmUrl>scm:git:http://git.eclipse.org/gitroot/m2e-wtp/org.eclipse.m2e.wtp.jpa.git</tycho.scmUrl>
</properties>
@@ -41,17 +40,5 @@
</repository>
</repositories>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-packaging-plugin</artifactId>
- <version>${tycho-version}</version>
- <configuration>
- <format>'${platform.id}-'yyyyMMdd-HHmm</format>
- </configuration>
- </plugin>
- </plugins>
- </build>
<version>1.2.1-SNAPSHOT</version>
</project>