diff --git a/pom.xml b/pom.xml index 487c279df260968cd3d5535d6d21c25de9648fce..996e7bceb11a3b758ecd8c73716f2f73ed6c2a5f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,10 +1,8 @@ -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.l2jserver</groupId> <artifactId>l2j-server-script-engine</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <name>L2J Server - Script Engine</name> <inceptionYear>2018</inceptionYear> <properties>