Skip to content

Commit 17777cb

Browse files
committed
Renaming some modules
1 parent f35e292 commit 17777cb

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ jobs:
5151
path: ~/.m2
5252
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
5353
restore-keys: ${{ runner.os }}-m2
54+
- name: maven-settings-xml-action
55+
uses: whelk-io/maven-settings-xml-action@v22
56+
with:
57+
servers: '[{ "id": "github", "password": "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" }]'
5458
- name: Build with Maven
5559
env:
5660
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -298,16 +298,6 @@
298298
</plugins>
299299
</build>
300300

301-
<repositories>
302-
<repository>
303-
<id>github</id>
304-
<url>https://public:&#48;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@maven.pkg.github.com/muhamadto/*</url>
305-
<snapshots>
306-
<enabled>true</enabled>
307-
</snapshots>
308-
</repository>
309-
</repositories>
310-
311301
<licenses>
312302
<license>
313303
<name>Apache License, Version 2.0</name>

0 commit comments

Comments
 (0)