Skip to content

Commit

Permalink
feat: 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
x9x committed Dec 20, 2024
1 parent dc49fb1 commit 27c89af
Show file tree
Hide file tree
Showing 60 changed files with 88 additions and 82 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build And Publish Writerside documentation
name: Trigger Build Writerside documentation

on:
push:
branches: ["main"]
branches: main
paths: [ 'Writerside/*' ]
workflow_dispatch:

permissions:
Expand Down
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# ChangeLog

## 0.0.2-SNAPSHOT
## 0.1.3

- 使用 Writerside 维护工程文档
- 发布构件到中央仓库
- 支持发布构件到 central, GitHub packages, self-hosted artifactory
- Use GitHUb Actions build and publish GitHub Pages
- DDD 脚手架
- 基础通用组件
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
[![GitHub License](https://img.shields.io/github/license/xooooooooox/radp?style=for-the-badge)](LICENSE)
[![GitHub Release](https://img.shields.io/github/v/release/xooooooooox/radp?display_name=tag&style=for-the-badge)](https://github.com/xooooooooox/radp/releases)

[![Maven Central Version](https://img.shields.io/maven-central/v/space.x9x.radp/radp)](https://central.sonatype.com/namespace/space.x9x.radp)
[![GitHub Tag](https://img.shields.io/github/v/tag/xooooooooox/radp)](https://github.com/xooooooooox/radp/tags)

[[English]](./README.md) [[中文文档]](./README_CN.md) [[Documentation]](https://xooooooooox.github.io/radp)

## Introduction
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Rapid Application Development Platform</description>
Expand Down
2 changes: 1 addition & 1 deletion radp-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<relativePath>../radp-components/radp-parent/pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/radp-archetype-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-lite</artifactId>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-lite</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-lite-app</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-lite</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-lite-domain</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-lite</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-lite-infrastructure</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-lite</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-lite-trigger</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-lite</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-lite-types</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/radp-archetype-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-simple</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/radp-archetype-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-starter</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/radp-archetype-std/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<packaging>pom</packaging>
<artifactId>radp-archetype-std</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-std</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-std-api</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-std</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-std-app</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-std</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-std-case</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-std</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-std-domain</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-std</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-std-infrastructure</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-std</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-std-trigger</artifactId>
<name>${project.artifactId}</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetype-std</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-std-types</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/radp-archetype-tiny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>radp-archetype-tiny</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/scaffold-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>scaffold-lite</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/scaffold-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>scaffold-simple</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/scaffold-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>scaffold-starter</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/scaffold-std/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>scaffold-std</artifactId>
<packaging>maven-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion radp-archetypes/scaffold-tiny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-archetypes</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
</parent>
<artifactId>scaffold-tiny</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion radp-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion radp-components/radp-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>space.x9x.radp</groupId>
<artifactId>radp-parent</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>
<relativePath>../radp-parent/pom.xml</relativePath>
</parent>
<artifactId>radp-commons</artifactId>
Expand Down
Loading

0 comments on commit 27c89af

Please sign in to comment.