• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:version

1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7 <!-- Feel free to delete the comment at the end of these lines. It is just
8 for safely updating the version in our release process. -->
9 <version>1.16.0-SNAPSHOT</version><!-- CURRENT_GRPC_VERSION -->
13 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14 <grpc.version>1.16.0-SNAPSHOT</grpc.version><!-- CURRENT_GRPC_VERSION -->
15 <protobuf.version>3.5.1</protobuf.version>
16 <protoc.version>3.5.1-1</protoc.version>
17 <netty.tcnative.version>2.0.7.Final</netty.tcnative.version>
18 <!-- required for jdk9 -->
25 <artifactId>grpc-netty-shaded</artifactId>
26 <version>${grpc.version}</version>
30 <artifactId>grpc-protobuf</artifactId>
31 <version>${grpc.version}</version>
35 <artifactId>grpc-stub</artifactId>
36 <version>${grpc.version}</version>
40 <artifactId>grpc-alts</artifactId>
41 <version>${grpc.version}</version>
45 <artifactId>grpc-testing</artifactId>
46 <version>${grpc.version}</version>
50 <!-- Used in HelloWorldServerTls -->
53 <artifactId>grpc-netty</artifactId>
54 <version>${grpc.version}</version>
58 <artifactId>netty-tcnative-boringssl-static</artifactId>
59 <version>${netty.tcnative.version}</version>
64 <artifactId>proto-google-common-protos</artifactId>
65 <version>1.0.0</version>
69 <artifactId>protobuf-java-util</artifactId>
70 <version>${protobuf.version}</version>
75 <version>4.12</version>
80 <artifactId>mockito-core</artifactId>
81 <version>1.9.5</version>
89 <artifactId>os-maven-plugin</artifactId>
90 <version>1.5.0.Final</version>
96 <artifactId>protobuf-maven-plugin</artifactId>
97 <version>0.5.1</version>
99 …<protocArtifact>com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier}</protoc…
100 <pluginId>grpc-java</pluginId>
101 …<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</plugin…
107 <goal>compile-custom</goal>
114 <artifactId>maven-enforcer-plugin</artifactId>
115 <version>1.4.1</version>