Skip to content

Commit

Permalink
chore: sync repository
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Mar 13, 2024
1 parent 521fc9e commit a4dcd49
Show file tree
Hide file tree
Showing 36 changed files with 3,770 additions and 16 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4b93b1408fe8129716a78396cff7023c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70d028cb19ffe3745c9103cf730e5b5bdd594a90
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015 The Error Prone Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>error-prone annotations</name>
<artifactId>error_prone_annotations</artifactId>
<groupId>com.google.errorprone</groupId>
<version>2.25.0-jpms</version>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<compilerArgs combine.self="override" />
</configuration>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<source>1.8</source>
<target>1.8</target>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>compile-java9</id>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<source>9</source>
<target>9</target>
<release>9</release>
<multiReleaseOutput>true</multiReleaseOutput>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
<excludes>
<exclude>/META-INF/versions/9/com/**/*.class</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
00f66c85daa54532ee427f3080adc371
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b25b49c2bca8dfe914c6ae123fad4ba254bf1c3e
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<versioning>
<release>2.25.0-jpms</release>
<release>2.26.1</release>
<versions>
<version>1.0-HEAD-SNAPSHOT</version>
<version>2.25.0-jpms</version>
<version>2.26.1</version>
</versions>
<lastUpdated>20240312234527</lastUpdated>
<lastUpdated>20240312235907</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ec6fca0203b7e1bc8c23e220c61b3b65
8a4b052dcfd8ae1126beb210a4a42292
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ef1af4a72ff7f8f1a04744efc9e2db7fa09d590e
86ed3881210fe38cddd8999dd73a41173e50cb01
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<versions>
<version>1.0.3-jpms</version>
</versions>
<lastUpdated>20240312234626</lastUpdated>
<lastUpdated>20240313000005</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
375acf81546752bc691dd8b8df2562d9
cfd67797995b00dcb62c91304eb8aad5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
26e44dc215f279bd6b51a0279ec595520378a048
b3f3910991f5a4968e7cff73568ec2b53a00d0ca
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1a5f6d8bd998059f9ba44d0c5aa063ef
a6d44e335603550df0ec27f8ece54e3c
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7c48132aafd5c7c67d1f73eb07888868e6e5188b
c35ec9cb3d4a0acda25897a927bfadc0cf378c21
2 changes: 1 addition & 1 deletion repository/com/google/guava/guava/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<version>1.0-HEAD-jre-SNAPSHOT</version>
<version>33.0.0-jre-jpms</version>
</versions>
<lastUpdated>20240312234625</lastUpdated>
<lastUpdated>20240313000003</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion repository/com/google/guava/guava/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
02c01a831b1149d8971e65ee63c2394e
6bef38790d4f8e570263e95534b3a6fa
2 changes: 1 addition & 1 deletion repository/com/google/guava/guava/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fd20c8c3c93bb818fa749698e4bcfab8640da2ca
054d74d754241f7cdd169a79017c0455e975da1a
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d9575d4a7ea5bc9bf5f4aab5509cb54b
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
36744ef1739e155b66ad7fc677fe875e48e97fd3
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
<!--
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Maven project to build and deploy J2ObjC annotations.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<packaging>jar</packaging>
<version>3.0.0-jpms</version>

<name>J2ObjC Annotations</name>
<description>
A set of annotations that provide additional information to the J2ObjC
translator to modify the result of translation.
</description>
<url>https:/google/j2objc/</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>http:/google/j2objc</url>
<connection>scm:git:git:/google/j2objc.git</connection>
<developerConnection>scm:git:ssh://[email protected]/google/j2objc.git</developerConnection>
</scm>

<developers>
<developer>
<id>tomball</id>
<name>Tom Ball</name>
<email>[email protected]</email>
<organization>Google</organization>
<organizationUrl>https://www.google.com</organizationUrl>
</developer>
</developers>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<executions>
<execution>
<id>default-compile</id>
<configuration>
<source>1.8</source>
<target>1.8</target>
<excludes>
<exclude>module-info.java</exclude>
</excludes>
</configuration>
</execution>
<execution>
<id>compile-java9</id>
<phase>compile</phase>
<goals>
<goal>compile</goal>
</goals>
<configuration>
<release>9</release>
<multiReleaseOutput>true</multiReleaseOutput>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
<Multi-Release>true</Multi-Release>
</manifestEntries>
</archive>
<excludes>
<exclude>META-INF/versions/9/com/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<executions>
<execution>
<id>generate-docs</id>
<phase>package</phase>
<goals><goal>jar</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<executions>
<execution>
<id>generate-sources</id>
<phase>package</phase>
<goals><goal>jar-no-fork</goal></goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals><goal>sign</goal></goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4abb5bb02d9d951fa2466297bb442385
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4eb3f6bfb0b71e6499e522dd215f74a28d787287
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
<groupId>com.google.j2objc</groupId>
<artifactId>j2objc-annotations</artifactId>
<versioning>
<release>3.0.0-jpms</release>
<release>3.0.0</release>
<versions>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0-jpms</version>
<version>3.0.0</version>
</versions>
<lastUpdated>20240312234505</lastUpdated>
<lastUpdated>20240312235843</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2b7e2ce822f9c47c89f83b11bd285008
dc7e19ee944e48fb2f8e690af9d6f8fd
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2836652eb10eee70474cc3f47f2f94b91ee54d4
85859be9b8f69909c201464f7859195fd3e7be6a
2 changes: 2 additions & 0 deletions samples/gradle-platform/gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@
<artifact name="guava-33.0.0-jre-jpms.jar">
<sha256 value="304700987e4434c02940a4b1f99d6ff14791d44945d00215def00b460003f009" origin="Generated by Gradle" reason="Artifact is not signed">
<also-trust value="234a58b920c3ae29691e42087acf1ebf050476d3b36ebab0f4896d4c819a1d67"/>
<also-trust value="3f41cc817fbc35ee90e236777d659264de926fc730c968fff3c586462571b2a9"/>
</sha256>
<sha512 value="666e9a8bd316b04e6ff3a57a5cea293b53d0c9ae26965ce00440b9a5f5d980c6c827a787b1d44d043df772c44098c709c2e1bfb7602d34e2165f38df59e4912f" origin="Generated by Gradle" reason="Artifact is not signed">
<also-trust value="141c54079c6f5159d8513ce4e0f1a0f4df8c9f781b1c65c5e32aa4a5801ec05f3d35f980ac068b3ebf0a0e7c570566c58d77272861c52b4afcec005377643753"/>
<also-trust value="babfd1d42432d5c818ff1fa33525bec71392ac2d44a0b908c1eecf41071350dc910588b760caa1abaf23859c333d0c52423f7c982b346ff8e2f542a4acc03ac5"/>
</sha512>
</artifact>
<artifact name="guava-33.0.0-jre-jpms.pom">
Expand Down
Binary file not shown.
Loading

0 comments on commit a4dcd49

Please sign in to comment.