Skip to content

Commit

Permalink
Next version 1.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
moditect-release-bot authored and aalmiray committed Feb 7, 2024
1 parent 05c98fc commit b825070
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
JRELEASER_NEXUS2_MAVEN_CENTRAL_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
JRELEASER_NEXUS2_MAVEN_CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
run: |
./mvnw -B --file pom.xml -Pjreleaser jreleaser:release
./mvnw -B -ntp -B --file pom.xml -Pjreleaser jreleaser:release
- name: JReleaser output
if: always()
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.moditect</groupId>
<artifactId>moditect-org-parent</artifactId>
<version>1.4.0.Final</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>moditect-org-parent</name>
Expand All @@ -50,7 +50,7 @@
<nexus.url>https://oss.sonatype.org</nexus.url>
<repository.url>[email protected]:${project.github.repository}.git</repository.url>
<!-- value comes from property git.commit.author.time -->
<project.build.outputTimestamp>2024-02-07T20:28:54Z</project.build.outputTimestamp>
<project.build.outputTimestamp>${git.commit.author.time}</project.build.outputTimestamp>
<version.antrun.plugin>3.1.0</version.antrun.plugin>
<version.clean.plugin>3.3.2</version.clean.plugin>
<version.compiler.plugin>3.12.1</version.compiler.plugin>
Expand Down

0 comments on commit b825070

Please sign in to comment.