Skip to content

Commit adc9d2a

Browse files
authored
Update pom.xml (GoogleCloudPlatform#562)
1 parent efff667 commit adc9d2a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

speech/grpc/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ limitations under the License.
4949
<properties>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<codehaus-versions-maven-plugin-version>2.3</codehaus-versions-maven-plugin-version>
52-
<grpc-protobuf-version>1.1.2</grpc-protobuf-version>
52+
<grpc-version>1.0.3</grpc-version> <!-- 1.1.2 doesn't work - DO NOT UPGRADE -->
5353
<maven-compiler-plugin-version>3.6.0</maven-compiler-plugin-version>
5454
<xolstice-protobuf-maven-plugin-version>0.5.0</xolstice-protobuf-maven-plugin-version>
5555

@@ -113,22 +113,22 @@ limitations under the License.
113113
<dependency>
114114
<groupId>io.grpc</groupId>
115115
<artifactId>grpc-auth</artifactId>
116-
<version>1.1.2</version>
116+
<version>${grpc-version}</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>io.grpc</groupId>
120120
<artifactId>grpc-netty</artifactId>
121-
<version>1.1.2</version>
121+
<version>${grpc-version}</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>io.grpc</groupId>
125125
<artifactId>grpc-protobuf</artifactId>
126-
<version>${grpc-protobuf-version}</version>
126+
<version>${grpc-version}</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>io.grpc</groupId>
130130
<artifactId>grpc-stub</artifactId>
131-
<version>1.1.2</version>
131+
<version>${grpc-version}</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>log4j</groupId>

0 commit comments

Comments
 (0)