File tree 3 files changed +5
-5
lines changed
com.microsoft.java.debug.core
com.microsoft.java.debug.plugin 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >ch.epfl.scala</groupId >
6
- <artifactId >com. microsoft. java. debug. core</artifactId >
6
+ <artifactId >com- microsoft- java- debug- core</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >${base.name} :: Debugger Core</name >
9
9
<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 >
10
10
<url >https://github.com/scalacenter/java-debug</url >
11
- <version >0.34.0+1 </version >
11
+ <version >0.34.0+2 </version >
12
12
<properties >
13
13
<base .name>Java Debug Server for Visual Studio Code</base .name>
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ Bundle-ClassPath: lib/commons-io-2.10.0.jar,
25
25
.,
26
26
lib/rxjava-2.1.1.jar,
27
27
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
Original file line number Diff line number Diff line change 44
44
</artifactItem >
45
45
<artifactItem >
46
46
<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 >
49
49
</artifactItem >
50
50
</artifactItems >
51
51
</configuration >
You can’t perform that action at this time.
0 commit comments