manual pom merge
diff --git a/pom.xml b/pom.xml
index 2ea3e36..e22638f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,21 +122,6 @@
         <groupId>org.moditect</groupId>
         <artifactId>moditect-maven-plugin</artifactId>
       </plugin>
-
-      <!-- 08-Nov-2019, tatu: Copied from
-           https://github.com/stephenc/git-timestamp-maven-plugin/blob/master/pom.xml#L327-L337
-         -->
-      <plugin>
-        <groupId>org.sonatype.plugins</groupId>
-        <artifactId>nexus-staging-maven-plugin</artifactId>
-        <version>1.6.6</version>
-        <extensions>true</extensions>
-        <configuration>
-          <serverId>sonatype-nexus-staging</serverId>
-          <nexusUrl>https://oss.sonatype.org/</nexusUrl>
-          <stagingProfileId>b34f19b9cc6224</stagingProfileId>
-        </configuration>
-      </plugin>
     </plugins>
   </build>