|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>com.google.http-client</groupId> |
5 | 5 | <artifactId>google-http-client-bom</artifactId> |
6 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-bom:current} --> |
| 6 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-bom:current} --> |
7 | 7 | <packaging>pom</packaging> |
8 | 8 |
|
9 | 9 | <name>Google HTTP Client Library for Java BOM</name> |
|
16 | 16 | <name>Google LLC</name> |
17 | 17 | </organization> |
18 | 18 |
|
| 19 | + <developers> |
| 20 | + <developer> |
| 21 | + <id>chingor13</id> |
| 22 | + <name>Jeff Ching</name> |
| 23 | + |
| 24 | + <organization>Google LLC</organization> |
| 25 | + <roles> |
| 26 | + <role>Developer</role> |
| 27 | + </roles> |
| 28 | + </developer> |
| 29 | + </developers> |
| 30 | + |
19 | 31 | <scm> |
20 | 32 | <connection>scm:git:https://github.com/googleapis/google-http-java-client.git</connection> |
21 | 33 | < developerConnection>scm:git: [email protected]:googleapis/google-http-java-client.git</ developerConnection> |
|
51 | 63 | <dependency> |
52 | 64 | <groupId>com.google.http-client</groupId> |
53 | 65 | <artifactId>google-http-client</artifactId> |
54 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client:current} --> |
| 66 | + <version>1.27.0</version><!-- {x-version-update:google-http-client:current} --> |
55 | 67 | </dependency> |
56 | 68 | <dependency> |
57 | 69 | <groupId>com.google.http-client</groupId> |
58 | 70 | <artifactId>google-http-client-android</artifactId> |
59 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-android:current} --> |
| 71 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-android:current} --> |
60 | 72 | </dependency> |
61 | 73 | <dependency> |
62 | 74 | <groupId>com.google.http-client</groupId> |
63 | 75 | <artifactId>google-http-client-appengine</artifactId> |
64 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-appengine:current} --> |
| 76 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-appengine:current} --> |
65 | 77 | </dependency> |
66 | 78 | <dependency> |
67 | 79 | <groupId>com.google.http-client</groupId> |
68 | 80 | <artifactId>google-http-client-assembly</artifactId> |
69 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-assembly:current} --> |
| 81 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-assembly:current} --> |
70 | 82 | </dependency> |
71 | 83 | <dependency> |
72 | 84 | <groupId>com.google.http-client</groupId> |
73 | 85 | <artifactId>google-http-client-findbugs</artifactId> |
74 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-findbugs:current} --> |
| 86 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-findbugs:current} --> |
75 | 87 | </dependency> |
76 | 88 | <dependency> |
77 | 89 | <groupId>com.google.http-client</groupId> |
78 | 90 | <artifactId>google-http-client-gson</artifactId> |
79 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-gson:current} --> |
| 91 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-gson:current} --> |
80 | 92 | </dependency> |
81 | 93 | <dependency> |
82 | 94 | <groupId>com.google.http-client</groupId> |
83 | 95 | <artifactId>google-http-client-jackson</artifactId> |
84 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson:current} --> |
| 96 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-jackson:current} --> |
85 | 97 | </dependency> |
86 | 98 | <dependency> |
87 | 99 | <groupId>com.google.http-client</groupId> |
88 | 100 | <artifactId>google-http-client-jackson2</artifactId> |
89 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson2:current} --> |
| 101 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-jackson2:current} --> |
90 | 102 | </dependency> |
91 | 103 | <dependency> |
92 | 104 | <groupId>com.google.http-client</groupId> |
93 | 105 | <artifactId>google-http-client-jdo</artifactId> |
94 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-jdo:current} --> |
| 106 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-jdo:current} --> |
95 | 107 | </dependency> |
96 | 108 | <dependency> |
97 | 109 | <groupId>com.google.http-client</groupId> |
98 | 110 | <artifactId>google-http-client-protobuf</artifactId> |
99 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-protobuf:current} --> |
| 111 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-protobuf:current} --> |
100 | 112 | </dependency> |
101 | 113 | <dependency> |
102 | 114 | <groupId>com.google.http-client</groupId> |
103 | 115 | <artifactId>google-http-client-test</artifactId> |
104 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-test:current} --> |
| 116 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-test:current} --> |
105 | 117 | </dependency> |
106 | 118 | <dependency> |
107 | 119 | <groupId>com.google.http-client</groupId> |
108 | 120 | <artifactId>google-http-client-xml</artifactId> |
109 | | - <version>1.26.1-SNAPSHOT</version><!-- {x-version-update:google-http-client-xml:current} --> |
| 121 | + <version>1.27.0</version><!-- {x-version-update:google-http-client-xml:current} --> |
110 | 122 | </dependency> |
111 | 123 | </dependencies> |
112 | 124 | </dependencyManagement> |
| 125 | + <build> |
| 126 | + <plugins> |
| 127 | + <plugin> |
| 128 | + <groupId>org.sonatype.plugins</groupId> |
| 129 | + <artifactId>nexus-staging-maven-plugin</artifactId> |
| 130 | + <version>1.6.6</version> |
| 131 | + <extensions>true</extensions> |
| 132 | + <configuration> |
| 133 | + <serverId>sonatype-nexus-staging</serverId> |
| 134 | + <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
| 135 | + <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 136 | + </configuration> |
| 137 | + </plugin> |
| 138 | + </plugins> |
| 139 | + </build> |
| 140 | + |
| 141 | + <profiles> |
| 142 | + <profile> |
| 143 | + <id>release-sign-artifacts</id> |
| 144 | + <activation> |
| 145 | + <property> |
| 146 | + <name>performRelease</name> |
| 147 | + <value>true</value> |
| 148 | + </property> |
| 149 | + </activation> |
| 150 | + <build> |
| 151 | + <plugins> |
| 152 | + <plugin> |
| 153 | + <groupId>org.apache.maven.plugins</groupId> |
| 154 | + <artifactId>maven-gpg-plugin</artifactId> |
| 155 | + <version>1.6</version> |
| 156 | + <executions> |
| 157 | + <execution> |
| 158 | + <id>sign-artifacts</id> |
| 159 | + <phase>verify</phase> |
| 160 | + <goals> |
| 161 | + <goal>sign</goal> |
| 162 | + </goals> |
| 163 | + <configuration> |
| 164 | + <gpgArguments> |
| 165 | + <arg>--pinentry-mode</arg> |
| 166 | + <arg>loopback</arg> |
| 167 | + </gpgArguments> |
| 168 | + </configuration> |
| 169 | + </execution> |
| 170 | + </executions> |
| 171 | + </plugin> |
| 172 | + </plugins> |
| 173 | + </build> |
| 174 | + </profile> |
| 175 | + </profiles> |
113 | 176 | </project> |
0 commit comments