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

Commit

Permalink
[Build]: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Josscoder committed Dec 17, 2022
1 parent b09a79b commit fa8c5e9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .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.1"
JBRIDGE_VERSION: "1.0.1"

jobs:
build:
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Upload Artifact
uses: ncipollo/[email protected]
with:
artifacts: ${{ github.workspace }}/jbridge-common/target/*.jar, ${{ github.workspace }}/jbridge-nukkit/target/*.jar, ${{ github.workspace }}/jbridge-waterdogpe/target/*.jar
artifacts: ${{ github.workspace }}/jbridge-common/target/*.jar, ${{ github.workspace }}/jbridge-nukkit/target/*.jar, ${{ github.workspace }}/jbridge-waterdogpe/target/*.jar, ${{ github.workspace }}/jbridge-lobby/jbridge-lobby-nukkit/target/*.jar, , ${{ github.workspace }}/jbridge-lobby/jbridge-lobby-waterdogpe/target/*.jar
draft: false
name: JBridge Release
tag: v${{ env.JBRIDGE_VERSION }}
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.1</version>
<version>1.0.1</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.1</version>
<version>1.0.1</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.1</version>
<version>1.0.1</version>
<scope>compile</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.1</version>
<version>1.0.1</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.1</version>
<version>1.0.1</version>
<scope>compile</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.1</version>
<version>1.0.1</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.1</version>
<version>1.0.1</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.1</version>
<version>1.0.1</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.1</version>
<version>1.0.1</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.1</version>
<version>1.0.1</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit fa8c5e9

Please sign in to comment.