Skip to content

Commit 488a56e

Browse files
Bump version to 0.50.0 (#516)
1 parent 4f42baa commit 488a56e

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.mvn/wrapper/maven-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
1+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3/apache-maven-3.9.3-bin.zip

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.java</groupId>
77
<artifactId>java-debug-parent</artifactId>
8-
<version>0.49.0</version>
8+
<version>0.50.0</version>
99
</parent>
1010
<artifactId>com.microsoft.java.debug.core</artifactId>
1111
<packaging>jar</packaging>

com.microsoft.java.debug.plugin/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
<classpathentry kind="src" path="src/main/java"/>
1212
<classpathentry exported="true" kind="lib" path="lib/rxjava-2.2.21.jar"/>
1313
<classpathentry exported="true" kind="lib" path="lib/reactive-streams-1.0.4.jar"/>
14-
<classpathentry exported="true" kind="lib" path="lib/com.microsoft.java.debug.core-0.49.0.jar" sourcepath="/com.microsoft.java.debug.core"/>
14+
<classpathentry exported="true" kind="lib" path="lib/com.microsoft.java.debug.core-0.50.0.jar" sourcepath="/com.microsoft.java.debug.core"/>
1515
<classpathentry kind="output" path="target/classes"/>
1616
</classpath>

com.microsoft.java.debug.plugin/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Java Debug Server Plugin
44
Bundle-SymbolicName: com.microsoft.java.debug.plugin;singleton:=true
5-
Bundle-Version: 0.49.0
5+
Bundle-Version: 0.50.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-ActivationPolicy: lazy
88
Bundle-Activator: com.microsoft.java.debug.plugin.internal.JavaDebuggerServerPlugin
@@ -25,4 +25,4 @@ Bundle-ClassPath: lib/commons-io-2.11.0.jar,
2525
.,
2626
lib/rxjava-2.2.21.jar,
2727
lib/reactive-streams-1.0.4.jar,
28-
lib/com.microsoft.java.debug.core-0.49.0.jar
28+
lib/com.microsoft.java.debug.core-0.50.0.jar

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.microsoft.java</groupId>
77
<artifactId>java-debug-parent</artifactId>
8-
<version>0.49.0</version>
8+
<version>0.50.0</version>
99
</parent>
1010
<artifactId>com.microsoft.java.debug.plugin</artifactId>
1111
<packaging>eclipse-plugin</packaging>
@@ -56,7 +56,7 @@
5656
<artifactItem>
5757
<groupId>com.microsoft.java</groupId>
5858
<artifactId>com.microsoft.java.debug.core</artifactId>
59-
<version>0.49.0</version>
59+
<version>0.50.0</version>
6060
</artifactItem>
6161
</artifactItems>
6262
</configuration>

com.microsoft.java.debug.repository/category.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<bundle id="com.microsoft.java.debug.plugin" version="0.49.0">
3+
<bundle id="com.microsoft.java.debug.plugin" version="0.50.0">
44
<category name="javadebug" />
55
</bundle>
66
<category-def name="javadebug" label="Java Debug Server"/>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.java</groupId>
66
<artifactId>java-debug-parent</artifactId>
7-
<version>0.49.0</version>
7+
<version>0.50.0</version>
88
</parent>
99
<artifactId>com.microsoft.java.debug.repository</artifactId>
1010
<packaging>eclipse-repository</packaging>

com.microsoft.java.debug.target/com.microsoft.java.debug.tp.target

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
1717
<unit id="org.eclipse.jdt.source.feature.group" version="0.0.0"/>
1818
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
19-
<repository location="https://download.eclipse.org/releases/2022-12/202212071000/"/>
19+
<repository location="https://download.eclipse.org/eclipse/updates/4.29/"/>
2020
</location>
2121
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2222
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
23-
<repository location="https://download.eclipse.org/releases/2022-12/202212071000/"/>
23+
<repository location="https://download.eclipse.org/releases/2023-09/"/>
2424
</location>
2525
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2626
<unit id="org.jboss.tools.maven.apt.core" version="0.0.0"/>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.microsoft.java</groupId>
66
<artifactId>java-debug-parent</artifactId>
7-
<version>0.49.0</version>
7+
<version>0.50.0</version>
88
</parent>
99
<artifactId>com.microsoft.java.debug.tp</artifactId>
1010
<name>${base.name} :: Target Platform</name>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<name>${base.name} :: Parent</name>
77
<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>
88
<url>https://github.com/Microsoft/java-debug</url>
9-
<version>0.49.0</version>
9+
<version>0.50.0</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<base.name>Java Debug Server for Visual Studio Code</base.name>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14-
<tycho-version>2.7.3</tycho-version>
14+
<tycho-version>4.0.3</tycho-version>
1515
<checkstyleDir>${basedir}</checkstyleDir>
1616
</properties>
1717

0 commit comments

Comments
 (0)