Skip to content

Commit

Permalink
#122 skin new
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 4, 2021
1 parent f5c8778 commit 94b6854
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ install: |
pdd --file=/dev/null
merge:
script: |
mvn clean install -Pqulice --errors -Dstyle.color=never
mvn clean install -Pqulice --errors --batch-mode
release:
pre: false
script: |-
mvn versions:set "-DnewVersion=${tag}" -Dstyle.color=never
mvn versions:set "-DnewVersion=${tag}" --batch-mode
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi -Dstyle.color=never --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml
mvn clean deploy -Pqulice -Psonatype -Pjcabi --batch-mode --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors --settings ../settings.xml --batch-mode
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<configuration>
<message>site for ${project.version}</message>
<message>Site for ${project.version}</message>
<path>${site.path}</path>
<merge>true</merge>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<skin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-skin</artifactId>
<version>1.5.1</version>
<version>1.6.0</version>
</skin>
<bannerLeft>
<name>jcabi</name>
Expand Down

0 comments on commit 94b6854

Please sign in to comment.