Skip to content

Commit

Permalink
Merge pull request #60 from ligangty/master
Browse files Browse the repository at this point in the history
Update license header and some pom elements
  • Loading branch information
ligangty authored Mar 12, 2024
2 parents 44408a7 + 4e37029 commit 57691a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2012-2022 Red Hat, Inc. (http://github.com/Commonjava/commonjava)
# Copyright (C) 2012-2024 Red Hat, Inc. (https://github.com/Commonjava/web-commons-bom)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
8 changes: 5 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2012-2022 Red Hat, Inc. (http://github.com/Commonjava/commonjava)
Copyright (C) 2012-2024 Red Hat, Inc. (https://github.com/Commonjava/web-commons-bom)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -34,8 +34,8 @@
<name>Web Commons (BOM)</name>
<description>List of common dependencies used in web applications.</description>

<url>http://github.com/jdcasey/web-commons-bom</url>
<inceptionYear>2012-2022</inceptionYear>
<url>https://github.com/Commonjava/web-commons-bom</url>
<inceptionYear>2012-2024</inceptionYear>

<developers>
<developer>
Expand All @@ -53,6 +53,8 @@
</scm>

<properties>
<projectOwner>Red Hat, Inc.</projectOwner>
<projectEmail>https://github.com/Commonjava/web-commons-bom</projectEmail>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<slf4j-version>2.0.7</slf4j-version>
<weft-version>1.22</weft-version>
Expand Down

0 comments on commit 57691a9

Please sign in to comment.