File tree 7 files changed +9
-9
lines changed
ilg.gnumcueclipse.core/META-INF
repositories/ilg.gnumcueclipse.repository
7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ page, click the
49
49
[ Milestones] ( https://github.com/eclipse-embed-cdt/eclipse-plugins/milestones )
50
50
button and add a
51
51
[ 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 _ .
53
53
54
54
### Fix issues
55
55
@@ -136,7 +136,7 @@ Start with _Pre-release_ (Header 3).
136
136
``` html
137
137
<h3 >Pre-release</h3 >
138
138
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 >
140
140
141
141
<p >For those who want to beta test, the pre-release is available via <strong >Install New Software</strong > from:</p >
142
142
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >ilg.gnumcueclipse</groupId >
27
27
<artifactId >ilg.gnumcueclipse.parent</artifactId >
28
- <version >5.1.2 -SNAPSHOT</version >
28
+ <version >5.1.3 -SNAPSHOT</version >
29
29
<relativePath >../parent/pom.xml</relativePath >
30
30
</parent >
31
31
Original file line number Diff line number Diff line change 28
28
<groupId >ilg.gnumcueclipse</groupId >
29
29
<!-- Generally the name that the project is known by. -->
30
30
<artifactId >ilg.gnumcueclipse.parent</artifactId >
31
- <version >5.1.2 -SNAPSHOT</version >
31
+ <version >5.1.3 -SNAPSHOT</version >
32
32
<packaging >pom</packaging >
33
33
34
34
<properties >
44
44
<!-- Eclipse provided plug-ins for signing JARs with Eclipse infra -->
45
45
<cbi-plugins .version>1.1.7</cbi-plugins .version>
46
46
47
- <semverVersion >5.1.2 </semverVersion >
47
+ <semverVersion >5.1.3 </semverVersion >
48
48
</properties >
49
49
50
50
<licenses >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %bundle.name
4
4
Bundle-SymbolicName : ilg.gnumcueclipse.core;singleton:=true
5
- Bundle-Version : 5.1.2 .qualifier
5
+ Bundle-Version : 5.1.3 .qualifier
6
6
Bundle-Activator : ilg.gnumcueclipse.core.Activator
7
7
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
8
8
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >ilg.gnumcueclipse</groupId >
27
27
<artifactId >ilg.gnumcueclipse.parent</artifactId >
28
- <version >5.1.2 -SNAPSHOT</version >
28
+ <version >5.1.3 -SNAPSHOT</version >
29
29
<relativePath >../parent/pom.xml</relativePath >
30
30
</parent >
31
31
Original file line number Diff line number Diff line change 28
28
<parent >
29
29
<groupId >ilg.gnumcueclipse</groupId >
30
30
<artifactId >ilg.gnumcueclipse.parent</artifactId >
31
- <version >5.1.2 -SNAPSHOT</version >
31
+ <version >5.1.3 -SNAPSHOT</version >
32
32
<relativePath >parent/pom.xml</relativePath >
33
33
</parent >
34
34
Original file line number Diff line number Diff line change 25
25
<parent >
26
26
<groupId >ilg.gnumcueclipse</groupId >
27
27
<artifactId >ilg.gnumcueclipse.parent</artifactId >
28
- <version >5.1.2 -SNAPSHOT</version >
28
+ <version >5.1.3 -SNAPSHOT</version >
29
29
<relativePath >../../parent/pom.xml</relativePath >
30
30
</parent >
31
31
You can’t perform that action at this time.
0 commit comments