NOJIRA fixing pom so that future tags will be labeled correctly
diff --git a/pom.xml b/pom.xml
index ddddc03..b38e78a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -356,7 +356,7 @@
 						<preparationGoals>clean install</preparationGoals>
 						<goals>deploy</goals>
 						<releaseProfiles>apache-release</releaseProfiles>
-						<tagNameFormat>juddi-@{project.version}</tagNameFormat>
+						<tagNameFormat>scout-@{project.version}</tagNameFormat>
 					</configuration>
 				</plugin>