Skip to content

Commit 5b98e04

Browse files
committed
fix: stop using staging
1 parent 7d4201b commit 5b98e04

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
- name: Copyright
3838
run: bash etc/copyright.sh
3939
- name: Checkstyle
40-
run: mvn -B checkstyle:checkstyle -Pstaging
40+
run: mvn -B checkstyle:checkstyle
4141
- name: Yasson install
42-
run: mvn -U -C clean install -Pstaging -DskipTests
42+
run: mvn -U -C clean install -DskipTests
4343
- name: Yasson tests
44-
run: mvn -U -B -C -Dmaven.javadoc.skip=true -Pstaging verify
44+
run: mvn -U -B -C -Dmaven.javadoc.skip=true verify
4545
- name: JSONB-API TCK
46-
run: cd yasson-tck && mvn -U -B test -DargLine="-Djava.locale.providers=COMPAT" -Pstaging
46+
run: cd yasson-tck && mvn -U -B test -DargLine="-Djava.locale.providers=COMPAT"

yasson-tck/pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
<maven.compiler.target>11</maven.compiler.target>
1919
</properties>
2020

21-
<!-- TODO: Temporarily enable snapshot repository -->
22-
<!-- This can be removed once an official release of jakarta.json.bind-tck is available -->
23-
<repositories>
24-
<repository>
25-
<id>jakarta-snapshots</id>
26-
<url>https://jakarta.oss.sonatype.org/content/repositories/staging/</url>
27-
</repository>
28-
</repositories>
29-
3021
<dependencies>
3122
<dependency>
3223
<groupId>jakarta.json.bind</groupId>

0 commit comments

Comments
 (0)