Skip to content

Commit

Permalink
Changed build details
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJohnny committed Jun 12, 2024
1 parent 0ed802d commit c71b10d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '22'
distribution: 'temurin'
distribution: 'oracle'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>me.panjohnny.http</groupId>
<artifactId>JAI-HTTP</artifactId>
<version>1.0</version>
<artifactId>jai-http</artifactId>
<version>alpha-1.1</version>

<properties>
<maven.compiler.source>22</maven.compiler.source>
Expand Down

0 comments on commit c71b10d

Please sign in to comment.