Bump version to 0.9.0 (#174)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
This commit is contained in:
Родитель
c7e2609ed2
Коммит
ba49448bf5
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>java-debug-parent</artifactId>
|
||||
<version>0.8.0</version>
|
||||
<version>0.9.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.8.0
|
||||
Bundle-Version: 0.9.0
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
|
||||
|
@ -22,4 +22,4 @@ 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.8.0.jar
|
||||
lib/com.microsoft.java.debug.core-0.9.0.jar
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>java-debug-parent</artifactId>
|
||||
<version>0.8.0</version>
|
||||
<version>0.9.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.8.0</version>
|
||||
<version>0.9.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.8.0</version>
|
||||
<version>0.9.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<base.name>Java Debug Server for Visual Studio Code</base.name>
|
||||
|
|
Загрузка…
Ссылка в новой задаче