Skip to content

Commit 279134e

Browse files
committed
Fix bundle version
Signed-off-by: Axel RICHARD <axel.richard@obeo.fr>
1 parent 8c90681 commit 279134e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

org.omg.sysml.model.bundle/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Export-Package: org.omg.sysml.lang.sysml,
99
org.omg.sysml.lang.sysml.impl,
1010
org.omg.sysml.lang.sysml.util
1111
Bundle-ClassPath: .,
12-
lib/org.omg.sysml.model-0.58.0-SNAPSHOT.jar
12+
lib/org.omg.sysml.model-0.59.0-SNAPSHOT.jar
1313
Bundle-SymbolicName: org.omg.sysml.model.bundle;singleton:=true
1414
Bundle-ActivationPolicy: lazy
1515
Automatic-Module-Name: org.omg.sysml.model.bundle
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
bin.includes = META-INF/,\
33
plugin.properties,\
4-
lib/org.omg.sysml.model-0.58.0-SNAPSHOT.jar,\
5-
model/
6-
jars.extra.classpath = lib/org.omg.sysml.model-0.58.0-SNAPSHOT.jar
4+
lib/org.omg.sysml.model-0.59.0-SNAPSHOT.jar,\
5+
model/
6+
jars.extra.classpath = lib/org.omg.sysml.model-0.59.0-SNAPSHOT.jar

0 commit comments

Comments
 (0)