Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.

Commit 54e50c0

Browse files
committed
[Build] released 1.0.2
1 parent cfbb8f0 commit 54e50c0

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: [ "release" ]
1111

1212
env:
13-
JBRIDGE_VERSION: "1.0.1"
13+
JBRIDGE_VERSION: "1.0.2"
1414

1515
jobs:
1616
build:

jbridge-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.josscoder.jbridge</groupId>
88
<artifactId>JBridge</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
</parent>
1111

1212
<artifactId>jbridge-common</artifactId>

jbridge-lobby/jbrdige-lobby-nukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.josscoder.jbridge</groupId>
88
<artifactId>JBridge</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>me.josscoder.jbridge.nukkit</groupId>
5858
<artifactId>jbridge-nukkit</artifactId>
59-
<version>1.0.1</version>
59+
<version>1.0.2</version>
6060
<scope>provided</scope>
6161
</dependency>
6262
<dependency>

jbridge-lobby/jbridge-lobby-waterdogpe/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.josscoder.jbridge</groupId>
88
<artifactId>JBridge</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>me.josscoder.jbridge.waterdogpe</groupId>
5858
<artifactId>jbridge-waterdogpe</artifactId>
59-
<version>1.0.1</version>
59+
<version>1.0.2</version>
6060
<scope>provided</scope>
6161
</dependency>
6262
<dependency>

jbridge-nukkit/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.josscoder.jbridge</groupId>
88
<artifactId>JBridge</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
</parent>
1111

1212
<groupId>me.josscoder.jbridge.nukkit</groupId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>me.josscoder.jbridge</groupId>
5757
<artifactId>jbridge-common</artifactId>
58-
<version>1.0.1</version>
58+
<version>1.0.2</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
<dependency>

jbridge-waterdogpe/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.josscoder.jbridge</groupId>
88
<artifactId>JBridge</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
</parent>
1111

1212
<groupId>me.josscoder.jbridge.waterdogpe</groupId>
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>me.josscoder.jbridge</groupId>
5757
<artifactId>jbridge-common</artifactId>
58-
<version>1.0.1</version>
58+
<version>1.0.2</version>
5959
<scope>compile</scope>
6060
</dependency>
6161
<dependency>

pom.xml

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

77
<groupId>me.josscoder.jbridge</groupId>
88
<artifactId>JBridge</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010

1111
<packaging>pom</packaging>
1212

0 commit comments

Comments
 (0)