Skip to content

Commit

Permalink
[releng] Bump version to 1.13.2
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Charles David <[email protected]>
  • Loading branch information
pcdavid committed Aug 22, 2024
1 parent aa55071 commit ab91b70
Show file tree
Hide file tree
Showing 18 changed files with 26 additions and 33 deletions.
4 changes: 2 additions & 2 deletions org.eclipse.gmf.notation.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<packaging>pom</packaging>

<!-- this is the parent POM from which all modules inherit common settings -->
Expand Down Expand Up @@ -67,7 +67,7 @@
<artifact>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.target</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<classifier>${platform}</classifier>
</artifact>
</target>
Expand Down
6 changes: 3 additions & 3 deletions org.eclipse.gmf.notation.repository/category.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/org.eclipse.gmf.runtime.notation_1.13.1.qualifier.jar" id="org.eclipse.gmf.runtime.notation" version="1.13.1.qualifier">
<feature url="features/org.eclipse.gmf.runtime.notation_1.13.2.qualifier.jar" id="org.eclipse.gmf.runtime.notation" version="1.13.2.qualifier">
<category name="gmf-notation"/>
</feature>
<feature url="features/org.eclipse.gmf.runtime.notation.sdk_1.13.1.qualifier.jar" id="org.eclipse.gmf.runtime.notation.sdk" version="1.13.1.qualifier">
<feature url="features/org.eclipse.gmf.runtime.notation.sdk_1.13.2.qualifier.jar" id="org.eclipse.gmf.runtime.notation.sdk" version="1.13.2.qualifier">
<category name="gmf-notation"/>
</feature>
<feature url="features/org.eclipse.gmf.tests.runtime.notation_1.13.1.qualifier.jar" id="org.eclipse.gmf.tests.runtime.notation" version="1.13.1.qualifier">
<feature url="features/org.eclipse.gmf.tests.runtime.notation_1.13.2.qualifier.jar" id="org.eclipse.gmf.tests.runtime.notation" version="1.13.2.qualifier">
<category name="gmf-notation"/>
</feature>
<category-def name="gmf-notation" label="GMF Notation">
Expand Down
3 changes: 1 addition & 2 deletions org.eclipse.gmf.notation.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.gmf.notation.repository</artifactId>
<version>1.13.1-SNAPSHOT</version>
<packaging>eclipse-repository</packaging>

<profiles>
Expand Down
4 changes: 1 addition & 3 deletions org.eclipse.gmf.notation.target/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
<artifactId>org.eclipse.gmf.notation.target</artifactId>
<groupId>org.eclipse.gmf.notation</groupId>
<version>1.13.1-SNAPSHOT</version>

<properties>
<build-helper-version>1.3</build-helper-version>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.gmf.runtime.notation-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.gmf.runtime.notation"
label="%featureName"
version="1.13.1.qualifier"
version="1.13.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.gmf.runtime.notation"
image="modeling32.png"
Expand Down
3 changes: 1 addition & 2 deletions org.eclipse.gmf.runtime.notation-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.features</groupId>
<artifactId>org.eclipse.gmf.runtime.notation</artifactId>
<version>1.13.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.gmf.runtime.notation.edit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.gmf.runtime.notation.edit; singleton:=true
Automatic-Module-Name: org.eclipse.gmf.runtime.notation.edit
Bundle-Version: 1.8.0.qualifier
Bundle-Version: 1.8.1.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.gmf.runtime.notation.NotationEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.gmf.runtime.notation.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.plugins</groupId>
<artifactId>org.eclipse.gmf.runtime.notation.edit</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.gmf.runtime.notation.sdk-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.gmf.runtime.notation.sdk"
label="%featureName"
version="1.13.1.qualifier"
version="1.13.2.qualifier"
provider-name="%providerName"
image="modeling32.png"
license-feature="org.eclipse.license"
Expand Down
3 changes: 1 addition & 2 deletions org.eclipse.gmf.runtime.notation.sdk-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.features</groupId>
<artifactId>org.eclipse.gmf.runtime.notation.sdk</artifactId>
<version>1.13.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.gmf.runtime.notation.sdk/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.gmf.runtime.notation.sdk
Bundle-Version: 1.7.0.qualifier
Bundle-Version: 1.7.1.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy
5 changes: 2 additions & 3 deletions org.eclipse.gmf.runtime.notation.sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.runtime.notation.sdk</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion org.eclipse.gmf.runtime.notation/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.gmf.runtime.notation;singleton:=true
Automatic-Module-Name: org.eclipse.gmf.runtime.notation
Bundle-Version: 1.10.0.qualifier
Bundle-Version: 1.10.1.qualifier
Bundle-Activator: org.eclipse.gmf.runtime.notation.NotationPlugin$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.gmf.runtime.notation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.plugins</groupId>
<artifactId>org.eclipse.gmf.runtime.notation</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.10.1-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
4 changes: 2 additions & 2 deletions org.eclipse.gmf.tests.runtime.notation-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.gmf.tests.runtime.notation"
label="%featureName"
version="1.13.1.qualifier"
version="1.13.2.qualifier"
provider-name="%providerName"
plugin="org.eclipse.gmf.tests.runtime.notation"
image="modeling32.png"
Expand Down Expand Up @@ -31,7 +31,7 @@ SPDX-License-Identifier: EPL-2.0
</url>

<requires>
<import feature="org.eclipse.gmf.runtime.notation" version="1.8.0" match="compatible"/>
<import feature="org.eclipse.gmf.runtime.notation" version="1.8.1" match="compatible"/>
</requires>

<plugin
Expand Down
3 changes: 1 addition & 2 deletions org.eclipse.gmf.tests.runtime.notation-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.notation.features</groupId>
<artifactId>org.eclipse.gmf.tests.runtime.notation</artifactId>
<version>1.13.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.gmf.tests.runtime.notation
Bundle-Version: 1.8.1.qualifier
Bundle-Version: 1.8.2.qualifier
Bundle-Activator: org.eclipse.gmf.tests.runtime.notation.Activator
Bundle-Vendor: %Plugin.providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.gmf.tests.runtime.notation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.eclipse.gmf.notation</groupId>
<artifactId>org.eclipse.gmf.notation.releng</artifactId>
<version>1.13.1-SNAPSHOT</version>
<version>1.13.2-SNAPSHOT</version>
<relativePath>../org.eclipse.gmf.notation.releng/pom.xml</relativePath>
</parent>
<groupId>org.eclipse.gmf.tests.runtime.notation</groupId>
<artifactId>org.eclipse.gmf.tests.runtime.notation</artifactId>
<version>1.8.1-SNAPSHOT</version>
<version>1.8.2-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<build>
<plugins>
Expand Down

0 comments on commit ab91b70

Please sign in to comment.