File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1313 <exec-maven-plugin .version>3.6.2</exec-maven-plugin .version>
1414 <maven-gpg-plugin .version>3.2.7</maven-gpg-plugin .version>
1515 <maven-jar-plugin .version>3.4.2</maven-jar-plugin .version>
16+ <maven-release-plugin .version>3.1.1</maven-release-plugin .version>
1617 <maven-scm-provider-jgit .version>2.2.1</maven-scm-provider-jgit .version>
1718 <maven .compiler.source>8</maven .compiler.source>
1819 <maven .compiler.target>8</maven .compiler.target>
118119 </execution >
119120 </executions >
120121 </plugin >
122+ <plugin >
123+ <groupId >org.apache.maven.plugins</groupId >
124+ <artifactId >maven-release-plugin</artifactId >
125+ <version >${maven-release-plugin.version} </version >
126+ <configuration >
127+ <completionGoals >clean</completionGoals >
128+ <preparationGoals >clean</preparationGoals >
129+ <useReleaseProfile >false</useReleaseProfile >
130+ <autoVersionSubmodules >true</autoVersionSubmodules >
131+ </configuration >
132+ </plugin >
121133 <plugin >
122134 <groupId >org.codehaus.mojo</groupId >
123135 <artifactId >versions-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments