diff --git a/pom.xml b/pom.xml
index d09c6b0..1e3e4a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,13 +18,12 @@ You should have received a copy of the GNU Affero General Public License
along with this program. If not, see .
-->
-
+
4.0.0
com.fluxtion
fluxtion-maven-plugin
- 3.0.8-SNAPSHOT
+ 3.0.10-SNAPSHOT
maven-plugin
fluxtion :: maven plugin
@@ -67,10 +66,10 @@ along with this program. If not, see .
ossrh
https://oss.sonatype.org/content/repositories/snapshots
-
-
-
-
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
@@ -82,6 +81,17 @@ along with this program. If not, see .
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 3.0.0-M1
+
+ false
+ release
+ true
+ v@{project.version}
+
+
org.apache.maven.plugins
diff --git a/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java b/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java
index 5ec5968..9473204 100644
--- a/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java
+++ b/src/main/java/com/fluxtion/maven/FluxtionScanToGenMojo.java
@@ -19,7 +19,7 @@
import java.util.stream.Collectors;
/**
- * @author V12 Technology Ltd.
+ * @author greg higgins
*/
@Mojo(name = "scan",
requiresProject = true,