Skip to content

Commit

Permalink
Release google-api-java-client v1.27.0 (#1214)
Browse files Browse the repository at this point in the history
* Release v1.27.0

* bom needs developers section and release config/profile
  • Loading branch information
chingor13 committed Nov 12, 2018
1 parent 2dbd90c commit 21641e0
Show file tree
Hide file tree
Showing 15 changed files with 94 additions and 31 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -198,7 +198,7 @@ To use Maven, add the following lines to your pom.xml file:
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -211,7 +211,7 @@ repositories {
mavenCentral()
}
dependencies {
compile 'com.google.api-client:google-api-client:1.26.0'
compile 'com.google.api-client:google-api-client:1.27.0'
}
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-android/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-android</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-appengine/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-appengine</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-assembly/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.google.api-client</groupId>
Expand Down
4 changes: 2 additions & 2 deletions google-api-client-bom/README.md
Expand Up @@ -5,14 +5,14 @@ versions of `google-api-client` components.

To use it in Maven, add the following to your `pom.xml`:

[//]: # ({x-version-update-start:google-api-client-bom:released})
[//]: # ({x-version-update-start:google-api-client:released})
```xml
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-bom</artifactId>
<version>1.26.0</version>
<version>1.27.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
85 changes: 74 additions & 11 deletions google-api-client-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-bom</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client-bom:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<packaging>pom</packaging>

<name>Google API Client Library for Java BOM</name>
Expand All @@ -16,6 +16,18 @@
<name>Google LLC</name>
</organization>

<developers>
<developer>
<id>chingor13</id>
<name>Jeff Ching</name>
<email>chingor@google.com</email>
<organization>Google LLC</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/googleapis/google-api-java-client.git</connection>
<developerConnection>scm:git:git@github.com:googleapis/google-api-java-client.git</developerConnection>
Expand Down Expand Up @@ -51,53 +63,104 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-android</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-appengine</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-assembly</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-gson</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-jackson2</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-java6</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-protobuf</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-servlet</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-xml</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.6</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
2 changes: 1 addition & 1 deletion google-api-client-gson/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-jackson2/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-jackson2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-java6/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-java6</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-protobuf/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-servlet/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client-xml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client-xml</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion google-api-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-api-client</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client-parent</artifactId>
<version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-api-client:current} -->
<version>1.27.0</version><!-- {x-version-update:google-api-client:current} -->
<packaging>pom</packaging>
<name>Parent for the Google API Client Library for Java</name>

Expand Down Expand Up @@ -528,8 +528,8 @@
- Internally, update the default features.json file
-->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.http.version>1.26.0</project.http.version><!-- {x-version-update:google-http-client:released} -->
<project.oauth.version>1.26.0</project.oauth.version><!-- {x-version-update:google-oauth-client:released} -->
<project.http.version>1.27.0</project.http.version><!-- {x-version-update:google-http-client:released} -->
<project.oauth.version>1.27.0</project.oauth.version><!-- {x-version-update:google-oauth-client:released} -->
<project.jsr305.version>3.0.2</project.jsr305.version>
<project.gson.version>2.1</project.gson.version>
<project.jackson-core-asl.version>1.9.13</project.jackson-core-asl.version>
Expand Down
6 changes: 3 additions & 3 deletions versions.txt
@@ -1,6 +1,6 @@
# Format:
# module:released-version:current-version

google-api-client:1.26.0:1.26.1-SNAPSHOT
google-http-client:1.26.0:1.26.1-SNAPSHOT
google-oauth-client:1.26.0:1.26.1-SNAPSHOT
google-api-client:1.27.0:1.27.0
google-http-client:1.27.0:1.27.0
google-oauth-client:1.27.0:1.27.0

0 comments on commit 21641e0

Please sign in to comment.