Skip to content

Commit

Permalink
#334 0.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 5, 2022
1 parent df90e28 commit 4a30506
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions .rultor.yml
@@ -1,3 +1,5 @@
docker:
image: yegor256/rultor-image:1.9.1
assets:
settings.xml: yegor256/home#assets/jcabi/settings.xml
secring.gpg: yegor256/home#assets/secring.gpg
Expand All @@ -9,6 +11,8 @@ merge:
mvn clean install -Pqulice --errors --batch-mode
release:
pre: false
sensitive:
- settings.xml
script: |-
mvn versions:set "-DnewVersion=${tag}" --batch-mode
git commit -am "${tag}"
Expand Down
2 changes: 1 addition & 1 deletion INSTALL.txt
@@ -1,4 +1,4 @@
Copyright (c) 2012-2021, jcabi.com
Copyright (c) 2012-2022, jcabi.com
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2012-2021, jcabi.com
Copyright (c) 2012-2022, jcabi.com
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
Copyright (c) 2012-2021, jcabi.com
Copyright (c) 2012-2022, jcabi.com
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.55.0</version>
<version>0.57.0</version>
</parent>
<groupId>com.jcabi</groupId>
<artifactId>jcabi</artifactId>
Expand All @@ -44,7 +44,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
jcabi is a set of useful open source Java components.
More details you can find at www.jcabi.com.
]]></description>
<url>http://www.jcabi.com</url>
<url>https://www.jcabi.com</url>
<inceptionYear>2012</inceptionYear>
<organization>
<name>jcabi.com</name>
Expand Down Expand Up @@ -73,7 +73,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<role>Architect</role>
<role>Developer</role>
</roles>
<timezone>+1</timezone>
<timezone>+3</timezone>
</developer>
</developers>
<issueManagement>
Expand Down Expand Up @@ -151,7 +151,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.19.0</version>
<version>0.19.4</version>
<configuration>
<excludes combine.children="append">
<exclude>checkstyle:/src/site/resources/.*</exclude>
Expand Down
2 changes: 1 addition & 1 deletion src/site/resources/LICENSE.txt
@@ -1,4 +1,4 @@
Copyright (c) 2012-2021, jcabi.com
Copyright (c) 2012-2022, jcabi.com
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" encoding="UTF-8"?>
<!--
Copyright (c) 2012-2021, jcabi.com
Copyright (c) 2012-2022, jcabi.com
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 4a30506

Please sign in to comment.