Skip to content
Snippets Groups Projects
Commit 3ffcdca9 authored by Sebastian Krings's avatar Sebastian Krings
Browse files

fix version numbers

parent 0c9ae2fb
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,6 @@ ...@@ -11,6 +11,6 @@
</parent> </parent>
<groupId>org.eventb.texteditor</groupId> <groupId>org.eventb.texteditor</groupId>
<artifactId>org.eventb.texteditor.feature</artifactId> <artifactId>org.eventb.texteditor.feature</artifactId>
<version>3.3.0.qualifier</version> <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </project>
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
</parent> </parent>
<artifactId>org.eventb.texteditor.parsers</artifactId> <artifactId>org.eventb.texteditor.parsers</artifactId>
<version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
<build> <build>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<groupId>org.eventb.texteditor</groupId> <groupId>org.eventb.texteditor</groupId>
<artifactId>org.eventb.texteditor.ui</artifactId> <artifactId>org.eventb.texteditor.ui</artifactId>
<version>3.3.0.qualifier</version> <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<groupId>org.eventb.texteditor</groupId> <groupId>org.eventb.texteditor</groupId>
<artifactId>org.eventb.texttools</artifactId> <artifactId>org.eventb.texttools</artifactId>
<version>3.3.0.qualifier</version> <version>3.3.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment