Skip to content

Commit

Permalink
trying out automated config to release packages of the application
Browse files Browse the repository at this point in the history
  • Loading branch information
teixeira-fernando committed Oct 15, 2023
1 parent 07c6f5b commit f486414
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-packages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
java-distribution: adopt
maven-version: 3.8.1
- name: maven install
run: mvn -U clean install
run: mvn clean install
- name: Publish to GitHub Packages Apache Maven
run: |
mvn -f inventory/ deploy -s settings.xml -Dserver.github.password=${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion base-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<name>base-domain</name>
<artifactId>base-domain</artifactId>
<version>1.0.1</version>
<version>1.0.0</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit f486414

Please sign in to comment.