File tree Expand file tree Collapse file tree 8 files changed +6
-64
lines changed
hiero-enterprise-microprofile-sample
hiero-enterprise-microprofile
hiero-enterprise-spring-sample Expand file tree Collapse file tree 8 files changed +6
-64
lines changed Original file line number Diff line number Diff line change 6868 <scope >test</scope >
6969 </dependency >
7070 </dependencies >
71-
72- <build >
73- <plugins >
74- <plugin >
75- <groupId >org.jreleaser</groupId >
76- <artifactId >jreleaser-maven-plugin</artifactId >
77- <configuration >
78- <skip >true</skip >
79- </configuration >
80- </plugin >
81- </plugins >
82- </build >
8371</project >
Original file line number Diff line number Diff line change 4949 <skip >true</skip >
5050 </configuration >
5151 </plugin >
52- <plugin >
53- <groupId >org.jreleaser</groupId >
54- <artifactId >jreleaser-maven-plugin</artifactId >
55- <configuration >
56- <skip >true</skip >
57- </configuration >
58- </plugin >
5952 <plugin >
6053 <groupId >io.quarkus</groupId >
6154 <artifactId >quarkus-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 8383 <scope >test</scope >
8484 </dependency >
8585 </dependencies >
86-
87- <build >
88- <plugins >
89- <plugin >
90- <groupId >org.jreleaser</groupId >
91- <artifactId >jreleaser-maven-plugin</artifactId >
92- <configuration >
93- <skip >true</skip >
94- </configuration >
95- </plugin >
96- </plugins >
97- </build >
9886</project >
Original file line number Diff line number Diff line change 5353 <skip >true</skip >
5454 </configuration >
5555 </plugin >
56- <plugin >
57- <groupId >org.jreleaser</groupId >
58- <artifactId >jreleaser-maven-plugin</artifactId >
59- <configuration >
60- <skip >true</skip >
61- </configuration >
62- </plugin >
6356 </plugins >
6457 </build >
6558</project >
Original file line number Diff line number Diff line change 7575 </dependency >
7676 </dependencies >
7777
78- <build >
79- <plugins >
80- <plugin >
81- <groupId >org.jreleaser</groupId >
82- <artifactId >jreleaser-maven-plugin</artifactId >
83- <configuration >
84- <skip >true</skip >
85- </configuration >
86- </plugin >
87- </plugins >
88- </build >
8978</project >
Original file line number Diff line number Diff line change 3333 <skip >true</skip >
3434 </configuration >
3535 </plugin >
36- <plugin >
37- <groupId >org.jreleaser</groupId >
38- <artifactId >jreleaser-maven-plugin</artifactId >
39- <configuration >
40- <skip >true</skip >
41- </configuration >
42- </plugin >
4336 </plugins >
4437 </build >
4538</project >
Original file line number Diff line number Diff line change 22active = " ALWAYS"
33armored = true
44
5- [deploy .maven .nexus2 .maven-central ]
6- active = " ALWAYS"
7- url = " https://s01.oss.sonatype.org/service/local"
8- snapshotUrl = " https://s01.oss.sonatype.org/content/repositories/snapshots/"
5+ [deploy .maven .mavenCentral .release-deploy ]
6+ active = " RELEASE"
7+ url = " https://central.sonatype.com/api/v1/publisher"
98stagingRepositories = [" target/staging-deploy" ]
10- closeRepository = true
11- releaseRepository = true
9+ applyMavenCentralRules = true
1210
1311[release .github ]
14- enabled = true
1512owner = " OpenElements"
1613name = " hiero-enterprise-java"
Original file line number Diff line number Diff line change 6262 <maven-deploy-plugin .version>3.1.2</maven-deploy-plugin .version>
6363 <maven-clean-plugin .version>3.4.0</maven-clean-plugin .version>
6464 <cyclonedx-maven-plugin .version>2.8.0</cyclonedx-maven-plugin .version>
65- <jreleaser-maven-plugin .version>1.9 .0</jreleaser-maven-plugin .version>
65+ <jreleaser-maven-plugin .version>1.18 .0</jreleaser-maven-plugin .version>
6666 <versions-maven-plugin .version>2.17.1</versions-maven-plugin .version>
6767 </properties >
6868
360360 <plugin >
361361 <groupId >org.jreleaser</groupId >
362362 <artifactId >jreleaser-maven-plugin</artifactId >
363+ <inherited >false</inherited >
363364 </plugin >
364365 </plugins >
365366 </build >
You can’t perform that action at this time.
0 commit comments