Skip to content

Commit

Permalink
Change version number to 9.0.0
Browse files Browse the repository at this point in the history
fix #118
Replace version number to 9.0.0
  • Loading branch information
fbats authored and mbats committed Jan 29, 2019
1 parent 499fd64 commit 72ccbb1
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion doc/org.obeonetwork.dsl.sysml.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: SysML Designer Documentation
Bundle-SymbolicName: org.obeonetwork.dsl.sysml.doc;singleton:=true
Bundle-Version: 8.1.1.qualifier
Bundle-Version: 9.0.0.qualifier
Bundle-Vendor: Obeo
Require-Bundle: org.eclipse.help,
org.eclipse.ui.cheatsheets
4 changes: 2 additions & 2 deletions doc/org.obeonetwork.dsl.sysml.doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<parent>
<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.sysml.parent</relativePath>
</parent>

<artifactId>org.obeonetwork.dsl.sysml.doc</artifactId>
<packaging>eclipse-plugin</packaging>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.obeonetwork.dsl.sysml.runtime.feature"
label="SysML Designer"
version="8.1.1.qualifier"
version="9.0.0.qualifier"
provider-name="Obeo">

<description url="http://docs.obeonetwork.com/sysml">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributors:
<parent>
<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.sysml.parent</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.obeonetwork.dsl.sysml.runtime.sdk.feature"
label="SysML Designer SDK (based on Sirius)"
version="8.1.1.qualifier"
version="9.0.0.qualifier"
provider-name="Obeo">

<description url="http://docs.obeonetwork.com/sysml">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributors:
<parent>
<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.sysml.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion packaging/org.obeonetwork.dsl.sysml.update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributors:
<parent>
<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.sysml.parent</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions plugins/org.obeonetwork.dsl.sysml.design/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: SysML Designer
Bundle-SymbolicName: org.obeonetwork.dsl.sysml.design;singleton:=true
Bundle-Version: 8.1.1.qualifier
Bundle-Version: 9.0.0.qualifier
Bundle-Activator: org.obeonetwork.dsl.sysml.design.SysMLDesignerPlugin
Require-Bundle: com.google.guava,
org.eclipse.emf.transaction,
Expand All @@ -19,7 +19,7 @@ Require-Bundle: com.google.guava,
org.eclipse.uml2.uml.profile.standard,
org.eclipse.papyrus.sysml14;bundle-version="[1.0.0,2.0.0)",
org.eclipse.papyrus.sysml14.edit;bundle-version="[1.0.0,2.0.0)",
org.obeonetwork.dsl.uml2.core.design,
org.obeonetwork.dsl.uml2.core.design;bundle-version="[9.0.0,10.0.0)",
org.eclipse.search
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.dsl.sysml.design/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributors:
<parent>
<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.sysml.parent</relativePath>
</parent>

Expand Down
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: SysML Designer AlarmRadio Example
Bundle-SymbolicName: org.obeonetwork.dsl.sysml.examples;singleton:=true
Bundle-Version: 8.1.1.qualifier
Bundle-Version: 9.0.0.qualifier
Bundle-Vendor: Obeo
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion plugins/org.obeonetwork.dsl.sysml.examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributors:
<parent>
<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.sysml.parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Contributors:

<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>top</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
5 changes: 2 additions & 3 deletions releng/org.obeonetwork.dsl.sysml.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Contributors:

<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SysML Designer Parent</name>
Expand All @@ -40,8 +40,7 @@ Contributors:

<properties>
<tycho-version>0.19.0</tycho-version>
<!--<umlcore-site>https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-nightly/master/core/repository</umlcore-site>-->
<umlcore-site>file:/C:/github/UML-Designer/packaging/org.obeonetwork.dsl.uml2.core.update/target/repository/</umlcore-site>
<umlcore-site>https://s3-eu-west-1.amazonaws.com/obeo-umldesigner-nightly/master/core/repository</umlcore-site>
<root-path>../..</root-path>
<platform-version-name>capella-1.3.0</platform-version-name>
</properties>
Expand Down
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: SysML Designer Tests
Bundle-SymbolicName: org.obeonetwork.dsl.sysml.design.tests;singleton:=true
Bundle-Version: 8.1.1.qualifier
Bundle-Version: 9.0.0.qualifier
Bundle-Activator: org.obeonetwork.dsl.sysml.design.tests.Activator
Bundle-Vendor: Obeo Network
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion tests/org.obeonetwork.dsl.sysml.design.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Contributors:
<parent>
<groupId>org.obeonetwork.dsl.sysml</groupId>
<artifactId>parent</artifactId>
<version>8.1.1-SNAPSHOT</version>
<version>9.0.0-SNAPSHOT</version>
<relativePath>../../releng/org.obeonetwork.dsl.sysml.parent</relativePath>
</parent>

Expand Down

0 comments on commit 72ccbb1

Please sign in to comment.