NO-JIRA Update project pom with latest gitbox repo information

Update to point at gitbox and use apache parent 19 pom

(cherry picked from commit d6f76ede90d21b7ee2f0b5d4648e440e66d63003)
diff --git a/pom.xml b/pom.xml
index 28bff9d..96d0690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>15</version>
+    <version>19</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -102,8 +102,8 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:git:http://git-wip-us.apache.org/repos/asf/activemq-cpp.git</connection>
-    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/activemq-cpp.git</developerConnection>
+    <connection>scm:git:http://gitbox.apache.org/repos/asf/activemq-cpp.git</connection>
+    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/activemq-cpp.git</developerConnection>
     <url>https://fisheye6.atlassian.com/browse/~br=master/activemq-cpp-git</url>
     <tag>HEAD</tag>
   </scm>
@@ -179,6 +179,7 @@
             <arguments>-Prelease</arguments>
             <goals>deploy</goals>
             <tagNameFormat>activemq-cpp-@{project.version}</tagNameFormat>
+            <pushChanges>true</pushChanges>
           </configuration>
         </plugin>
       </plugins>