Skip to content

Commit 8f1f02c

Browse files
committed
Adding URL description for SDK and enabling autopublish
1 parent 8246736 commit 8f1f02c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

appengine-api-1.0-sdk/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
</parent>
2525
<packaging>jar</packaging>
2626
<name>AppEngine :: appengine-api-1.0-sdk</name>
27+
<url>https://github.com/GoogleCloudPlatform/appengine-java-standard/</url>
2728
<description>API for Google App Engine standard environment with some of the dependencies shaded (repackaged)</description>
2829
<dependencies>
2930
<dependency> <!-- needed for remote_api for opencensus. -->

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@
185185
<extensions>true</extensions>
186186
<configuration>
187187
<publishingServerId>${distributionManagement.snapshot.id}</publishingServerId>
188+
<autoPublish>true</autoPublish>
188189
</configuration>
189190
</plugin>
190191
</plugins>

0 commit comments

Comments
 (0)