Skip to content

Commit f11152b

Browse files
committed
Increase version number to 1.0.3
1 parent bc04d13 commit f11152b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

eclipse-solargraph-feature/feature.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="io.github.pyvesb.eclipse_solargraph"
44
label="Ruby Solargraph"
5-
version="1.0.2.qualifier"
5+
version="1.0.3.qualifier"
66
provider-name="PyvesB">
77

88
<description url="https://github.com/PyvesB/eclipse-solargraph">
@@ -297,7 +297,7 @@ version(s), and exceptions or additional permissions here}.&quot;
297297
id="io.github.pyvesb.eclipse_solargraph"
298298
download-size="0"
299299
install-size="0"
300-
version="1.0.2"
300+
version="1.0.3"
301301
unpack="false"/>
302302

303303
</feature>

eclipse-solargraph-plugin/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: Ruby Solargraph
44
Bundle-SymbolicName: io.github.pyvesb.eclipse_solargraph;singleton:=true
5-
Bundle-Version: 1.0.2
5+
Bundle-Version: 1.0.3
66
Require-Bundle: org.eclipse.core.runtime,
77
org.eclipse.debug.ui,
88
org.eclipse.lsp4e,

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
88
<artifactId>eclipse-solargraph</artifactId>
9-
<version>1.0.2-SNAPSHOT</version>
9+
<version>1.0.3-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<modules>
1212
<module>eclipse-solargraph-feature</module>
@@ -36,7 +36,7 @@
3636
<artifact>
3737
<groupId>io.github.pyvesb.eclipse_solargraph</groupId>
3838
<artifactId>eclipse-solargraph-target-platform</artifactId>
39-
<version>1.0.2-SNAPSHOT</version>
39+
<version>1.0.3-SNAPSHOT</version>
4040
</artifact>
4141
</target>
4242
<environments>

0 commit comments

Comments
 (0)