Skip to content

Commit

Permalink
Better version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Miniontoby committed Mar 2, 2022
1 parent 895d809 commit 8c93ec2
Show file tree
Hide file tree
Showing 99 changed files with 393 additions and 3,428 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build and Test
uses: qcastel/github-actions-maven-cmd@master
with:
maven-args: "clean install -Ddockerfile.skip -DdockerCompose.skip -Djib.skip"
maven-args: "clean install"

- name: Release
uses: qcastel/github-actions-maven-release@master
Expand All @@ -25,6 +25,10 @@ jobs:
with:
git-release-bot-name: "bot-idhub"
git-release-bot-email: "[email protected]"
version-minor: true
maven-development-version-number: ${parsedVersion.majorVersion}.\${parsedVersion.nextMinorVersion}-SNAPSHOT
maven-release-version-number: ${parsedVersion.majorVersion}.\${parsedVersion.minorVersion}.0


maven-args: "-Dmaven.javadoc.skip=true -DskipTests -DskipITs -Dmaven.deploy.skip=true"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion release → deploy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

mvn clean compile assembly:single package deploy site site:stage scm-publish:publish-scm

# mvn archetype:generate -DgroupId=com.miniontoby -DartifactId=modupdater -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-site -DarchetypeVersion=1.4 -DinteractiveMode=false
mvn clean site site:stage scm-publish:publish-scm
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<maven.compiler.release>11</maven.compiler.release>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<github.global.server>github</github.global.server>
<project.scm.id>github</project.scm.id>
</properties>
Expand Down Expand Up @@ -165,7 +166,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>${maven-release-plugin.version}</version>
<configuration>
<scmCommentPrefix>[ci skip]</scmCommentPrefix>
<tagNameFormat>@{project.version}</tagNameFormat>
Expand Down
21 changes: 0 additions & 21 deletions src/site/apt/index.apt

This file was deleted.

Loading

0 comments on commit 8c93ec2

Please sign in to comment.