Skip to content

Commit

Permalink
Renaming some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadto committed Mar 24, 2024
1 parent f35e292 commit 17777cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v22
with:
servers: '[{ "id": "github", "password": "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" }]'
- name: Build with Maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 0 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,16 +298,6 @@
</plugins>
</build>

<repositories>
<repository>
<id>github</id>
<url>https://public:&#48;[email protected]/muhamadto/*</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
Expand Down

0 comments on commit 17777cb

Please sign in to comment.