Bump version to 0.8.0. (#166)
This commit is contained in:
Родитель
67d059d8d8
Коммит
cf2c472959
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>java-debug-parent</artifactId>
|
||||
<version>0.7.0</version>
|
||||
<version>0.8.0</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.java.debug.core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: Debug
|
||||
Bundle-SymbolicName: com.microsoft.java.debug.plugin;singleton:=true
|
||||
Bundle-Version: 0.7.0
|
||||
Bundle-Version: 0.8.0
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
|
||||
|
@ -17,11 +17,8 @@ Require-Bundle: org.eclipse.core.runtime,
|
|||
org.eclipse.jdt.launching,
|
||||
com.google.gson;bundle-version="2.7.0",
|
||||
org.apache.commons.lang3;bundle-version="3.1.0"
|
||||
Bundle-ClassPath: lib/gson-2.7.jar,
|
||||
Bundle-ClassPath: lib/commons-io-2.5.jar,
|
||||
.,
|
||||
lib/rxjava-2.1.1.jar,
|
||||
lib/reactive-streams-1.0.0.jar,
|
||||
lib/com.microsoft.java.debug.core-0.7.0.jar,
|
||||
lib/commons-io-2.5.jar,
|
||||
lib/commons-lang3-3.6.jar
|
||||
|
||||
lib/com.microsoft.java.debug.core-0.8.0.jar
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>java-debug-parent</artifactId>
|
||||
<version>0.7.0</version>
|
||||
<version>0.8.0</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.java.debug.plugin</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
@ -45,7 +45,7 @@
|
|||
<artifactItem>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>com.microsoft.java.debug.core</artifactId>
|
||||
<version>0.7.0</version>
|
||||
<version>0.8.0</version>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<name>${base.name} :: Parent</name>
|
||||
<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>
|
||||
<url>https://github.com/Microsoft/java-debug</url>
|
||||
<version>0.7.0</version>
|
||||
<version>0.8.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<base.name>Java Debug Server for Visual Studio Code</base.name>
|
||||
|
|
Загрузка…
Ссылка в новой задаче