Remove beta-reference in name tag in archetype poms. Fixes #446

This commit is contained in:
Ole Hejlskov 2017-04-05 16:30:03 +02:00
parent 68dda3b211
commit ce7c374c1e

View File

@ -5,7 +5,7 @@
<groupId>${groupId}</groupId>
<artifactId>${artifactId}</artifactId>
<version>${version}</version>
<name>AIO - SDK 3.0 Beta</name>
<name>AIO - SDK 3.0</name>
<description>All-In-One (AIO) project for SDK 3.0</description>
<packaging>pom</packaging>