Skip to content

Commit

Permalink
fixed url
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Mar 3, 2024
1 parent 685e10b commit 24e0e2f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<groupId>org.meeuw.i18n</groupId>
<artifactId>i18n-iso-639</artifactId>
<packaging>jar</packaging>

<version>3.1-SNAPSHOT</version>

<name>i18n-iso-639</name>
<description>Provides a class with one instance of every of the ISO 639-3 languages</description>
<url>https://github.com/mihxil/i18n-iso-639</url>
Expand Down Expand Up @@ -52,7 +52,7 @@
<scm>
<connection>scm:git:${project.scm.url}.git</connection>
<developerConnection>scm:git:${project.scm.url}.git</developerConnection>
<url>https://github.com/mihxil/i18n-iso-639-3</url>
<url>https://github.com/mihxil/i18n-iso-639</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -88,7 +88,7 @@
<version>4.0.1</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
Expand Down Expand Up @@ -126,14 +126,14 @@
<version>2.16.1</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.1</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel</artifactId>
Expand Down

0 comments on commit 24e0e2f

Please sign in to comment.