Skip to content

Commit c41a93e

Browse files
authored
Merge pull request #7 from adpi2/0.34.0+2
Up version to 0.34.0+2
2 parents 8b510c5 + 60c4a76 commit c41a93e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>ch.epfl.scala</groupId>
6-
<artifactId>com.microsoft.java.debug.core</artifactId>
6+
<artifactId>com-microsoft-java-debug-core</artifactId>
77
<packaging>jar</packaging>
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
</artifactItem>
4545
<artifactItem>
4646
<groupId>ch.epfl.scala</groupId>
47-
<artifactId>com.microsoft.java.debug.core</artifactId>
48-
<version>0.34.0+1</version>
47+
<artifactId>com-microsoft-java-debug-core</artifactId>
48+
<version>0.34.0+2</version>
4949
</artifactItem>
5050
</artifactItems>
5151
</configuration>

0 commit comments

Comments
 (0)