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 6
6
7
7
<groupId >com.google.pdsl</groupId >
8
8
<artifactId >pdsl</artifactId >
9
- <version >1.11.1-SNAPSHOT </version >
9
+ <version >1.11.1</version >
10
10
11
11
<name >pdsl</name >
12
12
<url >http://www.github.com/google/polymorphicDSL</url >
206
206
</configuration >
207
207
<executions >
208
208
<execution >
209
- <id >attach-javadocs</id >
209
+ <id >attach-javadocs</id >
210
+ <phase >package</phase >
210
211
<goals >
211
212
<goal >jar</goal >
212
213
</goals >
282
283
<groupId >org.sonatype.central</groupId >
283
284
<artifactId >central-publishing-maven-plugin</artifactId >
284
285
<version >0.8.0</version >
285
- <extensions >true</extensions >
286
+ <extensions >true</extensions >
287
+ <configuration >
288
+ <publishingServerId >central</publishingServerId >
289
+ </configuration >
286
290
</plugin >
287
291
288
292
<plugin >
You can’t perform that action at this time.
0 commit comments