Skip to content

Commit 77b322e

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

3 files changed

Lines changed: 23 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

org.omg.sysml/pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,23 @@
1313
<artifactId>org.omg.sysml</artifactId>
1414
<packaging>eclipse-plugin</packaging>
1515

16+
<build>
17+
<plugins>
18+
<plugin>
19+
<groupId>org.apache.maven.plugins</groupId>
20+
<artifactId>maven-clean-plugin</artifactId>
21+
<executions>
22+
<execution>
23+
<id>gen-clean</id>
24+
<phase>clean</phase>
25+
</execution>
26+
</executions>
27+
</plugin>
28+
<plugin>
29+
<groupId>org.eclipse.xtend</groupId>
30+
<artifactId>xtend-maven-plugin</artifactId>
31+
</plugin>
32+
</plugins>
33+
</build>
34+
1635
</project>

0 commit comments

Comments
 (0)