Skip to content

Commit aca728d

Browse files
author
Demeng
committed
Release 1.35.0
1 parent f1c9266 commit aca728d

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

pluginbase-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.35.0-SNAPSHOT</version>
10+
<version>1.35.0</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-core</artifactId>

pluginbase-games/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.35.0-SNAPSHOT</version>
10+
<version>1.35.0</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-games</artifactId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>dev.demeng</groupId>
5454
<artifactId>pluginbase-core</artifactId>
55-
<version>1.35.0-SNAPSHOT</version>
55+
<version>1.35.0</version>
5656
<scope>provided</scope>
5757
</dependency>
5858
</dependencies>

pluginbase-mongo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.35.0-SNAPSHOT</version>
10+
<version>1.35.0</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-mongo</artifactId>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>dev.demeng</groupId>
7676
<artifactId>pluginbase-core</artifactId>
77-
<version>1.35.0-SNAPSHOT</version>
77+
<version>1.35.0</version>
7878
<scope>provided</scope>
7979
</dependency>
8080
<dependency>

pluginbase-redis/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.35.0-SNAPSHOT</version>
10+
<version>1.35.0</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-redis</artifactId>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>dev.demeng</groupId>
7777
<artifactId>pluginbase-core</artifactId>
78-
<version>1.35.0-SNAPSHOT</version>
78+
<version>1.35.0</version>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>

pluginbase-sql/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>pluginbase</artifactId>
99
<groupId>dev.demeng</groupId>
10-
<version>1.35.0-SNAPSHOT</version>
10+
<version>1.35.0</version>
1111
</parent>
1212

1313
<artifactId>pluginbase-sql</artifactId>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>dev.demeng</groupId>
7878
<artifactId>pluginbase-core</artifactId>
79-
<version>1.35.0-SNAPSHOT</version>
79+
<version>1.35.0</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
<dependency>

pom.xml

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

77
<groupId>dev.demeng</groupId>
88
<artifactId>pluginbase</artifactId>
9-
<version>1.35.0-SNAPSHOT</version>
9+
<version>1.35.0</version>
1010

1111
<name>PluginBase</name>
1212

0 commit comments

Comments
 (0)