Skip to content

Commit 87410b4

Browse files
committed
Up version to 0.34.0+2
1 parent 855b595 commit 87410b4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

com.microsoft.java.debug.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>${base.name} :: Debugger Core</name>
99
<description>The Java Debug Server is an implementation of Visual Studio Code (VSCode) Debug Protocol. It can be used in Visual Studio Code to debug Java programs.</description>
1010
<url>https://github.com/scalacenter/java-debug</url>
11-
<version>0.34.0+1</version>
11+
<version>0.34.0+2</version>
1212
<properties>
1313
<base.name>Java Debug Server for Visual Studio Code</base.name>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

com.microsoft.java.debug.plugin/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Bundle-ClassPath: lib/commons-io-2.10.0.jar,
2525
.,
2626
lib/rxjava-2.1.1.jar,
2727
lib/reactive-streams-1.0.0.jar,
28-
lib/com.microsoft.java.debug.core-0.34.0+1.jar
28+
lib/com.microsoft.java.debug.core-0.34.0+2.jar

com.microsoft.java.debug.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<artifactItem>
4646
<groupId>ch.epfl.scala</groupId>
4747
<artifactId>com.microsoft.java.debug.core</artifactId>
48-
<version>0.34.0+1</version>
48+
<version>0.34.0+2</version>
4949
</artifactItem>
5050
</artifactItems>
5151
</configuration>

0 commit comments

Comments
 (0)