|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.google.auth</groupId> |
7 | 7 | <artifactId>google-auth-library-parent</artifactId> |
8 | | - <version>1.29.1-SNAPSHOT</version><!-- {x-version-update:google-auth-library-parent:current} --> |
| 8 | + <version>1.29.1-SNAPSHOT |
| 9 | + </version><!-- {x-version-update:google-auth-library-parent:current} --> |
9 | 10 | <packaging>pom</packaging> |
10 | 11 | <name>Google Auth Library for Java</name> |
11 | 12 | <description>Client libraries providing authentication and |
|
27 | 28 | <site> |
28 | 29 | <id>googleapis.dev</id> |
29 | 30 | <name>Google self-hosted documentation site</name> |
30 | | - <url>https://googleapis.dev/java/google-auth-library/${project.version}</url> |
| 31 | + <url>https://googleapis.dev/java/google-auth-library/${project.version} |
| 32 | + </url> |
31 | 33 | </site> |
32 | 34 | </distributionManagement> |
33 | 35 |
|
|
62 | 64 | </modules> |
63 | 65 |
|
64 | 66 | <scm> |
65 | | - <connection>scm:git:https://github.com/googleapis/google-auth-library-java.git</connection> |
66 | | - <developerConnection>scm:git:https://github.com/googleapis/google-auth-library-java.git |
| 67 | + <connection> |
| 68 | + scm:git:https://github.com/googleapis/google-auth-library-java.git |
| 69 | + </connection> |
| 70 | + <developerConnection> |
| 71 | + scm:git:https://github.com/googleapis/google-auth-library-java.git |
67 | 72 | </developerConnection> |
68 | 73 | <url>https://github.com/googleapis/google-auth-library-java</url> |
69 | 74 | </scm> |
|
81 | 86 | <project.cel.version>0.8.0</project.cel.version> |
82 | 87 | </properties> |
83 | 88 |
|
| 89 | + <repositories> |
| 90 | + <repository> |
| 91 | + <id>sonatype-snapshots</id> |
| 92 | + <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 93 | + <releases> |
| 94 | + <enabled>false</enabled> |
| 95 | + </releases> |
| 96 | + <snapshots> |
| 97 | + <enabled>true</enabled> |
| 98 | + </snapshots> |
| 99 | + </repository> |
| 100 | + </repositories> |
| 101 | + |
84 | 102 | <dependencyManagement> |
85 | 103 | <dependencies> |
86 | 104 | <dependency> |
|
114 | 132 | <groupId>com.google.guava</groupId> |
115 | 133 | <artifactId>guava</artifactId> |
116 | 134 | <version>${project.guava.version}</version> |
117 | | - <exclusions> |
118 | | - <exclusion> |
119 | | - <groupId>com.google.j2objc</groupId> |
120 | | - <artifactId>j2objc-annotations</artifactId> |
121 | | - </exclusion> |
122 | | - </exclusions> |
| 135 | + <exclusions> |
| 136 | + <exclusion> |
| 137 | + <groupId>com.google.j2objc</groupId> |
| 138 | + <artifactId>j2objc-annotations</artifactId> |
| 139 | + </exclusion> |
| 140 | + </exclusions> |
123 | 141 | </dependency> |
124 | 142 | <dependency> |
125 | 143 | <groupId>com.google.code.findbugs</groupId> |
|
146 | 164 | <classifier>testlib</classifier> |
147 | 165 | </dependency> |
148 | 166 | <dependency> |
149 | | - <groupId>com.google.errorprone</groupId> |
150 | | - <artifactId>error_prone_annotations</artifactId> |
151 | | - <version>${project.error-prone.version}</version> |
152 | | - <scope>compile</scope> |
| 167 | + <groupId>com.google.errorprone</groupId> |
| 168 | + <artifactId>error_prone_annotations</artifactId> |
| 169 | + <version>${project.error-prone.version}</version> |
| 170 | + <scope>compile</scope> |
153 | 171 | </dependency> |
154 | 172 | <dependency> |
155 | 173 | <groupId>com.google.protobuf</groupId> |
|
159 | 177 | <dependency> |
160 | 178 | <groupId>dev.cel</groupId> |
161 | 179 | <artifactId>cel</artifactId> |
162 | | - <version>${project.cel.version}</version> |
| 180 | + <version>0.9.0-proto3-SNAPSHOT</version> |
163 | 181 | <exclusions> |
164 | 182 | <exclusion> |
165 | 183 | <groupId>com.google.guava</groupId> |
|
295 | 313 | <testSourceDirectories> |
296 | 314 | <testSourceDirectory>src/test</testSourceDirectory> |
297 | 315 | </testSourceDirectories> |
298 | | - <excludes>com.google.auth.oauth2.ExternalAccountCredentials</excludes> |
| 316 | + <excludes>com.google.auth.oauth2.ExternalAccountCredentials |
| 317 | + </excludes> |
299 | 318 | </configuration> |
300 | 319 | </execution> |
301 | 320 | </executions> |
|
331 | 350 | <groupId>org.codehaus.mojo</groupId> |
332 | 351 | <artifactId>clirr-maven-plugin</artifactId> |
333 | 352 | <configuration> |
334 | | - <ignoredDifferencesFile>clirr-ignored-differences.xml</ignoredDifferencesFile> |
| 353 | + <ignoredDifferencesFile>clirr-ignored-differences.xml |
| 354 | + </ignoredDifferencesFile> |
335 | 355 | <logResults>true</logResults> |
336 | 356 | </configuration> |
337 | 357 | <executions> |
|
0 commit comments