Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sqlrest
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
comm
sqlrest
Commits
348a78b6
Commit
348a78b6
authored
Jul 24, 2025
by
inrgihc
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version for 1.4.0
parent
5c4be730
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
21 additions
and
15 deletions
+21
-15
.gitee/ISSUE_TEMPLATE/issue.yml
+1
-0
build-docker/build_and_push_image.sh
+1
-1
pom.xml
+6
-1
sqlrest-cache/pom.xml
+1
-1
sqlrest-common/pom.xml
+1
-1
sqlrest-core/pom.xml
+1
-1
sqlrest-dist/pom.xml
+1
-1
sqlrest-executor/pom.xml
+1
-1
sqlrest-gateway/pom.xml
+1
-1
sqlrest-manager/pom.xml
+1
-1
sqlrest-mcp/pom.xml
+1
-1
sqlrest-mcp/sqlrest-mcp-core/pom.xml
+1
-1
sqlrest-mcp/sqlrest-mcp-springmvc/pom.xml
+1
-1
sqlrest-persistence/pom.xml
+1
-1
sqlrest-template/pom.xml
+1
-1
version.cmd
+1
-1
No files found.
.gitee/ISSUE_TEMPLATE/issue.yml
View file @
348a78b6
...
@@ -10,6 +10,7 @@ body:
...
@@ -10,6 +10,7 @@ body:
-
"
1.1.0"
-
"
1.1.0"
-
"
1.2.0"
-
"
1.2.0"
-
"
1.3.0"
-
"
1.3.0"
-
"
1.4.0"
validations
:
validations
:
required
:
true
required
:
true
-
type
:
dropdown
-
type
:
dropdown
...
...
build-docker/build_and_push_image.sh
View file @
348a78b6
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
set
-e
set
-e
SQLREST_VERSION
=
1.
3
.0
SQLREST_VERSION
=
1.
4
.0
BUILD_DOCKER_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
BUILD_DOCKER_DIR
=
"
$(
cd
"
$(
dirname
"
$0
"
)
"
&&
pwd
)
"
PROJECT_ROOT_DIR
=
$(
dirname
"
$BUILD_DOCKER_DIR
"
)
PROJECT_ROOT_DIR
=
$(
dirname
"
$BUILD_DOCKER_DIR
"
)
DOCKER_SQLREST_DIR
=
$BUILD_DOCKER_DIR
/sqlrest
DOCKER_SQLREST_DIR
=
$BUILD_DOCKER_DIR
/sqlrest
...
...
pom.xml
View file @
348a78b6
...
@@ -7,8 +7,13 @@
...
@@ -7,8 +7,13 @@
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
<scm>
<url>
https://gitee.com/inrgihc/sqlrest
</url>
<connection>
scm:git:https://gitee.com/inrgihc/sqlrest.git
</connection>
<developerConnection>
scm:git:https://gitee.com/inrgihc/sqlrest.git
</developerConnection>
</scm>
<properties>
<properties>
<java.version>
1.8
</java.version>
<java.version>
1.8
</java.version>
<maven-jar-plugin.version>
3.1.1
</maven-jar-plugin.version>
<maven-jar-plugin.version>
3.1.1
</maven-jar-plugin.version>
...
...
sqlrest-cache/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-cache
</artifactId>
<artifactId>
sqlrest-cache
</artifactId>
...
...
sqlrest-common/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-common
</artifactId>
<artifactId>
sqlrest-common
</artifactId>
...
...
sqlrest-core/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-core
</artifactId>
<artifactId>
sqlrest-core
</artifactId>
...
...
sqlrest-dist/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-dist
</artifactId>
<artifactId>
sqlrest-dist
</artifactId>
...
...
sqlrest-executor/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-executor
</artifactId>
<artifactId>
sqlrest-executor
</artifactId>
...
...
sqlrest-gateway/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-gateway
</artifactId>
<artifactId>
sqlrest-gateway
</artifactId>
...
...
sqlrest-manager/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-manager
</artifactId>
<artifactId>
sqlrest-manager
</artifactId>
...
...
sqlrest-mcp/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
sqlrest-mcp/sqlrest-mcp-core/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-mcp
</artifactId>
<artifactId>
sqlrest-mcp
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
sqlrest-mcp/sqlrest-mcp-springmvc/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-mcp
</artifactId>
<artifactId>
sqlrest-mcp
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
...
...
sqlrest-persistence/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-persistence
</artifactId>
<artifactId>
sqlrest-persistence
</artifactId>
...
...
sqlrest-template/pom.xml
View file @
348a78b6
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<artifactId>
sqlrest-parent
</artifactId>
<artifactId>
sqlrest-parent
</artifactId>
<groupId>
com.gitee.sqlrest
</groupId>
<groupId>
com.gitee.sqlrest
</groupId>
<version>
1.
3
.0
</version>
<version>
1.
4
.0
</version>
</parent>
</parent>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
sqlrest-template
</artifactId>
<artifactId>
sqlrest-template
</artifactId>
...
...
version.cmd
View file @
348a78b6
@echo off
@echo off
set APP_VERSION=1.
3
.0
set APP_VERSION=1.
4
.0
echo "Clean Project ..."
echo "Clean Project ..."
call mvn clean -f pom.xml
call mvn clean -f pom.xml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment