This is an automated email from the ASF dual-hosted git repository.

lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git


The following commit(s) were added to refs/heads/master by this push:
     new d2b5144  ANY23-503 Bump apache from 21 to 24 (#194)
d2b5144 is described below

commit d2b5144ea9c6d615f27565f1021d17c3975906b6
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Thu Sep 16 20:47:18 2021 -0700

    ANY23-503 Bump apache from 21 to 24 (#194)
---
 pom.xml | 24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4829183..e23947c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>21</version>
+    <version>24</version>
   </parent>
 
   <groupId>org.apache.any23</groupId>
@@ -35,27 +35,6 @@
   <url>http://any23.apache.org</url>
   <inceptionYear>2010</inceptionYear>
 
-  <!--repositories>
-    <repository>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <id>bintray-allenai-maven</id>
-      <name>bintray</name>
-      <url>https://allenai.bintray.com/maven</url>
-    </repository>
-  </repositories-->
-  <pluginRepositories>
-    <pluginRepository>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-      <id>bintray-allenai-maven</id>
-      <name>bintray-plugins</name>
-      <url>https://allenai.bintray.com/maven</url>
-    </pluginRepository>
-  </pluginRepositories>
-
   <developers>
     <developer>
       <id>hansbrende</id>
@@ -262,6 +241,7 @@
     <maven.build.timestamp.format>yyyy-MM-dd 
HH:mm:ssZ</maven.build.timestamp.format>
     <implementation.build>${scmBranch}@r${buildNumber}</implementation.build>
     
<implementation.build.tstamp>${maven.build.timestamp}</implementation.build.tstamp>
+    <project.build.outputTimestamp>1</project.build.outputTimestamp>
 
     <httpclient.version>4.5.13</httpclient.version>
     <httpcore.version>4.4.14</httpcore.version>

Reply via email to