Skip to content

Commit 6e4bfdd

Browse files
Merge pull request #93 from webfirmframework/dev-12.x.x
wffweb-12.0.2 release changes
2 parents a099564 + 9949a01 commit 6e4bfdd

File tree

976 files changed

+1939
-1023
lines changed

Some content is hidden

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

976 files changed

+1939
-1023
lines changed

README.md

Lines changed: 1 addition & 3 deletions

wffweb/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.webfirmframework</groupId>
66
<artifactId>wffweb</artifactId>
7-
<version>12.0.1</version>
7+
<version>12.0.2</version>
88

99
<properties>
1010
<maven.build.timestamp.format>yyyyMMddHHmmss</maven.build.timestamp.format>
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-gpg-plugin</artifactId>
61-
<version>3.2.4</version>
61+
<version>3.2.7</version>
6262
<configuration>
6363
<arguments>-Dgpg.passphrase=${gpg.passphrase}</arguments>
6464
</configuration>
@@ -82,7 +82,7 @@
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-install-plugin</artifactId>
85-
<version>3.1.2</version>
85+
<version>3.1.3</version>
8686
</plugin>
8787

8888
<plugin>
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-javadoc-plugin</artifactId>
105-
<version>3.8.0</version>
105+
<version>3.11.2</version>
106106
<executions>
107107
<execution>
108108
<id>attach-javadocs</id>
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>com.fasterxml.jackson.core</groupId>
149149
<artifactId>jackson-databind</artifactId>
150-
<version>2.17.2</version>
150+
<version>2.18.2</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>

wffweb/src/main/java/com/webfirmframework/wffweb/BrowserPageNotFoundException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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.

wffweb/src/main/java/com/webfirmframework/wffweb/DataWffIdOutOfRangeError.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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.

wffweb/src/main/java/com/webfirmframework/wffweb/InvalidTagException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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.

wffweb/src/main/java/com/webfirmframework/wffweb/InvalidUsageException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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.

wffweb/src/main/java/com/webfirmframework/wffweb/InvalidValueException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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.

wffweb/src/main/java/com/webfirmframework/wffweb/MethodNotImplementedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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.

wffweb/src/main/java/com/webfirmframework/wffweb/NoParentException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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.

wffweb/src/main/java/com/webfirmframework/wffweb/NotRenderedException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2024 Web Firm Framework
2+
* Copyright since 2014 Web Firm Framework
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)