Skip to content

Commit

Permalink
Bump version to 0.9.9
Browse files Browse the repository at this point in the history
Change-Id: Ifeb5abda19072ccccb4c417f67b2cf9745605e2e
Signed-off-by: Stéphane Thibaudeau <[email protected]>
  • Loading branch information
sthibaudeau committed Jan 30, 2017
1 parent e877bb6 commit 3dcd224
Show file tree
Hide file tree
Showing 39 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion dependencies/org.apache.poi.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.apache.poi.feature</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dependencies/org.apache.poi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.apache.poi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion features/org.obeonetwork.m2doc.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<feature
id="org.obeonetwork.m2doc.feature"
label="M2Doc"
version="0.9.7.qualifier"
version="0.9.9.qualifier"
provider-name="Obeonetwork">

<description url="http://www.obeo.fr">
Expand Down
4 changes: 2 additions & 2 deletions features/org.obeonetwork.m2doc.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.feature</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.obeonetwork.m2doc.sirius.addon.feature"
label="M2Doc Sirius [3.0.0) provider"
version="0.9.7.qualifier"
version="0.9.9.qualifier"
provider-name="Obeonetwork">

<description url="http://www.obeonetwork.com/">
Expand Down
4 changes: 2 additions & 2 deletions features/org.obeonetwork.m2doc.sirius.addon.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.sirius.addon.feature</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion features/org.obeonetwork.m2doc.sirius.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.obeonetwork.m2doc.sirius.feature"
label="M2Doc Sirius provider"
version="0.9.7.qualifier"
version="0.9.9.qualifier"
provider-name="Obeonetwork">

<description url="http://www.obeonetwork.com/">
Expand Down
4 changes: 2 additions & 2 deletions features/org.obeonetwork.m2doc.sirius.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.sirius.feature</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.m2doc.doc/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.obeonetwork.m2doc.doc;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Require-Bundle: org.eclipse.help,
org.eclipse.ui.cheatsheets
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.doc</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</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: %pluginName
Bundle-SymbolicName: org.obeonetwork.m2doc.genconf.design;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-Activator: org.obeonetwork.m2doc.genconf.design.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.genconf.design/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.genconf.design</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</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: %pluginName
Bundle-SymbolicName: org.obeonetwork.m2doc.genconf.edit;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.obeonetwork.m2doc.genconf.provider.M2docconfEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.genconf.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.genconf.edit</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</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: %pluginName
Bundle-SymbolicName: org.obeonetwork.m2doc.genconf.editor;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.obeonetwork.m2doc.genconf.presentation.M2docconfEditorPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.genconf.editor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.genconf.editor</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</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: %pluginName
Bundle-SymbolicName: org.obeonetwork.m2doc.genconf.emf.ui;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-Activator: org.obeonetwork.m2doc.genconf.emf.ui.Activator
Require-Bundle: org.eclipse.core.runtime,
org.obeonetwork.m2doc.genconf;bundle-version="0.9.3",
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.genconf.emf.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.genconf.emf.ui</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.m2doc.genconf/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.obeonetwork.m2doc.genconf;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.genconf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.genconf</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.m2doc.sirius/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.obeonetwork.m2doc.sirius;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-Activator: org.obeonetwork.m2doc.sirius.M2DocSiriusPlugin
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.sirius,
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.sirius/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.sirius</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</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: %pluginName
Bundle-SymbolicName: org.obeonetwork.m2doc.tplconf.edit;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.obeonetwork.m2doc.tplconf.provider.TplconfEditPlugin$Implementation
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.tplconf.edit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.tplconf.edit</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.m2doc.tplconf/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.obeonetwork.m2doc.tplconf;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.obeonetwork.m2doc.tplconf,
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.tplconf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.tplconf</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.m2doc.ui/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.obeonetwork.m2doc.ui;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.ui</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.m2doc/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.obeonetwork.m2doc;singleton:=true
Bundle-Version: 0.9.7.qualifier
Bundle-Version: 0.9.9.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.m2doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<relativePath>../../releng/org.obeonetwork.m2doc.parent</relativePath>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
6 changes: 3 additions & 3 deletions releng/org.obeonetwork.m2doc.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<artifact>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>m2doc-neon</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</artifact>
</target>
</configuration>
Expand All @@ -296,7 +296,7 @@
<artifact>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>m2doc-mars</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</artifact>
</target>
</configuration>
Expand All @@ -323,7 +323,7 @@
<artifact>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>m2doc-luna</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
</artifact>
</target>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>m2doc-luna</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-target-definition</packaging>

</project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<parent>
<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>org.obeonetwork.m2doc.parent</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

<groupId>org.obeonetwork.m2doc</groupId>
<artifactId>m2doc-mars</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.9-SNAPSHOT</version>
<packaging>eclipse-target-definition</packaging>

</project>
Loading

0 comments on commit 3dcd224

Please sign in to comment.