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

Commit

Permalink
[Build] released 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Josscoder committed Dec 18, 2022
1 parent cfbb8f0 commit 54e50c0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "release" ]

env:
JBRIDGE_VERSION: "1.0.1"
JBRIDGE_VERSION: "1.0.2"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion jbridge-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.josscoder.jbridge</groupId>
<artifactId>JBridge</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>jbridge-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jbridge-lobby/jbrdige-lobby-nukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.josscoder.jbridge</groupId>
<artifactId>JBridge</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>me.josscoder.jbridge.nukkit</groupId>
<artifactId>jbridge-nukkit</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jbridge-lobby/jbridge-lobby-waterdogpe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.josscoder.jbridge</groupId>
<artifactId>JBridge</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>me.josscoder.jbridge.waterdogpe</groupId>
<artifactId>jbridge-waterdogpe</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jbridge-nukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.josscoder.jbridge</groupId>
<artifactId>JBridge</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<groupId>me.josscoder.jbridge.nukkit</groupId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>me.josscoder.jbridge</groupId>
<artifactId>jbridge-common</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions jbridge-waterdogpe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.josscoder.jbridge</groupId>
<artifactId>JBridge</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<groupId>me.josscoder.jbridge.waterdogpe</groupId>
Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>me.josscoder.jbridge</groupId>
<artifactId>jbridge-common</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.josscoder.jbridge</groupId>
<artifactId>JBridge</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 54e50c0

Please sign in to comment.