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

tv pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-jcs.git

commit 9fa8e9b749131c20a0fea4c57543f66ed479909f
Author: Thomas Vandahl <[email protected]>
AuthorDate: Sat Apr 9 12:52:43 2022 +0200

    Add outputTimestamp property
---
 commons-jcs-core/pom.xml           | 3 ++-
 commons-jcs-dist/pom.xml           | 4 ++++
 commons-jcs-jcache-extras/pom.xml  | 4 ++++
 commons-jcs-jcache-openjpa/pom.xml | 4 ++++
 commons-jcs-jcache/pom.xml         | 4 ++++
 commons-jcs-tck-tests/pom.xml      | 2 ++
 pom.xml                            | 2 ++
 7 files changed, 22 insertions(+), 1 deletion(-)

diff --git a/commons-jcs-core/pom.xml b/commons-jcs-core/pom.xml
index 4209d799..38d65760 100644
--- a/commons-jcs-core/pom.xml
+++ b/commons-jcs-core/pom.xml
@@ -39,7 +39,7 @@
   </scm>
 
   <properties>
-     <commons.bc.version>3.0</commons.bc.version>
+     <commons.bc.version>3.1</commons.bc.version>
      <!-- generate report even if there are binary incompatible changes -->
      
<commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>
      
<commons.japicmp.ignoreMissingClasses>false</commons.japicmp.ignoreMissingClasses>
@@ -51,6 +51,7 @@
          org.apache.http.*;resolution=optional,
          org.apache.logging.log4j.*;resolution=optional
      </commons.osgi.import>
+     
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/commons-jcs-dist/pom.xml b/commons-jcs-dist/pom.xml
index ab9cdf6f..c3cc2ae6 100644
--- a/commons-jcs-dist/pom.xml
+++ b/commons-jcs-dist/pom.xml
@@ -70,6 +70,10 @@
     </plugins>
   </build>
 
+  <properties>
+    
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
+  </properties>
+
   <profiles>
     <profile>
       <id>release</id>
diff --git a/commons-jcs-jcache-extras/pom.xml 
b/commons-jcs-jcache-extras/pom.xml
index f9bed3e5..5340c067 100644
--- a/commons-jcs-jcache-extras/pom.xml
+++ b/commons-jcs-jcache-extras/pom.xml
@@ -108,4 +108,8 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
+  </properties>
 </project>
diff --git a/commons-jcs-jcache-openjpa/pom.xml 
b/commons-jcs-jcache-openjpa/pom.xml
index dc25565a..56203200 100644
--- a/commons-jcs-jcache-openjpa/pom.xml
+++ b/commons-jcs-jcache-openjpa/pom.xml
@@ -76,4 +76,8 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <properties>
+    
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
+  </properties>
 </project>
diff --git a/commons-jcs-jcache/pom.xml b/commons-jcs-jcache/pom.xml
index e0d5b849..51d3ec32 100644
--- a/commons-jcs-jcache/pom.xml
+++ b/commons-jcs-jcache/pom.xml
@@ -125,4 +125,8 @@
       </plugin>
     </plugins>
   </build>
+  
+  <properties>
+    
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
+  </properties>
 </project>
diff --git a/commons-jcs-tck-tests/pom.xml b/commons-jcs-tck-tests/pom.xml
index ab0d2d85..73a00a2e 100644
--- a/commons-jcs-tck-tests/pom.xml
+++ b/commons-jcs-tck-tests/pom.xml
@@ -59,6 +59,8 @@
 
     <domain-lib-dir>${project.build.directory}/domainlib</domain-lib-dir>
     <domain-jar>domain.jar</domain-jar>
+
+    
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index f260b091..e272c585 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,6 +572,8 @@
     <test.type>Unit</test.type>
     <doclint>none</doclint>
     <hamcrest.version>2.2</hamcrest.version>
+    
+    
<project.build.outputTimestamp>2022-01-01T00:00:00Z</project.build.outputTimestamp>
   </properties>
 
 </project>

Reply via email to