Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
Bump ide/ to version 0.0.9-SNAPSHOT
  • Loading branch information
Jenkins build.overture.au.dk committed Oct 7, 2016
1 parent 5ddffb8 commit 18c8de3
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion c/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>root</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion c/vdmclib/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>c</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>root</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/vdm2c/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>core</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ide/cgen/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Vendor: Overture
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.0.8
Bundle-Version: 0.0.9.qualifier
Eclipse-BuddyPolicy: registered
Bundle-Name: C Code Generator
Bundle-ManifestVersion: 2
Expand Down
2 changes: 1 addition & 1 deletion ide/cgen/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>ide</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ide/features/cgen/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.overturetool.vdm2c.ide.features.cgen"
label="VDM 2 C Code Generator"
version="0.0.8">
version="0.0.9.qualifier">

<description>
%description
Expand Down
2 changes: 1 addition & 1 deletion ide/features/cgen/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.vdm2c.ide</groupId>
<artifactId>org.overturetool.vdm2c.ide.features</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ide/features/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>ide</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ide/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>root</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ide/repository/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.vdm2c</groupId>
<artifactId>ide</artifactId>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Overture VDM 2 C Translator Root</name>
<version>0.0.8</version>
<version>0.0.9-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -401,7 +401,7 @@ http://mojo.codehaus.org/versions-maven-plugin/
<url>git@github.com:overturetool/vdm2c.git</url>
<connection>scm:git:git://github.com/overturetool/vdm2c.git</connection>
<developerConnection>scm:git:git@github.com:overturetool/vdm2c.git</developerConnection>
<tag>Release/0.0.8</tag>
<tag>HEAD</tag>
</scm>

<developers>
Expand Down

0 comments on commit 18c8de3

Please sign in to comment.