bump version to 0.1.0 (#48)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
This commit is contained in:
Родитель
e87577b062
Коммит
8f6eda9e67
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.1.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.1.0.qualifier
|
||||
Bundle-Version: 0.1.0
|
||||
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||
Bundle-ActivationPolicy: lazy
|
||||
Bundle-Activator: com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
|
||||
|
@ -18,7 +18,7 @@ Bundle-ClassPath: lib/gson-2.7.jar,
|
|||
.,
|
||||
lib/rxjava-2.1.1.jar,
|
||||
lib/reactive-streams-1.0.0.jar,
|
||||
lib/com.microsoft.java.debug.core-0.1.0-SNAPSHOT.jar,
|
||||
lib/com.microsoft.java.debug.core-0.1.0.jar,
|
||||
lib/commons-io-2.5.jar,
|
||||
lib/commons-lang3-3.6.jar
|
||||
|
||||
|
|
|
@ -3,9 +3,5 @@ output.. = target/classes
|
|||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml,\
|
||||
lib/commons-io-2.5.jar,\
|
||||
lib/commons-lang3-3.6.jar,\
|
||||
lib/com.microsoft.java.debug.core-0.1.0-SNAPSHOT.jar,\
|
||||
lib/gson-2.7.jar,\
|
||||
lib/reactive-streams-1.0.0.jar,\
|
||||
lib/rxjava-2.1.1.jar
|
||||
lib/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<parent>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.1.0</version>
|
||||
</parent>
|
||||
<artifactId>com.microsoft.java.debug.plugin</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
@ -55,7 +55,7 @@
|
|||
<artifactItem>
|
||||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>com.microsoft.java.debug.core</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.1.0</version>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
</configuration>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<groupId>com.microsoft.java</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<name>${base.name} :: Parent</name>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.1.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<properties>
|
||||
<base.name>Java Debug Server for Visual Studio Code</base.name>
|
||||
|
|
Загрузка…
Ссылка в новой задаче