Skip to content

Commit

Permalink
[maven-release-plugin] prepare release Release/0.2.2
Browse files Browse the repository at this point in the history
Bump ide/ to version 0.2.2
  • Loading branch information
Private Builder - Jenkins committed Mar 30, 2017
1 parent 75dad8e commit 81e2fb7
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion core/annotation-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>core</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<groupId>org.overturetool.fmi.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/fmi-interpreter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>core</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<groupId>org.overturetool.fmi.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/fmu-import-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>core</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<properties>
<vdm2c.version>0.1.4</vdm2c.version>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>root</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/vdm-reflect-library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>core</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<groupId>org.overturetool.fmi.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ide/features/fmu-export/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.overture.fmi.ide.features.fmuexport"
label="Overture FMU Export"
version="0.2.1.qualifier">
version="0.2.2">

<description>
%description
Expand Down
2 changes: 1 addition & 1 deletion ide/features/fmu-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.fmi.ide</groupId>
<artifactId>org.overture.fmi.ide.features</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ide/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>ide</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ide/fmu-export/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Vendor: Overture
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.2.1.qualifier
Bundle-Version: 0.2.2
Eclipse-BuddyPolicy: registered
Bundle-Name: Overture FMU Exporter
Bundle-ManifestVersion: 2
Expand Down
2 changes: 1 addition & 1 deletion ide/fmu-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>ide</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>root</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ide/repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.overturetool.fmi</groupId>
<artifactId>ide</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Overture FMI Root Pom</name>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -324,7 +324,7 @@ http://mojo.codehaus.org/versions-maven-plugin/
<url>[email protected]:overturetool/overture.git</url>
<connection>scm:git:git://github.com/overturetool/overture.git</connection>
<developerConnection>scm:git:[email protected]:overturetool/overture.git</developerConnection>
<tag>HEAD</tag>
<tag>Release/0.2.2</tag>
</scm>

<developers>
Expand Down

0 comments on commit 81e2fb7

Please sign in to comment.