Skip to content

Commit 112db21

Browse files
committed
Start preparing for 1.3.0-SNAPSHOT development
1 parent 3101dec commit 112db21

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

doc/CONTRIBUTING.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,10 @@ Suppose the release to be released is `1.1.0`, and the next version is `1.2.0-SN
7373
sdk use java 8.0.422-tem
7474
git clone [email protected]:linghengqian/hive-server2-jdbc-driver.git
7575
cd ./hive-server2-jdbc-driver/
76-
./mvnw versions:set -DnewVersion=1.1.0
77-
./mvnw versions:commit
76+
./mvnw versions:set -DgenerateBackupPoms=false -DnewVersion=1.1.0
7877
echo "test" | gpg --clearsign
7978
./mvnw -T 1.5C -Ppublishing-via-the-central-portal -DskipTests clean deploy
80-
./mvnw versions:set -DnewVersion=1.2.0-SNAPSHOT
81-
./mvnw versions:commit
79+
./mvnw versions:set -DgenerateBackupPoms=false -DnewVersion=1.2.0-SNAPSHOT
8280
```
8381

8482
Log in to https://central.sonatype.com/ and manually approve the publication.

hive-server2-jdbc-driver-thin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.linghengqian</groupId>
88
<artifactId>hive-parent</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.3.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>hive-server2-jdbc-driver-thin</artifactId>

hive-server2-jdbc-driver-uber/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.linghengqian</groupId>
88
<artifactId>hive-parent</artifactId>
9-
<version>1.2.0</version>
9+
<version>1.3.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>hive-server2-jdbc-driver-uber</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.github.linghengqian</groupId>
77
<artifactId>hive-parent</artifactId>
8-
<version>1.2.0</version>
8+
<version>1.3.0-SNAPSHOT</version>
99

1010
<packaging>pom</packaging>
1111
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)