Commit 0b38f251 authored by 侯力峰's avatar 侯力峰
Browse files

发布1.0.1-RELEASE版本

parent 96096914
# 版本1.0.1-RELEASE
发布时间: 2024/7/19
更新内容:
- 修改User对象无法序列化的修饰符,扩展User对象的属性
# 版本1.0.0-RELEASE
发布时间: 2023/5/4
......
......@@ -8,7 +8,7 @@
<groupId>cn.spatiotemporal</groupId>
<artifactId>spatiotemporal-web-core</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1-RELEASE</version>
<packaging>jar</packaging>
<name>spatiotemporal-web-core</name>
<description>时空开放平台Web端 核心模块</description>
......@@ -211,9 +211,9 @@
<!-- 项目仓库信息 -->
<scm>
<connection>scm:https://spatiotemporal.cn/gitlab/open-spatio/spatiotemporal-core.git</connection>
<developerConnection>https://spatiotemporal.cn/gitlab/open-spatio/spatiotemporal-core</developerConnection>
<url>https://spatiotemporal.cn/gitlab/open-spatio/spatiotemporal-core.git</url>
<connection>scm:https://spatiotemporal.cn/gitlab/open-spatio/spatiotemporal-web-core.git</connection>
<developerConnection>https://spatiotemporal.cn/gitlab/open-spatio/spatiotemporal-web-core</developerConnection>
<url>https://spatiotemporal.cn/gitlab/open-spatio/spatiotemporal-web-core.git</url>
<tag>${project.version}</tag>
</scm>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment