You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2020/02/18 21:47:06 UTC

[commons-jcs] branch master updated (4cfb9ae -> ab3eea9)

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

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


    from 4cfb9ae  Use StandardCharsets
     new e653129  Update dependencies
     new ab3eea9  Add license header

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 commons-jcs-core/src/site/resources/profile.clirr    | 17 +++++++++++++++++
 commons-jcs-core/src/site/resources/profile.noanimal | 17 +++++++++++++++++
 pom.xml                                              |  8 ++++----
 3 files changed, 38 insertions(+), 4 deletions(-)


[commons-jcs] 02/02: Add license header

Posted by tv...@apache.org.
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 ab3eea92cbf44544eb1fb5f3040f043746fc99cd
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Tue Feb 18 22:44:44 2020 +0100

    Add license header
---
 commons-jcs-core/src/site/resources/profile.clirr    | 17 +++++++++++++++++
 commons-jcs-core/src/site/resources/profile.noanimal | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/commons-jcs-core/src/site/resources/profile.clirr b/commons-jcs-core/src/site/resources/profile.clirr
index b5cfeb9..0a6949c 100644
--- a/commons-jcs-core/src/site/resources/profile.clirr
+++ b/commons-jcs-core/src/site/resources/profile.clirr
@@ -1 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 Re-enable clirr-report for core
\ No newline at end of file
diff --git a/commons-jcs-core/src/site/resources/profile.noanimal b/commons-jcs-core/src/site/resources/profile.noanimal
index 1f096a0..f55503f 100644
--- a/commons-jcs-core/src/site/resources/profile.noanimal
+++ b/commons-jcs-core/src/site/resources/profile.noanimal
@@ -1 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
 Animal sniffer throws NPE
\ No newline at end of file


[commons-jcs] 01/02: Update dependencies

Posted by tv...@apache.org.
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 e653129ec0e0ae305fb954a25b403975c258ced9
Author: Thomas Vandahl <tv...@apache.org>
AuthorDate: Tue Feb 18 22:19:32 2020 +0100

    Update dependencies
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6f18560..430ee61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>47</version>
+    <version>50</version>
   </parent>
 
   <artifactId>commons-jcs</artifactId>
@@ -319,7 +319,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-dbcp2</artifactId>
-        <version>2.1.1</version>
+        <version>2.7.0</version>
         <optional>true</optional>
       </dependency>
 
@@ -560,8 +560,8 @@
     <commons.javadoc.java.link>https://docs.oracle.com/javase/8/docs/api/</commons.javadoc.java.link>
 
     <jsr107.api.version>1.0.0</jsr107.api.version>
-    <commons.collections.version>4.2</commons.collections.version>
-    <commons.lang.version>3.6</commons.lang.version>
+    <commons.collections.version>4.4</commons.collections.version>
+    <commons.lang.version>3.9</commons.lang.version>
     <commons.clirr.version>2.8</commons.clirr.version>
 
     <test.type>Unit</test.type>