Skip to content

Commit b70f393

Browse files
committed
Release 1.2.0
1 parent 8476163 commit b70f393

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

.github/workflows/release-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ jobs:
8585
with:
8686
java-version: '21'
8787
distribution: 'temurin'
88-
server-id: github
89-
server-username: ${{ github.actor }}
90-
server-password: ${{ secrets.GITHUB_TOKEN }}
9188

9289
- name: Cache Maven packages
9390
uses: actions/cache@v4

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -309,18 +309,9 @@
309309
<repository>
310310
<id>github</id>
311311
<name>GitHub Packages</name>
312-
<url>https://maven.pkg.github.com/netgrif/nae-module-maven-plugin</url>
312+
<url>https://maven.pkg.github.com/netgrif/nae-modul-maven-plugin</url>
313313
</repository>
314314
</distributionManagement>
315-
<build>
316-
<plugins>
317-
<plugin>
318-
<groupId>org.apache.maven.plugins</groupId>
319-
<artifactId>maven-deploy-plugin</artifactId>
320-
<version>2.8.2</version>
321-
</plugin>
322-
</plugins>
323-
</build>
324315
</profile>
325316
<profile>
326317
<id>ossrh-publish</id>

0 commit comments

Comments
 (0)