Skip to content

Commit

Permalink
Update to 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Jul 12, 2024
1 parent a1785c0 commit e2b4ddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
env:
spring_username: ${{ secrets.ARTIFACTORY_USERNAME }}
spring_password: ${{ secrets.ARTIFACTORY_PASSWORD }}
sonatype_username: ${{ secrets.SONATYPE_USERNAME }}
sonatype_password: ${{ secrets.SONATYPE_PASSWORD }}
sonatype_username: ${{ secrets.OSSRH_USERNAME }}
sonatype_password: ${{ secrets.OSSRH_PASSWORD }}
signing_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
run: |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.springframework.guice</groupId>
<artifactId>spring-guice</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>

<name>spring-guice</name>
<description>Utilities for using Spring with Guice and vice versa</description>
Expand Down Expand Up @@ -88,7 +88,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.version>6.1.10</spring.version>
<!-- Important for reproducible builds. Update using e.g. ./mvnw versions:set -DnewVersion=... -->
<project.build.outputTimestamp>2024-07-11T12:15:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-07-11T12:23:44Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down

0 comments on commit e2b4ddb

Please sign in to comment.