提交 5bb7af0f 编写于 作者: H He Wang

[maven-release-plugin] prepare release logclient-1.0.2

上级 32b4f73b
...@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details. ...@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details.
<parent> <parent>
<groupId>com.oceanbase.logclient</groupId> <groupId>com.oceanbase.logclient</groupId>
<artifactId>logclient</artifactId> <artifactId>logclient</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details. ...@@ -16,7 +16,7 @@ See the Mulan PSL v2 for more details.
<parent> <parent>
<groupId>com.oceanbase.logclient</groupId> <groupId>com.oceanbase.logclient</groupId>
<artifactId>logclient</artifactId> <artifactId>logclient</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
......
...@@ -10,13 +10,12 @@ EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, ...@@ -10,13 +10,12 @@ EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
See the Mulan PSL v2 for more details. See the Mulan PSL v2 for more details.
--> -->
<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>
<groupId>com.oceanbase.logclient</groupId> <groupId>com.oceanbase.logclient</groupId>
<artifactId>logclient</artifactId> <artifactId>logclient</artifactId>
<version>1.0.2-SNAPSHOT</version> <version>1.0.2</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name> <name>${project.groupId}:${project.artifactId}</name>
...@@ -58,7 +57,7 @@ See the Mulan PSL v2 for more details. ...@@ -58,7 +57,7 @@ See the Mulan PSL v2 for more details.
<connection>scm:git:https://github.com/oceanbase/oblogclient.git</connection> <connection>scm:git:https://github.com/oceanbase/oblogclient.git</connection>
<developerConnection>scm:git:https://github.com/oceanbase/oblogclient.git</developerConnection> <developerConnection>scm:git:https://github.com/oceanbase/oblogclient.git</developerConnection>
<url>https://github.com/oceanbase/oblogclient</url> <url>https://github.com/oceanbase/oblogclient</url>
<tag>HEAD</tag> <tag>logclient-1.0.2</tag>
</scm> </scm>
<properties> <properties>
...@@ -254,7 +253,7 @@ See the Mulan PSL v2 for more details. ...@@ -254,7 +253,7 @@ See the Mulan PSL v2 for more details.
<license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense"> <license implementation="org.apache.rat.analysis.license.SimplePatternBasedLicense">
<licenseFamilyCategory>MulanPSL2</licenseFamilyCategory> <licenseFamilyCategory>MulanPSL2</licenseFamilyCategory>
<licenseFamilyName>Mulan Public License,Version 2</licenseFamilyName> <licenseFamilyName>Mulan Public License,Version 2</licenseFamilyName>
<notes/> <notes />
<patterns> <patterns>
<pattern>Mulan PSL v2</pattern> <pattern>Mulan PSL v2</pattern>
</patterns> </patterns>
...@@ -294,8 +293,8 @@ See the Mulan PSL v2 for more details. ...@@ -294,8 +293,8 @@ See the Mulan PSL v2 for more details.
<version>1.7</version> <version>1.7</version>
<style>AOSP</style> <style>AOSP</style>
</googleJavaFormat> </googleJavaFormat>
<importOrder/> <importOrder />
<removeUnusedImports/> <removeUnusedImports />
</java> </java>
</configuration> </configuration>
<executions> <executions>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册