Skip to content

Commit 2f0dcc1

Browse files
authored
Merge pull request #56 from ligangty/jdk11
Update license header
2 parents 5b96c56 + 0e2199d commit 2f0dcc1

36 files changed

+55
-39
lines changed

.github/workflows/maven-build.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#
2+
# Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
3+
#
4+
# Licensed under the Apache License, Version 2.0 (the "License");
5+
# you may not use this file except in compliance with the License.
6+
# You may obtain a copy of the License at
7+
#
8+
# http://www.apache.org/licenses/LICENSE-2.0
9+
#
10+
# Unless required by applicable law or agreed to in writing, software
11+
# distributed under the License is distributed on an "AS IS" BASIS,
12+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
# See the License for the specific language governing permissions and
14+
# limitations under the License.
15+
#
16+
117
name: build on maven
218

319
on:
File renamed without changes.

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
3-
Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
3+
Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -29,20 +29,20 @@
2929
<version>1.14-SNAPSHOT</version>
3030

3131
<name>Java HTTP Client</name>
32-
<inceptionYear>2015</inceptionYear>
32+
<inceptionYear>2015-2024</inceptionYear>
3333

3434
<scm>
35-
<connection>scm:git:http://github.com/commonjava/jhttpc.git</connection>
35+
<connection>scm:git:https://github.com/commonjava/jhttpc</connection>
3636
<developerConnection>scm:git:https://github.com/commonjava/jhttpc</developerConnection>
37-
<url>http://github.com/commonjava/jhttpc</url>
37+
<url>https://github.com/commonjava/jhttpc</url>
3838
<tag>HEAD</tag>
3939
</scm>
4040

4141
<properties>
4242
<pmd.skip>true</pmd.skip>
4343
<projectOwner>Red Hat, Inc.</projectOwner>
4444
<projectEmail>https://github.com/Commonjava/jhttpc</projectEmail>
45-
<javaVersion>1.8</javaVersion>
45+
<javaVersion>11</javaVersion>
4646
<httpcoreVersion>4.4.15</httpcoreVersion>
4747
<httpclientVersion>4.5.13</httpclientVersion>
4848

@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.commonjava.boms</groupId>
8080
<artifactId>web-commons-bom</artifactId>
81-
<version>28</version>
81+
<version>29</version>
8282
<type>pom</type>
8383
<scope>import</scope>
8484
</dependency>

src/main/java/org/commonjava/util/jhttpc/HttpFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
2+
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/org/commonjava/util/jhttpc/HttpFactoryIfc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
2+
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/org/commonjava/util/jhttpc/INTERNAL/conn/CloseBlockingConnectionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
2+
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/org/commonjava/util/jhttpc/INTERNAL/conn/ConnectionManagerCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
2+
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/org/commonjava/util/jhttpc/INTERNAL/conn/ConnectionManagerTracker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
2+
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/org/commonjava/util/jhttpc/INTERNAL/conn/SiteConnectionConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
2+
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/org/commonjava/util/jhttpc/INTERNAL/conn/TrackedHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2015 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
2+
* Copyright (C) 2015-2024 Red Hat, Inc. (https://github.com/Commonjava/jhttpc)
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)