Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db3cb20

Browse files
committedFeb 27, 2024··
Relicensing to ASL 2.0 and upgrading to 16.1.0-SNAPSHOT
Signed-off-by: Emmanuel Hugonnet <[email protected]>
1 parent 7066990 commit db3cb20

File tree

1,186 files changed

+4995
-20376
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,186 files changed

+4995
-20376
lines changed
 

‎LICENSE.txt

+203-502
Large diffs are not rendered by default.

‎appclient/pom.xml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
<!--
2+
~ Copyright The WildFly Authors
3+
~ SPDX-License-Identifier: Apache-2.0
4+
-->
5+
16
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
27
<modelVersion>4.0.0</modelVersion>
38
<parent>
49
<groupId>org.jboss.metadata</groupId>
510
<artifactId>jboss-as-parent-metadata</artifactId>
6-
<version>16.0.1-SNAPSHOT</version>
11+
<version>16.1.0-SNAPSHOT</version>
712
</parent>
813

914
<artifactId>jboss-metadata-appclient</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.