Lines Matching +full:- +full:- +full:version
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
5 Licensed under the Apache License, Version 2.0 (the "License");
9 http://www.apache.org/licenses/LICENSE-2.0
16 -->
17 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
22 <artifactId>oss-parent</artifactId>
23 <version>7</version>
27 <artifactId>dagger-parent</artifactId>
29 <version>2.1-SNAPSHOT</version>
37 <!-- examples are handled in a default profile (see below) -->
42 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44 <!-- Compilation -->
45 <java.version>1.7</java.version>
46 <javax.inject.version>1</javax.inject.version>
47 <javax.annotation.version>2.0.1</javax.annotation.version>
48 <javawriter.version>2.5.0</javawriter.version>
49 <auto.common.version>1.0-SNAPSHOT</auto.common.version>
50 <auto.factory.version>1.0-beta3</auto.factory.version>
51 <auto.service.version>1.0-rc2</auto.service.version>
52 <auto.value.version>1.0</auto.value.version>
53 <guava.version>18.0</guava.version>
54 <google.java.format.version>0.1-SNAPSHOT</google.java.format.version>
56 <!-- Test Dependencies -->
57 <compile-testing.version>1.0-SNAPSHOT</compile-testing.version>
58 <junit.version>4.11</junit.version>
59 <mockito.version>1.9.5</mockito.version>
60 <truth.version>0.26</truth.version>
78 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
92 <version>${javax.inject.version}</version>
96 <artifactId>javax.inject-tck</artifactId>
97 <version>${javax.inject.version}</version>
102 <version>${javax.annotation.version}</version>
107 <version>${javawriter.version}</version>
112 <version>${guava.version}</version>
116 <artifactId>guava-testlib</artifactId>
117 <version>${guava.version}</version>
121 <artifactId>google-java-format</artifactId>
122 <version>${google.java.format.version}</version>
126 <artifactId>auto-common</artifactId>
127 <version>${auto.common.version}</version>
131 <artifactId>auto-service</artifactId>
132 <version>${auto.service.version}</version>
136 <artifactId>auto-value</artifactId>
137 <version>${auto.value.version}</version>
142 <version>${junit.version}</version>
146 <artifactId>compile-testing</artifactId>
147 <version>${compile-testing.version}</version>
151 <artifactId>mockito-core</artifactId>
152 <version>${mockito.version}</version>
157 <version>${truth.version}</version>
166 <artifactId>maven-invoker-plugin</artifactId>
167 <version>1.7</version>
170 <artifactId>maven-compiler-plugin</artifactId>
171 <version>3.1</version>
174 <artifactId>maven-jar-plugin</artifactId>
175 <version>2.5</version>
182 <artifactId>maven-compiler-plugin</artifactId>
184 <source>${java.version}</source>
185 <target>${java.version}</target>
186 <compilerArgument>-Xlint:all</compilerArgument>
193 <artifactId>maven-release-plugin</artifactId>
194 <version>2.3.2</version><!--$NO-MVN-MAN-VER$-->
201 <artifactId>maven-javadoc-plugin</artifactId>
203 <doctitle>Dagger Dependency Injection ${project.version} API</doctitle>
208 <artifactId>maven-checkstyle-plugin</artifactId>
209 <version>2.10</version>
227 <!--
231 -->