From 4a3050688d3d0d09f104ff78cf44b904e5d88132 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Tue, 5 Jul 2022 06:28:40 +0300 Subject: [PATCH] #334 0.58.0 --- .rultor.yml | 4 ++++ INSTALL.txt | 2 +- LICENSE.txt | 2 +- pom.xml | 10 +++++----- src/site/resources/LICENSE.txt | 2 +- src/site/site.xml | 2 +- 6 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.rultor.yml b/.rultor.yml index 4adc7ba7..0b9ec6e7 100644 --- a/.rultor.yml +++ b/.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 @@ -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}" diff --git a/INSTALL.txt b/INSTALL.txt index 2336ef85..1ed50722 100644 --- a/INSTALL.txt +++ b/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 diff --git a/LICENSE.txt b/LICENSE.txt index e10ad0cc..7223176a 100644 --- a/LICENSE.txt +++ b/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 diff --git a/pom.xml b/pom.xml index a7b4fadc..e9480d40 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@