Skip to content

Commit 49eb13b

Browse files
authored
Change to a maintained fork of nv-i18n
The original nv-i18n is no longer being maintained. Our company app relies on it, and needed newly created entries. A colleague and I have forked and published a new version of it. Due to our reliance on it we will be continuing to maintain it. The fork is available here, and we have published updates to mvnrepository https://github.com/foundationsedge/nv-i18n https://central.sonatype.com/artifact/uk.co.foundationsedge/nv-i18n Changes from `com.neovisionaries:nv-i18n:1.29` to `uk.co.foundationsedge:nv-i18n:1.34.1`
1 parent 90ad507 commit 49eb13b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
<version>2.10.1</version>
5353
</dependency>
5454
<dependency>
55-
<groupId>com.neovisionaries</groupId>
55+
<groupId>uk.co.foundationsedge</groupId>
5656
<artifactId>nv-i18n</artifactId>
57-
<version>1.29</version>
57+
<version>1.34.1</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.fasterxml.jackson.core</groupId>

src/main/resources/licenses.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@
248248
</licenses>
249249
</dependency>
250250
<dependency>
251-
<groupId>com.neovisionaries</groupId>
251+
<groupId>uk.co.foundationsedge</groupId>
252252
<artifactId>nv-i18n</artifactId>
253-
<version>1.29</version>
253+
<version>1.34.1</version>
254254
<licenses>
255255
<license>
256256
<name>The Apache Software License, Version 2.0</name>

src/main/resources/setup/thirdparty.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ <h3>com.google.protobuf:protobuf-java-util</h3>
6464
<h3>com.googlecode.plist:dd-plist</h3>
6565
<p>License: MIT License</p>
6666
<hr/>
67-
<h3>com.neovisionaries:nv-i18n</h3>
68-
<p>License: The Apache Software License, Version 2.0</p>
69-
<hr/>
7067
<h3>com.squareup.okhttp3:okhttp</h3>
7168
<p>License: The Apache Software License, Version 2.0</p>
7269
<hr/>
@@ -187,6 +184,9 @@ <h3>org.xerial:sqlite-jdbc</h3>
187184
<h3>org.yaml:snakeyaml</h3>
188185
<p>License: Apache License, Version 2.0</p>
189186
<hr/>
187+
<h3>uk.co.foundationsedge:nv-i18n</h3>
188+
<p>License: The Apache Software License, Version 2.0</p>
189+
<hr/>
190190
<h3>xml-apis:xml-apis</h3>
191191
<p>License: The Apache Software License, Version 2.0</p>
192192
<hr/>

0 commit comments

Comments
 (0)