File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 5555 <id >ossrh</id >
5656 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
5757 </snapshotRepository >
58+ <repository >
59+ <id >ossrh</id >
60+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
61+ </repository >
5862 </distributionManagement >
5963
6064 <build >
7175 <plugin >
7276 <groupId >org.apache.maven.plugins</groupId >
7377 <artifactId >maven-compiler-plugin</artifactId >
78+ <version >3.12.1</version >
7479 <configuration >
75- <source >8</source >
76- <target >8</target >
80+ <source >1. 8</source >
81+ <target >1. 8</target >
7782 </configuration >
7883 </plugin >
7984 <plugin >
127132 <autoReleaseAfterClose >true</autoReleaseAfterClose >
128133 </configuration >
129134 </plugin >
135+ <plugin >
136+ <groupId >org.apache.maven.plugins</groupId >
137+ <artifactId >maven-release-plugin</artifactId >
138+ <version >2.5.3</version >
139+ <configuration >
140+ <autoVersionSubmodules >true</autoVersionSubmodules >
141+ <useReleaseProfile >false</useReleaseProfile >
142+ <releaseProfiles >release</releaseProfiles >
143+ <goals >deploy</goals >
144+ </configuration >
145+ </plugin >
130146 </plugins >
131147 </build >
132148</project >
You can’t perform that action at this time.
0 commit comments