File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 35
35
run : mvn --batch-mode deploy
36
36
env :
37
37
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
+
39
+ - name : Publish package under 1x postfix
40
+ run : |
41
+ mvn deploy:deploy-file \
42
+ -DgroupId=${{ env.GROUP_ID }} \
43
+ -DartifactId=${{ env.ARTIFACT_ID }}-1x \
44
+ -Dversion=${{ env.MAVEN_VERSION }} \
45
+ -Dpackaging=jar \
46
+ -Dfile=target/${{ env.ARTIFACT_ID }}-${{ env.MAVEN_VERSION }}.jar \
47
+ -DrepositoryId=github \
48
+ -Durl=https://maven.pkg.github.com/${{ github.repository }}
49
+ env :
50
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ License.
28
28
<artifactId >odm-specification-dpdescriptor-parser</artifactId >
29
29
<name >ODM Specification Data Product Descriptor Parser</name >
30
30
<description >Specification Parser for Data Product Descriptor of Open Data Mesh</description >
31
- <version >1.0.6 </version >
31
+ <version >1.0.7 </version >
32
32
33
33
<distributionManagement >
34
34
<repository >
You can’t perform that action at this time.
0 commit comments