[maven-release-plugin] prepare release gson-parent-2.9.0

This commit is contained in:
Éamonn McManus 2022-02-11 11:13:22 -08:00
parent 82fed02fba
commit b6acf1178a
6 changed files with 115 additions and 120 deletions

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.9.0-SNAPSHOT</version> <version>2.9.0</version>
</parent> </parent>
<artifactId>gson-codegen</artifactId> <artifactId>gson-codegen</artifactId>

View File

@ -3,7 +3,7 @@
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.9.0-SNAPSHOT</version> <version>2.9.0</version>
</parent> </parent>
<artifactId>gson-extras</artifactId> <artifactId>gson-extras</artifactId>

View File

@ -1,12 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.9.0-SNAPSHOT</version> <version>2.9.0</version>
</parent> </parent>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>

View File

@ -1,11 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.9.0-SNAPSHOT</version> <version>2.9.0</version>
</parent> </parent>
<artifactId>gson-metrics</artifactId> <artifactId>gson-metrics</artifactId>

View File

@ -11,7 +11,7 @@
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId> <artifactId>gson-parent</artifactId>
<version>2.9.0-SNAPSHOT</version> <version>2.9.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Gson Parent</name> <name>Gson Parent</name>
@ -35,7 +35,7 @@
<url>https://github.com/google/gson/</url> <url>https://github.com/google/gson/</url>
<connection>scm:git:https://github.com/google/gson.git</connection> <connection>scm:git:https://github.com/google/gson.git</connection>
<developerConnection>scm:git:git@github.com:google/gson.git</developerConnection> <developerConnection>scm:git:git@github.com:google/gson.git</developerConnection>
<tag>HEAD</tag> <tag>gson-parent-2.9.0</tag>
</scm> </scm>
<issueManagement> <issueManagement>

View File

@ -1,108 +1,107 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
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>
<modelVersion>4.0.0</modelVersion> <parent>
<parent> <groupId>com.google.code.gson</groupId>
<groupId>com.google.code.gson</groupId> <artifactId>gson-parent</artifactId>
<artifactId>gson-parent</artifactId> <version>2.9.0</version>
<version>2.9.0-SNAPSHOT</version> </parent>
</parent>
<artifactId>proto</artifactId>
<artifactId>proto</artifactId> <name>Gson Protobuf Support</name>
<name>Gson Protobuf Support</name> <description>Gson support for Protobufs</description>
<description>Gson support for Protobufs</description>
<licenses>
<licenses> <license>
<license> <name>Apache-2.0</name>
<name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license>
</license> </licenses>
</licenses>
<dependencies>
<dependencies> <dependency>
<dependency> <groupId>com.google.code.gson</groupId>
<groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId>
<artifactId>gson</artifactId> <version>${project.parent.version}</version>
<version>${project.parent.version}</version> </dependency>
</dependency>
<dependency>
<dependency> <groupId>com.google.protobuf</groupId>
<groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId>
<artifactId>protobuf-java</artifactId> <version>4.0.0-rc-2</version>
<version>4.0.0-rc-2</version> </dependency>
</dependency>
<dependency>
<dependency> <groupId>com.google.guava</groupId>
<groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
<artifactId>guava</artifactId> <version>31.0.1-jre</version>
<version>31.0.1-jre</version> </dependency>
</dependency>
<dependency>
<dependency> <groupId>junit</groupId>
<groupId>junit</groupId> <artifactId>junit</artifactId>
<artifactId>junit</artifactId> <scope>test</scope>
<scope>test</scope> </dependency>
</dependency>
<dependency>
<dependency> <groupId>com.google.truth</groupId>
<groupId>com.google.truth</groupId> <artifactId>truth</artifactId>
<artifactId>truth</artifactId> <version>1.1.3</version>
<version>1.1.3</version> <scope>test</scope>
<scope>test</scope> </dependency>
</dependency> </dependencies>
</dependencies>
<build>
<build> <finalName>gson-proto</finalName>
<finalName>gson-proto</finalName> <!-- Setup based on https://quarkus.io/guides/grpc-getting-started#generating-java-files-from-proto-with-protobuf-maven-plugin -->
<!-- Setup based on https://quarkus.io/guides/grpc-getting-started#generating-java-files-from-proto-with-protobuf-maven-plugin --> <extensions>
<extensions> <extension>
<extension> <groupId>kr.motd.maven</groupId>
<groupId>kr.motd.maven</groupId> <artifactId>os-maven-plugin</artifactId>
<artifactId>os-maven-plugin</artifactId> <version>1.7.0</version>
<version>1.7.0</version> </extension>
</extension> </extensions>
</extensions>
<plugins>
<plugins> <plugin>
<plugin> <groupId>org.xolstice.maven.plugins</groupId>
<groupId>org.xolstice.maven.plugins</groupId> <artifactId>protobuf-maven-plugin</artifactId>
<artifactId>protobuf-maven-plugin</artifactId> <version>0.6.1</version>
<version>0.6.1</version> <configuration>
<configuration> <protocArtifact>com.google.protobuf:protoc:3.17.3:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:3.17.3:exe:${os.detected.classifier}</protocArtifact> </configuration>
</configuration> <executions>
<executions> <execution>
<execution> <goals>
<goals> <goal>compile</goal>
<goal>compile</goal> <goal>test-compile</goal>
<goal>test-compile</goal> </goals>
</goals> </execution>
</execution> </executions>
</executions> </plugin>
</plugin> </plugins>
</plugins>
<pluginManagement>
<pluginManagement> <plugins>
<plugins> <plugin>
<plugin> <groupId>org.apache.maven.plugins</groupId>
<groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId>
<artifactId>maven-deploy-plugin</artifactId> <version>3.0.0-M2</version>
<version>3.0.0-M2</version> <configuration>
<configuration> <!-- Not deployed -->
<!-- Not deployed --> <skip>true</skip>
<skip>true</skip> </configuration>
</configuration> </plugin>
</plugin> </plugins>
</plugins> </pluginManagement>
</pluginManagement> </build>
</build>
<developers>
<developers> <developer>
<developer> <name>Inderjeet Singh</name>
<name>Inderjeet Singh</name> <organization>Google Inc.</organization>
<organization>Google Inc.</organization> </developer>
</developer> </developers>
</developers> </project>
</project>