mirror of
https://github.com/orbien-org/orbien.git
synced 2026-09-22 08:01:32 +00:00
chore: bump version to 3.6.0
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>orbien-client</artifactId>
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory;
|
||||
|
||||
public final class OrbienClient implements AutoCloseable {
|
||||
private static final Logger log = LoggerFactory.getLogger(OrbienClient.class);
|
||||
private static final String VERSION = "3.6.0-beta.1";
|
||||
private static final String VERSION = "3.6.0";
|
||||
|
||||
private final OrbienClientConfig config;
|
||||
private final AtomicBoolean started = new AtomicBoolean(false);
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>orbien-spring-boot-demo</artifactId>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<parent>
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>orbien-spring-boot-starter</artifactId>
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>io.github.lxien</groupId>
|
||||
<artifactId>orbien</artifactId>
|
||||
<version>3.6.0-beta.1</version>
|
||||
<version>3.6.0</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>orbien</name>
|
||||
|
||||
Reference in New Issue
Block a user