Skip to content

Commit 30217d5

Browse files
committed
add snapshot distribution data
1 parent c5290f7 commit 30217d5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: 'Checkout from Git'
2626
uses: actions/checkout@v3
2727
- name: 'Set up JDK ${{ matrix.java }}'
28-
uses: actions/setup-java@v3
28+
uses: actions/setup-java@v4
2929
with:
3030
java-version: ${{ matrix.java }}
3131
distribution: adopt

pom.xml

+8-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</property>
100100
</activation>
101101
<modules>
102-
<module>pitest-maven-verification</module>
102+
<module>pitest-maven-verification</module>
103103
</modules>
104104
</profile>
105105
<profile>
@@ -404,4 +404,11 @@
404404
</plugins>
405405
</build>
406406

407+
<distributionManagement>
408+
<snapshotRepository>
409+
<id>central</id>
410+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
411+
</snapshotRepository>
412+
</distributionManagement>
413+
407414
</project>

0 commit comments

Comments
 (0)