Skip to content

Commit

Permalink
version 5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 1, 2020
1 parent 5440d23 commit 37851ad
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README-MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ page, click the
[Milestones](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones)
button and add a
[new](https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones/new)
milestone. As title, use the current version, like _v5.1.2_.
milestone. As title, use the current version, like _v5.1.3_.

### Fix issues

Expand Down Expand Up @@ -136,7 +136,7 @@ Start with _Pre-release_ (Header 3).
```html
<h3>Pre-release</h3>

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

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

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ilg.gnumcueclipse</groupId>
<artifactId>ilg.gnumcueclipse.parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>ilg.gnumcueclipse</groupId>
<!-- Generally the name that the project is known by. -->
<artifactId>ilg.gnumcueclipse.parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.3-SNAPSHOT</version>
<packaging>pom</packaging>

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

<semverVersion>5.1.2</semverVersion>
<semverVersion>5.1.3</semverVersion>
</properties>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ilg.gnumcueclipse.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundle.name
Bundle-SymbolicName: ilg.gnumcueclipse.core;singleton:=true
Bundle-Version: 5.1.2.qualifier
Bundle-Version: 5.1.3.qualifier
Bundle-Activator: ilg.gnumcueclipse.core.Activator
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Expand Down
2 changes: 1 addition & 1 deletion plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ilg.gnumcueclipse</groupId>
<artifactId>ilg.gnumcueclipse.parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>ilg.gnumcueclipse</groupId>
<artifactId>ilg.gnumcueclipse.parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.3-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion repositories/ilg.gnumcueclipse.repository/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>ilg.gnumcueclipse</groupId>
<artifactId>ilg.gnumcueclipse.parent</artifactId>
<version>5.1.2-SNAPSHOT</version>
<version>5.1.3-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 37851ad

Please sign in to comment.