File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed
Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 276276 <groupId >org.apache.maven.plugins</groupId >
277277 <artifactId >maven-javadoc-plugin</artifactId >
278278 <version >3.1.1</version >
279- <executions >
280- <execution >
281- <id >attach-javadocs</id >
282- <goals >
283- <goal >jar</goal >
284- </goals >
285- </execution >
286- </executions >
287279 <configuration >
280+ <skip >true</skip >
288281 <doclint >none</doclint >
289282 <tags >
290283 <tag >
333326 <artifactId >maven-javadoc-plugin</artifactId >
334327 <version >2.10.4</version >
335328 <configuration >
329+ <skip >true</skip >
336330 <source >8</source >
337331 </configuration >
338- <executions >
339- <execution >
340- <id >attach-sources</id >
341- <goals >
342- <goal >jar</goal >
343- </goals >
344- </execution >
345- </executions >
346332 </plugin >
347333 <plugin >
348334 <groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 11# release configuration
2- # Tue Jul 15 10:26:09 PDT 2025
2+ # Tue Jul 15 10:34:43 PDT 2025
33projectVersionPolicyId =default
44scm.branchCommitComment =@{prefix} prepare branch @{releaseLabel}
55pinExternals =false
@@ -13,7 +13,7 @@ remoteTagging=true
1313scm.commentPrefix =[maven-release-plugin]
1414releaseStrategyId =default
1515project.scm.com.lob\: lob-java.developerConnection =scm\:git\:git@github.com\:lob/lob-java.git
16- completedPhase =run-preparation-goals
16+ completedPhase =end-release
1717scm.url =scm\:git\:git@github.com\:lob/lob-java.git
1818scm.developmentCommitComment =@{prefix} prepare for next development iteration
1919scm.tagNameFormat =@{project.artifactId}-@{project.version}
You can’t perform that action at this time.
0 commit comments