File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.google.pdsl</groupId >
88 <artifactId >pdsl</artifactId >
9- <version >1.11.1-SNAPSHOT </version >
9+ <version >1.11.1</version >
1010
1111 <name >pdsl</name >
1212 <url >http://www.github.com/google/polymorphicDSL</url >
206206 </configuration >
207207 <executions >
208208 <execution >
209- <id >attach-javadocs</id >
209+ <id >attach-javadocs</id >
210+ <phase >package</phase >
210211 <goals >
211212 <goal >jar</goal >
212213 </goals >
282283 <groupId >org.sonatype.central</groupId >
283284 <artifactId >central-publishing-maven-plugin</artifactId >
284285 <version >0.8.0</version >
285- <extensions >true</extensions >
286+ <extensions >true</extensions >
287+ <configuration >
288+ <publishingServerId >central</publishingServerId >
289+ </configuration >
286290 </plugin >
287291
288292 <plugin >
You can’t perform that action at this time.
0 commit comments