This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch release-1.0.0
in repository https://gitbox.apache.org/repos/asf/bigtop-manager.git

commit 2ea1fd91062a52b983210e38f50667ce11b8ed23
Author: Zhiguo Wu <[email protected]>
AuthorDate: Tue Apr 15 22:09:47 2025 +0800

    BIGTOP-4129: Preparing for release 1.0.0
---
 bigtop-manager-server/src/main/resources/ddl/MySQL-DDL-CREATE.sql | 8 ++++----
 .../src/main/resources/ddl/PostgreSQL-DDL-CREATE.sql              | 8 ++++----
 pom.xml                                                           | 2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/bigtop-manager-server/src/main/resources/ddl/MySQL-DDL-CREATE.sql 
b/bigtop-manager-server/src/main/resources/ddl/MySQL-DDL-CREATE.sql
index 605ae8c9..3314dfda 100644
--- a/bigtop-manager-server/src/main/resources/ddl/MySQL-DDL-CREATE.sql
+++ b/bigtop-manager-server/src/main/resources/ddl/MySQL-DDL-CREATE.sql
@@ -338,10 +338,10 @@ VALUES ('admin', '21232f297a57a5a743894a0e4a801fc3', 
'Administrator', true);
 
 INSERT INTO repo (name, arch, base_url, type)
 VALUES
-('Service tarballs', 'x86_64', 'http://your-repo/', 1),
-('Service tarballs', 'aarch64', 'http://your-repo/', 1),
-('BM tools', 'x86_64', 'http://your-repo/', 2),
-('BM tools', 'aarch64', 'http://your-repo/', 2);
+('Service tarballs', 'x86_64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tarballs', 1),
+('Service tarballs', 'aarch64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tarballs', 1),
+('BM tools', 'x86_64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tools', 2),
+('BM tools', 'aarch64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tools', 2);
 
 -- Adding default llm platform
 INSERT INTO llm_platform (credential, name, support_models)
diff --git 
a/bigtop-manager-server/src/main/resources/ddl/PostgreSQL-DDL-CREATE.sql 
b/bigtop-manager-server/src/main/resources/ddl/PostgreSQL-DDL-CREATE.sql
index d73c3b84..02f59f44 100644
--- a/bigtop-manager-server/src/main/resources/ddl/PostgreSQL-DDL-CREATE.sql
+++ b/bigtop-manager-server/src/main/resources/ddl/PostgreSQL-DDL-CREATE.sql
@@ -351,10 +351,10 @@ VALUES ('admin', '21232f297a57a5a743894a0e4a801fc3', 
'Administrator', true);
 
 INSERT INTO repo (name, arch, base_url, type)
 VALUES
-('Service tarballs', 'x86_64', 'http://your-repo/', 1),
-('Service tarballs', 'aarch64', 'http://your-repo/', 1),
-('BM tools', 'x86_64', 'http://your-repo/', 2),
-('BM tools', 'aarch64', 'http://your-repo/', 2);
+('Service tarballs', 'x86_64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tarballs', 1),
+('Service tarballs', 'aarch64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tarballs', 1),
+('BM tools', 'x86_64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tools', 2),
+('BM tools', 'aarch64', 
'http://repos.bigtop.apache.org/releases/bigtop-manager/1.0.0/tools', 2);
 
 INSERT INTO llm_platform (credential, name, support_models)
 VALUES
diff --git a/pom.xml b/pom.xml
index 5e156506..ff09f89f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
     </modules>
 
     <properties>
-        <revision>0.0.1-SNAPSHOT</revision>
+        <revision>1.0.0</revision>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <java.version>17</java.version>
         <maven-assembly-plugin.version>3.7.1</maven-assembly-plugin.version>

Reply via email to