• Home
  • Raw
  • Download

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

1 <?xml version="1.0" encoding="UTF-8"?>
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
10 <version>0.1-SNAPSHOT</version>
18 <asm.version>7.0</asm.version>
19 <javac.version>9+181-r4173-1</javac.version>
20 <guava.version>27.0.1-jre</guava.version>
27 <version>${guava.version}</version>
32 <version>2.0.1</version>
37 <version>2.0.12</version>
41 <artifactId>protobuf-java</artifactId>
42 <version>3.1.0</version>
47 <version>${asm.version}</version>
52 <artifactId>asm-tree</artifactId>
53 <version>${asm.version}</version>
58 <artifactId>asm-util</artifactId>
59 <version>${asm.version}</version>
65 <version>${javac.version}</version>
71 <version>4.12</version>
77 <version>0.42</version>
82 <artifactId>truth-java8-extension</artifactId>
83 <version>0.42</version>
89 <version>1.0</version>
94 <artifactId>guava-testlib</artifactId>
95 <version>${guava.version}</version>
100 <artifactId>auto-value</artifactId>
101 <version>1.5.3</version>
121 <artifactId>os-maven-plugin</artifactId>
122 <version>1.4.0.Final</version>
128 <artifactId>maven-compiler-plugin</artifactId>
129 <version>3.6.2</version>
134 <encoding>UTF-8</encoding>
135 <compilerArgument>-parameters</compilerArgument>
136 <testCompilerArgument>-parameters</testCompilerArgument>
141 <artifactId>protobuf-maven-plugin</artifactId>
142 <version>0.5.0</version>
146 <pluginId>grpc-java</pluginId>
147 … <pluginArtifact>io.grpc:protoc-gen-grpc-java:1.0.1:exe:${os.detected.classifier}</pluginArtifact>
153 <goal>compile-custom</goal>
160 <artifactId>maven-surefire-plugin</artifactId>
161 <version>2.19.1</version>
163 <!-- set heap size to work around http://github.com/travis-ci/travis-ci/issues/3396 -->
164 <argLine>-Xmx2g</argLine>
169 <artifactId>maven-shade-plugin</artifactId>
170 <version>2.4.3</version>
173 <id>shade-all-deps</id>
180 <shadedClassifierName>all-deps</shadedClassifierName>
182 <!-- http://stackoverflow.com/a/6743609 -->
187 <exclude>META-INF/*.SF</exclude>
188 <exclude>META-INF/*.DSA</exclude>
189 <exclude>META-INF/*.RSA</exclude>
202 <id>java-8</id>
210 <artifactId>maven-surefire-plugin</artifactId>
212 <!-- put javac.jar on bootclasspath when executing tests -->
213 …<argLine>-Xbootclasspath/p:${settings.localRepository}/com/google/errorprone/javac/${javac.version