Skip to content

Commit

Permalink
Moving google-cloud-notification to -contrib (#5303)
Browse files Browse the repository at this point in the history
  • Loading branch information
sduskis authored Jun 4, 2019
1 parent a2c6eaa commit c89aef5
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-notification
</url>
<description>
Java idiomatic client for Google Cloud Notification.
Java idiomatic client for Google Cloud Notification for GCS.
</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-clients</artifactId>
<version>0.94.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-clients:current} -->
<artifactId>google-cloud-contrib</artifactId>
<version>0.94.1-alpha-SNAPSHOT</version><!-- {x-version-update:google-cloud-contrib:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-notification</site.installationModule>
Expand Down
1 change: 1 addition & 0 deletions google-cloud-clients/google-cloud-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<module>google-cloud-nio</module>
<module>google-cloud-nio-examples</module>
<module>google-cloud-logging-logback</module>
<module>google-cloud-notification</module>
</modules>
<dependencies>
</dependencies>
Expand Down
1 change: 0 additions & 1 deletion google-cloud-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@
<module>google-cloud-language</module>
<module>google-cloud-logging</module>
<module>google-cloud-monitoring</module>
<module>google-cloud-notification</module>
<module>google-cloud-os-login</module>
<module>google-cloud-phishingprotection</module>
<module>google-cloud-pubsub</module>
Expand Down

0 comments on commit c89aef5

Please sign in to comment.