Skip to content

Commit

Permalink
Added an enum for the iso part 1 languages.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Feb 24, 2024
1 parent 6611a1f commit fec261a
Show file tree
Hide file tree
Showing 8 changed files with 1,215 additions and 8 deletions.
17 changes: 12 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<version>2.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>i18n-iso-639-3</name>
<description>Provides an enum with ISO 639-3 languages</description>
<url>https://github.com/mihxil/i18n-iso-639-2</url>
<description>Provides a class with one instance of every of the ISO 639-3 languages</description>
<url>https://github.com/mihxil/i18n-iso-639-3</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
Expand Down Expand Up @@ -131,14 +131,21 @@
<version>2.16.1</version>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>codemodel</artifactId>
<version>${codemodel.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<target>11</target>
<source>11</source>
Expand Down Expand Up @@ -166,7 +173,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
<configuration>
<useModulePath>false</useModulePath>
</configuration>
Expand Down
Loading

0 comments on commit fec261a

Please sign in to comment.