Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Goubet2016-09-12 08:00:22 +0000
committerLaurent Delaigue2016-09-14 14:00:30 +0000
commit14123b883ed31ca999c92a153cd9ba4a01672212 (patch)
tree3f5ebdb3ac48734a263b84fc2d1a723d60a52475 /plugins/org.eclipse.emf.compare.doc/pom.xml
parentc01f56d36d84172ff43aaa5ca6a22c9bcfde660a (diff)
downloadorg.eclipse.emf.compare-14123b883ed31ca999c92a153cd9ba4a01672212.tar.gz
org.eclipse.emf.compare-14123b883ed31ca999c92a153cd9ba4a01672212.tar.xz
org.eclipse.emf.compare-14123b883ed31ca999c92a153cd9ba4a01672212.zip
Bump versions for EMF Compare 3.3.0
Change-Id: If58253d9e062b447173cb5a6ed26afe953a364f9 Signed-off-by: Laurent Delaigue <laurent.delaigue@obeo.fr> Signed-off-by: Laurent Goubet <laurent.goubet@obeo.fr>
Diffstat (limited to 'plugins/org.eclipse.emf.compare.doc/pom.xml')
-rw-r--r--plugins/org.eclipse.emf.compare.doc/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/org.eclipse.emf.compare.doc/pom.xml b/plugins/org.eclipse.emf.compare.doc/pom.xml
index 2ab201a83..c9a9985e4 100644
--- a/plugins/org.eclipse.emf.compare.doc/pom.xml
+++ b/plugins/org.eclipse.emf.compare.doc/pom.xml
@@ -16,12 +16,12 @@
<parent>
<artifactId>emf.compare-parent</artifactId>
<groupId>org.eclipse.emf.compare</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<relativePath>../../org.eclipse.emf.compare-parent</relativePath>
</parent>
<groupId>org.eclipse.emf.compare</groupId>
<artifactId>org.eclipse.emf.compare.doc</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
@@ -121,7 +121,7 @@
<argument>${project.build.directory}/website</argument>
<argument>-version</argument>
<!-- Please update qualified version for each release. Please also update the publisher.properties.-->
- <argument>3.2.0.${buildQualifier}</argument>
+ <argument>3.3.0.${buildQualifier}</argument>
</arguments>
</configuration>
</execution>
@@ -140,7 +140,7 @@
</executions>
<configuration>
<!-- Please update qualified version for each release. Please also update the publisher.properties.-->
- <finalName>${project.artifactId}-website-3.2.0.${buildQualifier}</finalName>
+ <finalName>${project.artifactId}-website-3.3.0.${buildQualifier}</finalName>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>assembly.xml</descriptor>

Back to the top