Skip to content

Commit 9a02d7f

Browse files
etraisnel2pdulth
authored andcommitted
[releng] Bump to 1.6.2
bump sss to 1.6.2 Change-Id: If7948e14a68220710272a3594c80aae91ade7c61 Signed-off-by: Erwann Traisnel <erwann.traisnel@obeo.fr>
1 parent 44a7468 commit 9a02d7f

19 files changed

Lines changed: 25 additions & 25 deletions

File tree

  • features
    • org.polarsys.capella.transition.system2subsystem.feature
    • org.polarsys.capella.transition.system2subsystem.tests.feature
  • plugins
    • org.polarsys.capella.transition.system2subsystem.crossphases.ui/META-INF
    • org.polarsys.capella.transition.system2subsystem.crossphases/META-INF
    • org.polarsys.capella.transition.system2subsystem.doc/META-INF
    • org.polarsys.capella.transition.system2subsystem.interphases.ui/META-INF
    • org.polarsys.capella.transition.system2subsystem.interphases/META-INF
    • org.polarsys.capella.transition.system2subsystem.multiphases.ui/META-INF
    • org.polarsys.capella.transition.system2subsystem.multiphases/META-INF
    • org.polarsys.capella.transition.system2subsystem.tests.ju
    • org.polarsys.capella.transition.system2subsystem.ui/META-INF
    • org.polarsys.capella.transition.system2subsystem/META-INF
  • releng
    • org.polarsys.capella.transition.system2subsystem.site
    • org.polarsys.capella.transition.system2subsystem.target

features/org.polarsys.capella.transition.system2subsystem.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<feature
1515
id="org.polarsys.capella.transition.system2subsystem.feature"
1616
label="%featureName"
17-
version="1.6.1.qualifier"
17+
version="1.6.2.qualifier"
1818
provider-name="%providerName">
1919

2020
<description>

features/org.polarsys.capella.transition.system2subsystem.tests.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<feature
1515
id="org.polarsys.capella.transition.system2subsystem.tests.feature"
1616
label="%featureName"
17-
version="1.6.1.qualifier"
17+
version="1.6.2.qualifier"
1818
provider-name="%providerName">
1919

2020
<description>

features/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818

1919
<groupId>org.polarsys</groupId>
2020
<artifactId>org.polarsys.capella.transition.system2subsystem.features</artifactId>
21-
<version>1.6.1-SNAPSHOT</version>
21+
<version>1.6.2-SNAPSHOT</version>
2222
<packaging>pom</packaging>
2323

2424
<parent>
2525
<groupId>org.polarsys</groupId>
2626
<artifactId>org.polarsys.capella.addon.transition.system2subsystem</artifactId>
27-
<version>1.6.1-SNAPSHOT</version>
27+
<version>1.6.2-SNAPSHOT</version>
2828
<relativePath>../</relativePath>
2929
</parent>
3030

plugins/org.polarsys.capella.transition.system2subsystem.crossphases.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Require-Bundle: org.eclipse.core.runtime,
55
org.polarsys.capella.transition.system2subsystem.ui;visibility:=reexport
66
Bundle-Vendor: %providerName
77
Bundle-ActivationPolicy: lazy
8-
Bundle-Version: 1.6.1.qualifier
8+
Bundle-Version: 1.6.2.qualifier
99
Bundle-Localization: plugin
1010
Bundle-Name: %pluginName
1111
Bundle-Activator: org.polarsys.capella.transition.system2subsystem.crossphases.ui.Activator

plugins/org.polarsys.capella.transition.system2subsystem.crossphases/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Require-Bundle: org.eclipse.core.runtime,
2222
org.polarsys.capella.core.data.business.queries
2323
Bundle-Vendor: %providerName
2424
Bundle-ActivationPolicy: lazy
25-
Bundle-Version: 1.6.1.qualifier
25+
Bundle-Version: 1.6.2.qualifier
2626
Bundle-Localization: plugin
2727
Bundle-Name: %pluginName
2828
Bundle-Activator: org.polarsys.capella.transition.system2subsystem.crossphases.Activator

plugins/org.polarsys.capella.transition.system2subsystem.doc/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.polarsys.capella.transition.system2subsystem.doc;singleton:=true
5-
Bundle-Version: 1.6.1.qualifier
5+
Bundle-Version: 1.6.2.qualifier
66
Bundle-Activator: org.polarsys.capella.transition.system2subsystem.doc.Activator
77
Require-Bundle: org.eclipse.ui,
88
org.eclipse.core.runtime

plugins/org.polarsys.capella.transition.system2subsystem.interphases.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Require-Bundle: org.eclipse.core.runtime,
55
org.polarsys.capella.transition.system2subsystem.ui;visibility:=reexport
66
Bundle-Vendor: %providerName
77
Bundle-ActivationPolicy: lazy
8-
Bundle-Version: 1.6.1.qualifier
8+
Bundle-Version: 1.6.2.qualifier
99
Bundle-Localization: plugin
1010
Bundle-Name: %pluginName
1111
Bundle-Activator: org.polarsys.capella.transition.system2subsystem.interphases.ui.Activator

plugins/org.polarsys.capella.transition.system2subsystem.interphases/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Require-Bundle: org.eclipse.core.runtime,
1212
org.polarsys.capella.transition.system2subsystem;visibility:=reexport
1313
Bundle-Vendor: %providerName
1414
Bundle-ActivationPolicy: lazy
15-
Bundle-Version: 1.6.1.qualifier
15+
Bundle-Version: 1.6.2.qualifier
1616
Bundle-Name: %pluginName
1717
Bundle-Activator: org.polarsys.capella.transition.system2subsystem.interphases.Activator
1818
Bundle-Localization: plugin

plugins/org.polarsys.capella.transition.system2subsystem.multiphases.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.polarsys.capella.transition.system2subsystem.multiphases.ui;singleton:=true
5-
Bundle-Version: 1.6.1.qualifier
5+
Bundle-Version: 1.6.2.qualifier
66
Bundle-Activator: org.polarsys.capella.transition.system2subsystem.multiphases.ui.MultiphasesUIActivator
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

plugins/org.polarsys.capella.transition.system2subsystem.multiphases/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.polarsys.capella.transition.system2subsystem.multiphases;singleton:=true
5-
Bundle-Version: 1.6.1.qualifier
5+
Bundle-Version: 1.6.2.qualifier
66
Bundle-Activator: org.polarsys.capella.transition.system2subsystem.multiphases.MultiphasesActivator
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

0 commit comments

Comments
 (0)