1.3
T2CodeLib 15.7 is required
This commit is contained in:
parent
a1ffd48f3e
commit
7e6c889583
6
pom.xml
6
pom.xml
@ -7,7 +7,7 @@
|
||||
<groupId>net.t2code</groupId>
|
||||
<artifactId>Alias</artifactId>
|
||||
|
||||
<version>1.3_beta-2</version>
|
||||
<version>1.3</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>T2C-Alias</name>
|
||||
@ -71,8 +71,8 @@
|
||||
<dependency>
|
||||
<groupId>net.t2code</groupId>
|
||||
<artifactId>T2CodeLib</artifactId>
|
||||
<version>15.6</version>
|
||||
<classifier>dev-3</classifier>
|
||||
<version>15.7</version>
|
||||
<!--classifier>dev-3</classifier-->
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -8,7 +8,7 @@ public class Util {
|
||||
}
|
||||
|
||||
public static String getRequiredT2CodeLibVersion() {
|
||||
return "15.6";
|
||||
return "15.7";
|
||||
}
|
||||
|
||||
public static String getPrefix() {
|
||||
|
Loading…
Reference in New Issue
Block a user