Skip to content

Commit 8191845

Browse files
committed
[maven-release-plugin] prepare release release-1.1.0
1 parent 17564b2 commit 8191845

File tree

10 files changed

+18
-18
lines changed

10 files changed

+18
-18
lines changed

ddth-commons-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-core</artifactId>

ddth-commons-crypto/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-crypto</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.ddth</groupId>
3232
<artifactId>ddth-commons-core</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535

3636
<!-- for PGPUtils, RSAUtils, KeyPairUtils -->

ddth-commons-jedis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-jedis</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.ddth</groupId>
3232
<artifactId>ddth-commons-core</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535

3636
<!-- for JedisConnector & JedisUtils -->

ddth-commons-jsonrpc/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-jsonrpc</artifactId>
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>com.github.ddth</groupId>
3232
<artifactId>ddth-commons-core</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>com.github.ddth</groupId>
3737
<artifactId>ddth-commons-serialization</artifactId>
38-
<version>1.0.1-SNAPSHOT</version>
38+
<version>1.1.0</version>
3939
<type>pom</type>
4040
</dependency>
4141

ddth-commons-rocksdb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-rocksdb</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.ddth</groupId>
3232
<artifactId>ddth-commons-core</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535

3636
<!-- for RocksDbWrapper & RocksDbUtils -->

ddth-commons-serialization/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-serialization</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.ddth</groupId>
3232
<artifactId>ddth-commons-core</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535

3636
<!-- for SerializationUtils -->

ddth-commons-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-spring</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.ddth</groupId>
3232
<artifactId>ddth-commons-core</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535

3636
<!-- for SpringUtils -->

ddth-commons-thrift/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-thrift</artifactId>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.github.ddth</groupId>
3232
<artifactId>ddth-commons-core</artifactId>
33-
<version>1.0.1-SNAPSHOT</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535

3636
<!-- for ThriftUtils -->

ddth-commons-typesafeconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.ddth</groupId>
66
<artifactId>ddth-commons</artifactId>
7-
<version>1.0.1-SNAPSHOT</version>
7+
<version>1.1.0</version>
88
</parent>
99

1010
<artifactId>ddth-commons-typesafeconfig</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- <groupId>com.github.ddth</groupId> -->
1111
<artifactId>ddth-commons</artifactId>
12-
<version>1.0.1-SNAPSHOT</version>
12+
<version>1.1.0</version>
1313
<packaging>pom</packaging>
1414

1515
<name>ddth-commons</name>

0 commit comments

Comments
 (0)