Fix the URL of the project (#33)

This commit is contained in:
Julien Dubois
2022-05-10 17:15:24 +02:00
committed by GitHub
parent bae9db518a
commit 966f9691d3

View File

@@ -6,7 +6,7 @@
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>my-app</name>
<url>http://maven.apache.org</url>
<url>https://github.com/microsoft/vscode-remote-try-java</url>
<dependencies>
<dependency>
<groupId>junit</groupId>