File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 53
53
${{ runner.os }}-maven-
54
54
55
55
- name : Publish to the Maven Central Repository
56
- run : mvn --batch-mode --update-snapshots -P release deploy
56
+ run : mvn --batch-mode --update-snapshots -P release-snapshot deploy
57
57
if : matrix.java == 11
58
58
env :
59
59
MAVEN_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >com.helger</groupId >
24
24
<artifactId >parent-pom</artifactId >
25
- <version >2.1.3 </version >
25
+ <version >2.1.4 </version >
26
26
</parent >
27
27
<groupId >com.helger.as2</groupId >
28
28
<artifactId >as2-lib-parent-pom</artifactId >
77
77
<dependency >
78
78
<groupId >com.helger.commons</groupId >
79
79
<artifactId >ph-commons-parent-pom</artifactId >
80
- <version >11.2.2 </version >
80
+ <version >11.2.3 </version >
81
81
<type >pom</type >
82
82
<scope >import</scope >
83
83
</dependency >
You can’t perform that action at this time.
0 commit comments