Updating pom sections, notice file.
diff --git a/NOTICE b/NOTICE
index 5612c09..37f22ad 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright 2017 The Apache Software Foundation
+Copyright 2017-2018 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 201855d..2bc4042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,8 +48,22 @@
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</connection>
         <developerConnection>scm:svn:https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf/geronimo-safeguard.git</url>
+        <tag>HEAD</tag>
     </scm>
 
+    <developers>
+        <developer>
+            <name>Apache Geronimo Community</name>
+            <url>https://geronimo.apache.org</url>
+            <organization>Apache</organization>
+        </developer>
+    </developers>
+
+    <issueManagement>
+        <system>ASF JIRA</system>
+        <url>https://issues.apache.org/jira/browse/GERONIMO</url>
+    </issueManagement>
+
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
         <maven.compiler.target>1.8</maven.compiler.target>