Skip to content

Commit 6bb87fa

Browse files
committed
202506.d
1 parent 7e5456d commit 6bb87fa

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Introduction
1313

14-
PublicCMS is an open source JAVACMS system developed with mainstream technologies in 2024. Developed by Tianjin Black Core Technology Co., LTD., the structure is scientific, easily support tens of millions of data, tens of millions of PV; Support visual editing, multi-dimensional expansion, full-text search, static site, SSI, dynamic page local static, URL rules completely customized for you to quickly build a site, large-scale site to provide a powerful drive, is also a good choice for enterprise project product prototype.
14+
PublicCMS is an open source JAVACMS system developed with mainstream technologies in 2025. Developed by Tianjin Black Core Technology Co., LTD., the structure is scientific, easily support tens of millions of data, tens of millions of PV; Support visual editing, multi-dimensional expansion, full-text search, static site, SSI, dynamic page local static, URL rules completely customized for you to quickly build a site, large-scale site to provide a powerful drive, is also a good choice for enterprise project product prototype.
1515

1616
## Get the source code
1717

README.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## 简介
1313

14-
PublicCMS是采用2024年主流技术开发的开源JAVACMS系统。由天津黑核科技有限公司开发,架构科学,轻松支撑上千万数据、千万PV;支持可视化编辑,多维扩展,全文搜索,全站静态化,SSI,动态页面局部静态化,URL规则完全自定义等为您快速建站,建设大规模站点提供强大驱动,也是企业级项目产品原型的良好选择。
14+
PublicCMS是采用2025年主流技术开发的开源JAVACMS系统。由天津黑核科技有限公司开发,架构科学,轻松支撑上千万数据、千万PV;支持可视化编辑,多维扩展,全文搜索,全站静态化,SSI,动态页面局部静态化,URL规则完全自定义等为您快速建站,建设大规模站点提供强大驱动,也是企业级项目产品原型的良好选择。
1515

1616
## 获取源码
1717

publiccms-parent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ subprojects {
2323
apply plugin: "eclipse-wtp"
2424

2525
group = "com.publiccms"
26-
version = "V4.0.2024506.c"
26+
version = "V4.0.2024506.d"
2727

2828
test.enabled = false
2929

publiccms-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.source>${java.version}</maven.compiler.source>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
24-
<version.publiccms>V4.0.202506.c</version.publiccms>
24+
<version.publiccms>V4.0.202506.d</version.publiccms>
2525
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
2626
<!-- 5,6 for jakarta -->
2727
<version.servlet>4.0.1</version.servlet>

publiccms-parent/publiccms-core/src/main/java/com/publiccms/common/constants/CmsVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public static final String getVersion() {
3838
* @return revision
3939
*/
4040
public static final String getRevision() {
41-
return "c";
41+
return "d";
4242
}
4343

4444
/**

0 commit comments

Comments
 (0)