Skip to content

Commit

Permalink
#1092 versions stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 13, 2022
1 parent 8b3b058 commit 6362643
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 9 deletions.
9 changes: 5 additions & 4 deletions .rultor.yml
@@ -1,3 +1,5 @@
docker:
image: yegor256/rultor-image:1.9.1
assets:
settings.xml: yegor256/home#assets/qulice/settings.xml
secring.gpg: yegor256/home#assets/secring.gpg
Expand All @@ -7,13 +9,12 @@ install: |
merge:
script: |-
mvn clean install -Pqulice-profile -Pqulice --errors --batch-mode
deploy:
script: |-
echo "Nothing to deploy"
exit -1
release:
pre: false
sensitive:
- settings.xml
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml
Expand Down
53 changes: 53 additions & 0 deletions pom.xml
Expand Up @@ -96,6 +96,49 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</distributionManagement>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.20</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<version>0.23.1</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<version>0.23.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-matchers</artifactId>
<version>1.5.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
Expand All @@ -119,6 +162,16 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<version>5.3.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
Expand Down
5 changes: 5 additions & 0 deletions qulice-ant/pom.xml
Expand Up @@ -76,10 +76,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<!-- version from parent -->
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -90,14 +92,17 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<!-- version from parent -->
</dependency>
</dependencies>
<build>
Expand Down
9 changes: 9 additions & 0 deletions qulice-checkstyle/pom.xml
Expand Up @@ -42,6 +42,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.qulice</groupId>
Expand All @@ -51,15 +52,18 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- version from parent -->
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<!-- version from parent -->
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -86,22 +90,27 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<!-- version from parent -->
</dependency>
</dependencies>
<build>
Expand Down
13 changes: 10 additions & 3 deletions qulice-maven-plugin/pom.xml
Expand Up @@ -46,6 +46,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.qulice</groupId>
Expand All @@ -61,6 +62,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- version from parent -->
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -76,12 +78,12 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -120,24 +122,28 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-xml</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<!-- Forward all calls to SLF4J to Maven log. -->
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-slf4j</artifactId>
<version>0.10</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -218,6 +224,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down
11 changes: 9 additions & 2 deletions qulice-pmd/pom.xml
Expand Up @@ -50,16 +50,19 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- version from parent -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-matchers</artifactId>
<!-- version from parent -->
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-log</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand All @@ -80,28 +83,32 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.3</version>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.cactoos</groupId>
<artifactId>cactoos</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<!-- version from parent -->
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 4 additions & 0 deletions qulice-spi/pom.xml
Expand Up @@ -42,18 +42,22 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<!-- version from parent -->
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<!-- version from parent -->
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 6362643

Please sign in to comment.