[version] Bump version to 3.3.2 Change-Id: If8b8b1c8e6eb329faa00d0e67f0492069bafccb6 Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
diff --git a/org.eclipse.emf.ecoretools.build/pom.xml b/org.eclipse.emf.ecoretools.build/pom.xml index df59ae5..d358ba8 100644 --- a/org.eclipse.emf.ecoretools.build/pom.xml +++ b/org.eclipse.emf.ecoretools.build/pom.xml
@@ -9,381 +9,381 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> - <prerequisites> - <maven>3.0</maven> - </prerequisites> + <prerequisites> + <maven>3.0</maven> + </prerequisites> - <groupId>org.eclipse.emf.ecoretools</groupId> - <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> - <packaging>pom</packaging> + <groupId>org.eclipse.emf.ecoretools</groupId> + <artifactId>emf.ecoretools-parent</artifactId> + <version>3.3.2-SNAPSHOT</version> + <packaging>pom</packaging> - <licenses> - <license> - <name>Eclipse Public License v1.0</name> - <comments> - All rights reserved. + <licenses> + <license> + <name>Eclipse Public License v1.0</name> + <comments> + All rights reserved. - This program and the accompanying materials are made - available under the terms of the Eclipse Public License v1.0 - which accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.htm - </comments> - </license> - </licenses> + This program and the accompanying materials are made + available under the terms of the Eclipse Public License v1.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.htm + </comments> + </license> + </licenses> - <properties> - <tycho-version>0.23.1</tycho-version> - <tycho.scmUrl>scm:git:https://git.eclipse.org/r/ecoretools/org.eclipse.ecoretools</tycho.scmUrl> - </properties> + <properties> + <tycho-version>0.23.1</tycho-version> + <tycho.scmUrl>scm:git:https://git.eclipse.org/r/ecoretools/org.eclipse.ecoretools</tycho.scmUrl> + </properties> - <modules> - <module>../org.eclipse.emf.ecoretools</module> - <module>../org.eclipse.emf.ecoretools.design</module> - <module>../org.eclipse.emf.ecoretools.design.ui</module> - <module>../org.eclipse.emf.ecoretools.design.tests</module> - <module>../org.eclipse.emf.ecoretools.design-feature</module> - <module>../org.eclipse.emf.ecoretools.design.properties</module> - <module>../org.eclipse.emf.ecoretools.doc</module> - <module>../org.eclipse.emf.ecoretools.doc-feature</module> - <module>../org.eclipse.emf.ecoretools.properties</module> - <module>../org.eclipse.emf.ecoretools.registration</module> - <module>../org.eclipse.emf.ecoretools.sdk-feature</module> - <module>../org.eclipse.emf.ecoretools.tabbedproperties</module> - <module>../org.eclipse.emf.ecoretools.explorer.contextual</module> - <module>../org.eclipse.emf.ecoretools.explorer.contextual-feature</module> - <module>../org.eclipse.emf.ecoretools.ui</module> - <module>../org.eclipse.emf.ecoretools.update</module> - <module>../org.eclipse.emf.ecoretools.update-all</module> - </modules> + <modules> + <module>../org.eclipse.emf.ecoretools</module> + <module>../org.eclipse.emf.ecoretools.design</module> + <module>../org.eclipse.emf.ecoretools.design.ui</module> + <module>../org.eclipse.emf.ecoretools.design.tests</module> + <module>../org.eclipse.emf.ecoretools.design-feature</module> + <module>../org.eclipse.emf.ecoretools.design.properties</module> + <module>../org.eclipse.emf.ecoretools.doc</module> + <module>../org.eclipse.emf.ecoretools.doc-feature</module> + <module>../org.eclipse.emf.ecoretools.properties</module> + <module>../org.eclipse.emf.ecoretools.registration</module> + <module>../org.eclipse.emf.ecoretools.sdk-feature</module> + <module>../org.eclipse.emf.ecoretools.tabbedproperties</module> + <module>../org.eclipse.emf.ecoretools.explorer.contextual</module> + <module>../org.eclipse.emf.ecoretools.explorer.contextual-feature</module> + <module>../org.eclipse.emf.ecoretools.ui</module> + <module>../org.eclipse.emf.ecoretools.update</module> + <module>../org.eclipse.emf.ecoretools.update-all</module> + </modules> - <build> - <sourceDirectory>src</sourceDirectory> + <build> + <sourceDirectory>src</sourceDirectory> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-maven-plugin</artifactId> + <version>${tycho-version}</version> + <extensions>true</extensions> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>target-platform-configuration</artifactId> + <version>${tycho-version}</version> + <configuration> + <resolver>p2</resolver> + <ignoreTychoRepositories>true</ignoreTychoRepositories> + <target> + <artifact> + <groupId>org.eclipse.emf.ecoretools</groupId> + <artifactId>emf.ecoretools-parent</artifactId> + <version>3.3.2-SNAPSHOT</version> + <classifier>${PLATFORM}</classifier> + </artifact> + </target> + <environments> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86</arch> + </environment> + <environment> + <os>linux</os> + <ws>gtk</ws> + <arch>x86_64</arch> + </environment> + <environment> + <os>win32</os> + <ws>win32</ws> + <arch>x86</arch> + </environment> + </environments> + </configuration> + </plugin> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-packaging-plugin</artifactId> + <version>${tycho-version}</version> + <configuration> + <sourceReferences> + <generate>true</generate> + </sourceReferences> + </configuration> + <dependencies> + <dependency> + <groupId>org.eclipse.tycho.extras</groupId> + <artifactId>tycho-sourceref-jgit</artifactId> + <version>${tycho-version}</version> + </dependency> + </dependencies> + </plugin> + </plugins> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-compiler-plugin</artifactId> + <version>${tycho-version}</version> + <configuration> + <encoding>UTF-8</encoding> + </configuration> + </plugin> + <!-- enable source bundle generation --> + <plugin> + <groupId>org.eclipse.tycho</groupId> + <artifactId>tycho-source-plugin</artifactId> + <version>${tycho-version}</version> + <executions> + <execution> + <id>plugin-source</id> + <goals> + <goal>plugin-source</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-resources-plugin</artifactId> + <version>2.4.1</version> + <configuration> + <encoding>ISO-8859-1</encoding> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.3</version> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + <version>2.3.2</version> + <configuration> + <findbugsXmlOutput>true</findbugsXmlOutput> + <failOnError>false</failOnError> + </configuration> + <executions> + <execution> + <goals> + <goal>check</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <version>2.5</version> + <configuration> + <sourceEncoding>utf-8</sourceEncoding> + <minimumTokens>100</minimumTokens> + <targetJdk>1.5</targetJdk> + <format>xml</format> + <failOnViolation>false</failOnViolation> + </configuration> + <executions> + <execution> + <goals> + <goal>cpd-check</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </pluginManagement> + </build> + + + <profiles> + <profile> + <id>oxygen</id> + <activation> + <activeByDefault>true</activeByDefault> + </activation> + <properties> + <PLATFORM>oxygen</PLATFORM> + </properties> + </profile> + <profile> + <id>neon</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <PLATFORM>neon</PLATFORM> + </properties> + </profile> + <profile> + <id>mars</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <PLATFORM>mars</PLATFORM> + </properties> + </profile> + <profile> + <id>luna</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <PLATFORM>luna</PLATFORM> + </properties> + </profile> + <profile> + <id>kepler</id> + <properties> + <PLATFORM>kepler</PLATFORM> + </properties> + </profile> + <profile> + <id>juno</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <PLATFORM>juno</PLATFORM> + </properties> + </profile> + + <profile> + <id>indigo</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <properties> + <PLATFORM>indigo</PLATFORM> + </properties> + </profile> + <profile> + <id>sign</id> + <activation> + <property> + <name>BUILD_SIGN</name> + <value>true</value> + </property> + </activation> + <build> <plugins> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-maven-plugin</artifactId> - <version>${tycho-version}</version> - <extensions>true</extensions> - </plugin> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>target-platform-configuration</artifactId> - <version>${tycho-version}</version> - <configuration> - <resolver>p2</resolver> - <ignoreTychoRepositories>true</ignoreTychoRepositories> - <target> - <artifact> - <groupId>org.eclipse.emf.ecoretools</groupId> - <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> - <classifier>${PLATFORM}</classifier> - </artifact> - </target> - <environments> - <environment> - <os>linux</os> - <ws>gtk</ws> - <arch>x86</arch> - </environment> - <environment> - <os>linux</os> - <ws>gtk</ws> - <arch>x86_64</arch> - </environment> - <environment> - <os>win32</os> - <ws>win32</ws> - <arch>x86</arch> - </environment> - </environments> - </configuration> - </plugin> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-packaging-plugin</artifactId> - <version>${tycho-version}</version> - <configuration> - <sourceReferences> - <generate>true</generate> - </sourceReferences> - </configuration> - <dependencies> - <dependency> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-sourceref-jgit</artifactId> - <version>${tycho-version}</version> - </dependency> - </dependencies> - </plugin> + <plugin> + <groupId>org.eclipse.tycho.extras</groupId> + <artifactId>tycho-pack200a-plugin</artifactId> + <version>${tycho-version}</version> + <executions> + <execution> + <id>pack200-normalize</id> + <goals> + <goal>normalize</goal> + </goals> + <phase>verify</phase> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.eclipse.cbi.maven.plugins</groupId> + <artifactId>eclipse-jarsigner-plugin</artifactId> + <version>1.0.4</version> + <executions> + <execution> + <id>sign</id> + <phase>verify</phase> + <goals> + <goal>sign</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <groupId>org.eclipse.tycho.extras</groupId> + <artifactId>tycho-pack200b-plugin</artifactId> + <version>${tycho-version}</version> + <executions> + <execution> + <id>pack200-pack</id> + <goals> + <goal>pack</goal> + </goals> + <phase>verify</phase> + </execution> + </executions> + </plugin> </plugins> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-compiler-plugin</artifactId> - <version>${tycho-version}</version> - <configuration> - <encoding>UTF-8</encoding> - </configuration> - </plugin> - <!-- enable source bundle generation --> - <plugin> - <groupId>org.eclipse.tycho</groupId> - <artifactId>tycho-source-plugin</artifactId> - <version>${tycho-version}</version> - <executions> - <execution> - <id>plugin-source</id> - <goals> - <goal>plugin-source</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-resources-plugin</artifactId> - <version>2.4.1</version> - <configuration> - <encoding>ISO-8859-1</encoding> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-antrun-plugin</artifactId> - <version>1.3</version> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>2.3.2</version> - <configuration> - <findbugsXmlOutput>true</findbugsXmlOutput> - <failOnError>false</failOnError> - </configuration> - <executions> - <execution> - <goals> - <goal>check</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <version>2.5</version> - <configuration> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>100</minimumTokens> - <targetJdk>1.5</targetJdk> - <format>xml</format> - <failOnViolation>false</failOnViolation> - </configuration> - <executions> - <execution> - <goals> - <goal>cpd-check</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </pluginManagement> - </build> + </build> - - <profiles> - <profile> - <id>oxygen</id> - <activation> - <activeByDefault>true</activeByDefault> - </activation> - <properties> - <PLATFORM>oxygen</PLATFORM> - </properties> - </profile> - <profile> - <id>neon</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <PLATFORM>neon</PLATFORM> - </properties> - </profile> - <profile> - <id>mars</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <PLATFORM>mars</PLATFORM> - </properties> - </profile> - <profile> - <id>luna</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <PLATFORM>luna</PLATFORM> - </properties> - </profile> - <profile> - <id>kepler</id> - <properties> - <PLATFORM>kepler</PLATFORM> - </properties> - </profile> - <profile> - <id>juno</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <PLATFORM>juno</PLATFORM> - </properties> - </profile> + <pluginRepositories> + <pluginRepository> + <id>cbi</id> + <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </pluginRepository> + </pluginRepositories> + </profile> - <profile> - <id>indigo</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <properties> - <PLATFORM>indigo</PLATFORM> - </properties> - </profile> - <profile> - <id>sign</id> - <activation> - <property> - <name>BUILD_SIGN</name> - <value>true</value> - </property> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-pack200a-plugin</artifactId> - <version>${tycho-version}</version> - <executions> - <execution> - <id>pack200-normalize</id> - <goals> - <goal>normalize</goal> - </goals> - <phase>verify</phase> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.eclipse.cbi.maven.plugins</groupId> - <artifactId>eclipse-jarsigner-plugin</artifactId> - <version>1.0.4</version> - <executions> - <execution> - <id>sign</id> - <phase>verify</phase> - <goals> - <goal>sign</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <groupId>org.eclipse.tycho.extras</groupId> - <artifactId>tycho-pack200b-plugin</artifactId> - <version>${tycho-version}</version> - <executions> - <execution> - <id>pack200-pack</id> - <goals> - <goal>pack</goal> - </goals> - <phase>verify</phase> - </execution> - </executions> - </plugin> - </plugins> - </build> + <profile> + <id>checkstyle</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <version>2.6</version> + <executions> + <execution> + <id>check my sources</id> + <goals> + <goal>checkstyle</goal> + </goals> + <phase>verify</phase> + <configuration> + <failOnErrors>false</failOnErrors> + <consoleOutput>true</consoleOutput> + </configuration> + </execution> + </executions> + </plugin> + </plugins> + </build> + </profile> - <pluginRepositories> - <pluginRepository> - <id>cbi</id> - <url>https://repo.eclipse.org/content/repositories/cbi-releases/</url> - <releases> - <enabled>true</enabled> - </releases> - <snapshots> - <enabled>false</enabled> - </snapshots> - </pluginRepository> - </pluginRepositories> - </profile> - - <profile> - <id>checkstyle</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.6</version> - <executions> - <execution> - <id>check my sources</id> - <goals> - <goal>checkstyle</goal> - </goals> - <phase>verify</phase> - <configuration> - <failOnErrors>false</failOnErrors> - <consoleOutput>true</consoleOutput> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - - <profile> - <id>coverage</id> - <activation> - <activeByDefault>false</activeByDefault> - </activation> - <modules> - <module>org.eclemma.runtime.equinox</module> - </modules> - </profile> - <profile> - <id>static-checks</id> - <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - </plugin> - </plugins> - </build> - </profile> - </profiles> + <profile> + <id>coverage</id> + <activation> + <activeByDefault>false</activeByDefault> + </activation> + <modules> + <module>org.eclemma.runtime.equinox</module> + </modules> + </profile> + <profile> + <id>static-checks</id> + <build> + <plugins> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>findbugs-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + </plugin> + </plugins> + </build> + </profile> + </profiles> </project>
diff --git a/org.eclipse.emf.ecoretools.build/publish-nightly.sh b/org.eclipse.emf.ecoretools.build/publish-nightly.sh index 06be686..e157092 100644 --- a/org.eclipse.emf.ecoretools.build/publish-nightly.sh +++ b/org.eclipse.emf.ecoretools.build/publish-nightly.sh
@@ -31,7 +31,7 @@ set -e # The full version (should be taken as an argument) -export VERSION=3.3.1 +export VERSION=3.3.2 # The type of build being published export BUILD_TYPE="nightly"
diff --git a/org.eclipse.emf.ecoretools.design-feature/feature.xml b/org.eclipse.emf.ecoretools.design-feature/feature.xml index 8e393c6..cef9fbe 100644 --- a/org.eclipse.emf.ecoretools.design-feature/feature.xml +++ b/org.eclipse.emf.ecoretools.design-feature/feature.xml
@@ -11,7 +11,7 @@ <feature id="org.eclipse.emf.ecoretools.design" label="%featureName" - version="3.3.1.qualifier" + version="3.3.2.qualifier" provider-name="%providerName" image="modeling32.png" license-feature="org.eclipse.license"
diff --git a/org.eclipse.emf.ecoretools.design-feature/pom.xml b/org.eclipse.emf.ecoretools.design-feature/pom.xml index 19fcb42..562d3d8 100644 --- a/org.eclipse.emf.ecoretools.design-feature/pom.xml +++ b/org.eclipse.emf.ecoretools.design-feature/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools.features</groupId> <artifactId>org.eclipse.emf.ecoretools.design</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/org.eclipse.emf.ecoretools.design.properties/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.design.properties/META-INF/MANIFEST.MF index b406a37..d45e462 100644 --- a/org.eclipse.emf.ecoretools.design.properties/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.design.properties/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: org.eclipse.emf.ecoretools.design.properties Bundle-SymbolicName: org.eclipse.emf.ecoretools.design.properties;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Vendor: %providerName Bundle-Copyright: %copyright Bundle-Localization: plugin
diff --git a/org.eclipse.emf.ecoretools.design.properties/pom.xml b/org.eclipse.emf.ecoretools.design.properties/pom.xml index bf8b97e..fbddca1 100644 --- a/org.eclipse.emf.ecoretools.design.properties/pom.xml +++ b/org.eclipse.emf.ecoretools.design.properties/pom.xml
@@ -11,7 +11,7 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent>
diff --git a/org.eclipse.emf.ecoretools.design.tests/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.design.tests/META-INF/MANIFEST.MF index cf9961b..6def67b 100644 --- a/org.eclipse.emf.ecoretools.design.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.design.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: EcoreTools 2.0 Tests Bundle-SymbolicName: org.eclipse.emf.ecoretools.design.tests -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Require-Bundle: org.junit, org.eclipse.emf.ecore, org.eclipse.emf.ecoretools.design,
diff --git a/org.eclipse.emf.ecoretools.design.tests/pom.xml b/org.eclipse.emf.ecoretools.design.tests/pom.xml index 2047be0..6a239f8 100644 --- a/org.eclipse.emf.ecoretools.design.tests/pom.xml +++ b/org.eclipse.emf.ecoretools.design.tests/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>org.eclipse.emf.ecoretools.design.tests</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-test-plugin</packaging>
diff --git a/org.eclipse.emf.ecoretools.design.ui/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.design.ui/META-INF/MANIFEST.MF index a9dac80..7369250 100644 --- a/org.eclipse.emf.ecoretools.design.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.design.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.ecoretools.design.ui;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Localization: plugin Require-Bundle: org.eclipse.ui, org.eclipse.emf.ecoretools.design,
diff --git a/org.eclipse.emf.ecoretools.design.ui/pom.xml b/org.eclipse.emf.ecoretools.design.ui/pom.xml index fc0931e..207b920 100644 --- a/org.eclipse.emf.ecoretools.design.ui/pom.xml +++ b/org.eclipse.emf.ecoretools.design.ui/pom.xml
@@ -11,7 +11,7 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> @@ -19,7 +19,7 @@ <artifactId>org.eclipse.emf.ecoretools.design.ui</artifactId> <packaging>eclipse-plugin</packaging> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <build> <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
diff --git a/org.eclipse.emf.ecoretools.design/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.design/META-INF/MANIFEST.MF index f0b4387..d33b28e 100644 --- a/org.eclipse.emf.ecoretools.design/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.design/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.ecoretools.design;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Localization: plugin Require-Bundle: org.eclipse.sirius.common;bundle-version="5.0.0", org.eclipse.sirius.ecore.extender;bundle-version="5.0.0",
diff --git a/org.eclipse.emf.ecoretools.design/pom.xml b/org.eclipse.emf.ecoretools.design/pom.xml index 5f4f521..ef6f010 100644 --- a/org.eclipse.emf.ecoretools.design/pom.xml +++ b/org.eclipse.emf.ecoretools.design/pom.xml
@@ -11,7 +11,7 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> @@ -20,7 +20,7 @@ <packaging>eclipse-plugin</packaging> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <build> <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
diff --git a/org.eclipse.emf.ecoretools.doc-feature/feature.xml b/org.eclipse.emf.ecoretools.doc-feature/feature.xml index 47f22f4..969313e 100644 --- a/org.eclipse.emf.ecoretools.doc-feature/feature.xml +++ b/org.eclipse.emf.ecoretools.doc-feature/feature.xml
@@ -11,7 +11,7 @@ <feature id="org.eclipse.emf.ecoretools.doc" label="%featureName" - version="3.3.1.qualifier" + version="3.3.2.qualifier" provider-name="%providerName" image="modeling32.png" license-feature="org.eclipse.license"
diff --git a/org.eclipse.emf.ecoretools.doc-feature/pom.xml b/org.eclipse.emf.ecoretools.doc-feature/pom.xml index d981816..f4ca5d7 100644 --- a/org.eclipse.emf.ecoretools.doc-feature/pom.xml +++ b/org.eclipse.emf.ecoretools.doc-feature/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools.features</groupId> <artifactId>org.eclipse.emf.ecoretools.doc</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/org.eclipse.emf.ecoretools.doc/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.doc/META-INF/MANIFEST.MF index ed060a7..09f6aa2 100644 --- a/org.eclipse.emf.ecoretools.doc/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.doc/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.ecoretools.doc;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: JavaSE-1.8
diff --git a/org.eclipse.emf.ecoretools.doc/pom.xml b/org.eclipse.emf.ecoretools.doc/pom.xml index e2b9378..61f39c7 100644 --- a/org.eclipse.emf.ecoretools.doc/pom.xml +++ b/org.eclipse.emf.ecoretools.doc/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>org.eclipse.emf.ecoretools.doc</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-plugin</packaging>
diff --git a/org.eclipse.emf.ecoretools.explorer.contextual-feature/feature.xml b/org.eclipse.emf.ecoretools.explorer.contextual-feature/feature.xml index 9065091..3967629 100644 --- a/org.eclipse.emf.ecoretools.explorer.contextual-feature/feature.xml +++ b/org.eclipse.emf.ecoretools.explorer.contextual-feature/feature.xml
@@ -12,7 +12,7 @@ <feature id="org.eclipse.emf.ecoretools.explorer.contextual" label="%featureName" - version="3.3.1.qualifier" + version="3.3.2.qualifier" provider-name="%providerName" image="modeling32.png" license-feature="org.eclipse.license"
diff --git a/org.eclipse.emf.ecoretools.explorer.contextual-feature/pom.xml b/org.eclipse.emf.ecoretools.explorer.contextual-feature/pom.xml index b5a6998..425fdb1 100644 --- a/org.eclipse.emf.ecoretools.explorer.contextual-feature/pom.xml +++ b/org.eclipse.emf.ecoretools.explorer.contextual-feature/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools.features</groupId> <artifactId>org.eclipse.emf.ecoretools.explorer.contextual</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/org.eclipse.emf.ecoretools.explorer.contextual/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.explorer.contextual/META-INF/MANIFEST.MF index 7ad18ba..d2aa9d7 100644 --- a/org.eclipse.emf.ecoretools.explorer.contextual/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.explorer.contextual/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.ecoretools.explorer.contextual;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Activator: org.eclipse.emf.ecoretools.explorer.contextual.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime,
diff --git a/org.eclipse.emf.ecoretools.explorer.contextual/pom.xml b/org.eclipse.emf.ecoretools.explorer.contextual/pom.xml index 18f5b89..8e4d077 100644 --- a/org.eclipse.emf.ecoretools.explorer.contextual/pom.xml +++ b/org.eclipse.emf.ecoretools.explorer.contextual/pom.xml
@@ -11,7 +11,7 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> @@ -20,7 +20,7 @@ <packaging>eclipse-plugin</packaging> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <build> <!-- workaround for https://issues.sonatype.org/browse/TYCHO-168 -->
diff --git a/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF index efaf4b0..e281b94 100644 --- a/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.properties/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.ecoretools.properties;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Activator: org.eclipse.emf.ecoretools.properties.internal.Activator Bundle-Vendor: %providerName Bundle-Copyright: %copyright
diff --git a/org.eclipse.emf.ecoretools.properties/pom.xml b/org.eclipse.emf.ecoretools.properties/pom.xml index ae58e8c..2b57e70 100644 --- a/org.eclipse.emf.ecoretools.properties/pom.xml +++ b/org.eclipse.emf.ecoretools.properties/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>org.eclipse.emf.ecoretools.properties</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build>
diff --git a/org.eclipse.emf.ecoretools.registration/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.registration/META-INF/MANIFEST.MF index 3781647..74647ec 100644 --- a/org.eclipse.emf.ecoretools.registration/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.registration/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.ecoretools.registration;singleton:=true Bundle-Vendor: %providerName -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Activator: org.eclipse.emf.ecoretools.registration.RegistrationPlugin Bundle-ClassPath: . Require-Bundle: org.eclipse.ui,
diff --git a/org.eclipse.emf.ecoretools.registration/pom.xml b/org.eclipse.emf.ecoretools.registration/pom.xml index fe660e2..c049453 100644 --- a/org.eclipse.emf.ecoretools.registration/pom.xml +++ b/org.eclipse.emf.ecoretools.registration/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>org.eclipse.emf.ecoretools.registration</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build>
diff --git a/org.eclipse.emf.ecoretools.sdk-feature/feature.xml b/org.eclipse.emf.ecoretools.sdk-feature/feature.xml index f508520..924630c 100644 --- a/org.eclipse.emf.ecoretools.sdk-feature/feature.xml +++ b/org.eclipse.emf.ecoretools.sdk-feature/feature.xml
@@ -11,7 +11,7 @@ <feature id="org.eclipse.emf.ecoretools.sdk" label="%featureName" - version="3.3.1.qualifier" + version="3.3.2.qualifier" provider-name="%providerName" image="modeling32.png" license-feature="org.eclipse.license"
diff --git a/org.eclipse.emf.ecoretools.sdk-feature/pom.xml b/org.eclipse.emf.ecoretools.sdk-feature/pom.xml index f5c1cb1..18ab883 100644 --- a/org.eclipse.emf.ecoretools.sdk-feature/pom.xml +++ b/org.eclipse.emf.ecoretools.sdk-feature/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools.features</groupId> <artifactId>org.eclipse.emf.ecoretools.sdk</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-feature</packaging> </project>
diff --git a/org.eclipse.emf.ecoretools.tabbedproperties/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.tabbedproperties/META-INF/MANIFEST.MF index b7e813c..e33ee32 100644 --- a/org.eclipse.emf.ecoretools.tabbedproperties/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.tabbedproperties/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.emf.ecoretools.tabbedproperties;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Activator: org.eclipse.emf.ecoretools.tabbedproperties.internal.TabbedPropertiesPlugin Require-Bundle: org.eclipse.core.runtime, org.eclipse.ui.views.properties.tabbed;visibility:=reexport,
diff --git a/org.eclipse.emf.ecoretools.tabbedproperties/pom.xml b/org.eclipse.emf.ecoretools.tabbedproperties/pom.xml index 0589fff..0182242 100644 --- a/org.eclipse.emf.ecoretools.tabbedproperties/pom.xml +++ b/org.eclipse.emf.ecoretools.tabbedproperties/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>org.eclipse.emf.ecoretools.tabbedproperties</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build>
diff --git a/org.eclipse.emf.ecoretools.ui/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools.ui/META-INF/MANIFEST.MF index b4560dc..74336fd 100644 --- a/org.eclipse.emf.ecoretools.ui/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.emf.ecoretools.ui;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Activator: org.eclipse.emf.ecoretools.ui.Activator Bundle-Vendor: %Bundle-Vendor Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.emf.ecoretools.ui/pom.xml b/org.eclipse.emf.ecoretools.ui/pom.xml index 5ae1e2e..3ff78e9 100644 --- a/org.eclipse.emf.ecoretools.ui/pom.xml +++ b/org.eclipse.emf.ecoretools.ui/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>org.eclipse.emf.ecoretools.ui</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build>
diff --git a/org.eclipse.emf.ecoretools.update-all/category.xml b/org.eclipse.emf.ecoretools.update-all/category.xml index 5a29f67..1e6f9f4 100644 --- a/org.eclipse.emf.ecoretools.update-all/category.xml +++ b/org.eclipse.emf.ecoretools.update-all/category.xml
@@ -1,9 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <site> - <feature id="org.eclipse.emf.ecoretools.design" version="3.3.1.qualifier"> + <feature id="org.eclipse.emf.ecoretools.design" version="3.3.2.qualifier"> <category name="ecoretools"/> </feature> - <feature id="org.eclipse.emf.ecoretools.sdk" version="3.3.1.qualifier"> + <feature id="org.eclipse.emf.ecoretools.sdk" version="3.3.2.qualifier"> <category name="ecoretools"/> </feature> <feature id="org.eclipse.sirius.runtime.aql" >
diff --git a/org.eclipse.emf.ecoretools.update-all/pom.xml b/org.eclipse.emf.ecoretools.update-all/pom.xml index be46738..c257deb 100644 --- a/org.eclipse.emf.ecoretools.update-all/pom.xml +++ b/org.eclipse.emf.ecoretools.update-all/pom.xml
@@ -14,7 +14,7 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent>
diff --git a/org.eclipse.emf.ecoretools.update/category.xml b/org.eclipse.emf.ecoretools.update/category.xml index b89ea8e..6e95ffe 100644 --- a/org.eclipse.emf.ecoretools.update/category.xml +++ b/org.eclipse.emf.ecoretools.update/category.xml
@@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <site> - <feature id="org.eclipse.emf.ecoretools.design" version="3.3.1.qualifier"> + <feature id="org.eclipse.emf.ecoretools.design" version="3.3.2.qualifier"> <category name="ecoretools"/> </feature> - <feature id="org.eclipse.emf.ecoretools.explorer.contextual" version="3.3.1.qualifier"> + <feature id="org.eclipse.emf.ecoretools.explorer.contextual" version="3.3.2.qualifier"> <category name="ecoretools"/> </feature> - <feature id="org.eclipse.emf.ecoretools.sdk" version="3.3.1.qualifier"> + <feature id="org.eclipse.emf.ecoretools.sdk" version="3.3.2.qualifier"> <category name="ecoretools"/> </feature> <category-def name="ecoretools" label="Ecore Tools">
diff --git a/org.eclipse.emf.ecoretools.update/pom.xml b/org.eclipse.emf.ecoretools.update/pom.xml index 5f64ffa..4d85af7 100644 --- a/org.eclipse.emf.ecoretools.update/pom.xml +++ b/org.eclipse.emf.ecoretools.update/pom.xml
@@ -14,7 +14,7 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent>
diff --git a/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF b/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF index 64c6512..592560b 100644 --- a/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF +++ b/org.eclipse.emf.ecoretools/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.emf.ecoretools;singleton:=true -Bundle-Version: 3.3.1.qualifier +Bundle-Version: 3.3.2.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Export-Package: org.eclipse.emf.ecoretools.internal;x-internal:=true
diff --git a/org.eclipse.emf.ecoretools/pom.xml b/org.eclipse.emf.ecoretools/pom.xml index b246291..ab4db04 100644 --- a/org.eclipse.emf.ecoretools/pom.xml +++ b/org.eclipse.emf.ecoretools/pom.xml
@@ -5,12 +5,12 @@ <parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>emf.ecoretools-parent</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <relativePath>../org.eclipse.emf.ecoretools.build</relativePath> </parent> <groupId>org.eclipse.emf.ecoretools</groupId> <artifactId>org.eclipse.emf.ecoretools</artifactId> - <version>3.3.1-SNAPSHOT</version> + <version>3.3.2-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build>