Skip to content

Commit 37851ad

Browse files
committed
version 5.1.3
1 parent 5440d23 commit 37851ad

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README-MAINTAINER.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ page, click the
4949
[Milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones)
5050
button and add a
5151
[new](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new)
52-
milestone. As title, use the current version, like _v5.1.2_.
52+
milestone. As title, use the current version, like _v5.1.3_.
5353

5454
### Fix issues
5555

@@ -136,7 +136,7 @@ Start with _Pre-release_ (Header 3).
136136
```html
137137
<h3>Pre-release</h3>
138138

139-
<p>Version <strong>5.1.2</strong> is a maintenance release, fixing some bugs and adding some enhancements</p>
139+
<p>Version <strong>5.1.3</strong> is a maintenance release, fixing some bugs and adding some enhancements</p>
140140

141141
<p>For those who want to beta test, the pre-release is available via <strong>Install New Software</strong> from:</p>
142142

features/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>ilg.gnumcueclipse</groupId>
2727
<artifactId>ilg.gnumcueclipse.parent</artifactId>
28-
<version>5.1.2-SNAPSHOT</version>
28+
<version>5.1.3-SNAPSHOT</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

parent/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>ilg.gnumcueclipse</groupId>
2929
<!-- Generally the name that the project is known by. -->
3030
<artifactId>ilg.gnumcueclipse.parent</artifactId>
31-
<version>5.1.2-SNAPSHOT</version>
31+
<version>5.1.3-SNAPSHOT</version>
3232
<packaging>pom</packaging>
3333

3434
<properties>
@@ -44,7 +44,7 @@
4444
<!-- Eclipse provided plug-ins for signing JARs with Eclipse infra -->
4545
<cbi-plugins.version>1.1.7</cbi-plugins.version>
4646

47-
<semverVersion>5.1.2</semverVersion>
47+
<semverVersion>5.1.3</semverVersion>
4848
</properties>
4949

5050
<licenses>

plugins/ilg.gnumcueclipse.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundle.name
44
Bundle-SymbolicName: ilg.gnumcueclipse.core;singleton:=true
5-
Bundle-Version: 5.1.2.qualifier
5+
Bundle-Version: 5.1.3.qualifier
66
Bundle-Activator: ilg.gnumcueclipse.core.Activator
77
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
88
Bundle-ActivationPolicy: lazy

plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>ilg.gnumcueclipse</groupId>
2727
<artifactId>ilg.gnumcueclipse.parent</artifactId>
28-
<version>5.1.2-SNAPSHOT</version>
28+
<version>5.1.3-SNAPSHOT</version>
2929
<relativePath>../parent/pom.xml</relativePath>
3030
</parent>
3131

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>ilg.gnumcueclipse</groupId>
3030
<artifactId>ilg.gnumcueclipse.parent</artifactId>
31-
<version>5.1.2-SNAPSHOT</version>
31+
<version>5.1.3-SNAPSHOT</version>
3232
<relativePath>parent/pom.xml</relativePath>
3333
</parent>
3434

repositories/ilg.gnumcueclipse.repository/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>ilg.gnumcueclipse</groupId>
2727
<artifactId>ilg.gnumcueclipse.parent</artifactId>
28-
<version>5.1.2-SNAPSHOT</version>
28+
<version>5.1.3-SNAPSHOT</version>
2929
<relativePath>../../parent/pom.xml</relativePath>
3030
</parent>
3131

0 commit comments

Comments
 (0)