Skip to content

Commit

Permalink
year up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 11, 2024
1 parent 297ad04 commit a895b23
Show file tree
Hide file tree
Showing 68 changed files with 76 additions and 74 deletions.
3 changes: 2 additions & 1 deletion .rultor.yml
@@ -1,5 +1,5 @@
docker:
image: yegor256/rultor-image:1.20.0
image: yegor256/rultor-image:1.22.0
assets:
secring.gpg: yegor256/home#assets/secring.gpg
settings.xml: yegor256/home#assets/xembly/settings.xml
Expand All @@ -15,6 +15,7 @@ merge:
mvn clean install -Pxembly -Pqulice --errors --settings ../settings.xml
mvn clean site -Psite --errors --settings ../settings.xml -Dinvoker.skip
release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2013-2023, xembly.org
Copyright (c) 2013-2024, xembly.org
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
15 changes: 8 additions & 7 deletions pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2013-2023, xembly.org
Copyright (c) 2013-2024, xembly.org
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -95,19 +95,20 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<scope>test</scope>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>2.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/it/saxon/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2013-2023, xembly.org
Copyright (c) 2013-2024, xembly.org
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/it/saxon/src/test/resources/log4j.properties
@@ -1,4 +1,4 @@
# Copyright (c) 2013-2023, xembly.org
# Copyright (c) 2013-2024, xembly.org
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/it/settings.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2013-2023, xembly.org
Copyright (c) 2013-2024, xembly.org
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/it/xerces/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2013-2023, xembly.org
Copyright (c) 2013-2024, xembly.org
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/it/xerces/src/test/resources/log4j.properties
@@ -1,4 +1,4 @@
# Copyright (c) 2013-2023, xembly.org
# Copyright (c) 2013-2024, xembly.org
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/AddDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/AddIfDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Arg.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/AttrDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Callback.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/CdataDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/CommentDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Directive.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Directives.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/DomCursor.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/DomStack.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/NsDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/ParsingException.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/PiDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/PopDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Print.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/PushDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/RemoveDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/SetDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/StrictDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/SyntaxException.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Transformers.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/UpDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Verbs.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/XattrDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/Xembler.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/XmlContentException.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/XpathDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/XsetDirective.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/xembly/package-info.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2013-2023, xembly.org
Copyright (c) 2013-2024, xembly.org
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/xembly/AddDirectiveTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/xembly/AddIfDirectiveTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/xembly/ArgTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/xembly/AttrDirectiveTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/xembly/CommentDirectiveTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/xembly/DirectivesTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/xembly/DomStackTest.java
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2013-2023, xembly.org
* Copyright (c) 2013-2024, xembly.org
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit a895b23

Please sign in to comment.