From ceeac742f38aa5c263c336212584093e3fd2b94e Mon Sep 17 00:00:00 2001 From: xooooooooox Date: Sun, 29 Dec 2024 11:54:57 +0800 Subject: [PATCH] [maven-release-plugin] prepare release 0.6 --- pom.xml | 4 +- radp-agents/pom.xml | 2 +- radp-archetypes/pom.xml | 2 +- radp-archetypes/radp-archetype-lite/pom.xml | 2 +- .../radp-archetype-lite-app/pom.xml | 2 +- .../radp-archetype-lite-domain/pom.xml | 2 +- .../pom.xml | 2 +- .../radp-archetype-lite-trigger/pom.xml | 2 +- .../radp-archetype-lite-types/pom.xml | 2 +- radp-archetypes/radp-archetype-simple/pom.xml | 2 +- .../radp-archetype-starter/pom.xml | 2 +- radp-archetypes/radp-archetype-std/pom.xml | 2 +- .../radp-archetype-std-api/pom.xml | 2 +- .../radp-archetype-std-app/pom.xml | 2 +- .../radp-archetype-std-case/pom.xml | 2 +- .../radp-archetype-std-domain/pom.xml | 2 +- .../radp-archetype-std-infrastructure/pom.xml | 2 +- .../radp-archetype-std-trigger/pom.xml | 2 +- .../radp-archetype-std-types/pom.xml | 2 +- radp-archetypes/radp-archetype-tiny/pom.xml | 2 +- radp-archetypes/scaffold-lite/pom.xml | 2 +- radp-archetypes/scaffold-simple/pom.xml | 2 +- radp-archetypes/scaffold-starter/pom.xml | 2 +- radp-archetypes/scaffold-std/pom.xml | 2 +- radp-archetypes/scaffold-tiny/pom.xml | 2 +- radp-components/pom.xml | 2 +- radp-components/radp-commons/pom.xml | 2 +- radp-components/radp-dependencies/pom.xml | 42 +++++++++---------- radp-components/radp-extensions/pom.xml | 2 +- radp-components/radp-parent/pom.xml | 2 +- .../radp-spring-boot-starters/pom.xml | 2 +- .../radp-druid-spring-boot-starter/pom.xml | 2 +- .../radp-hikaricp-spring-boot-starter/pom.xml | 2 +- .../radp-jasypt-spring-boot-starter/pom.xml | 2 +- .../pom.xml | 2 +- .../radp-logging-spring-boot-starter/pom.xml | 2 +- .../radp-mybatis-spring-boot-starter/pom.xml | 2 +- .../radp-redis-spring-boot-starter/pom.xml | 2 +- .../radp-swagger3-spring-boot-starter/pom.xml | 2 +- .../radp-tomcat-spring-boot-tarter/pom.xml | 2 +- .../radp-undertow-spring-boot-starter/pom.xml | 2 +- radp-components/radp-spring-boot-test/pom.xml | 2 +- radp-components/radp-spring-boot/pom.xml | 2 +- .../radp-spring-cloud-starters/pom.xml | 2 +- .../radp-dubbo-spring-cloud-starter/pom.xml | 2 +- radp-components/radp-spring-cloud/pom.xml | 2 +- radp-components/radp-spring-data/pom.xml | 2 +- radp-components/radp-spring-framework/pom.xml | 2 +- .../radp-spring-integration/pom.xml | 2 +- radp-components/radp-spring-security/pom.xml | 2 +- radp-components/radp-spring-test/pom.xml | 2 +- radp-plugins/pom.xml | 2 +- radp-tests/pom.xml | 2 +- radp-tests/radp-deployment-tests/pom.xml | 2 +- radp-tests/radp-integration-tests/pom.xml | 2 +- radp-tests/radp-performance-tests/pom.xml | 2 +- radp-tests/radp-smoke-tests/pom.xml | 2 +- 57 files changed, 78 insertions(+), 78 deletions(-) diff --git a/pom.xml b/pom.xml index 37de242..74233fb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ space.x9x.radp radp - 0.6-SNAPSHOT + 0.6 pom ${project.artifactId} Rapid Application Development Platform @@ -74,7 +74,7 @@ ${scm.git.web_url} scm:git:${scm.git.url} scm:git:${scm.git.url} - HEAD + 0.6 diff --git a/radp-agents/pom.xml b/radp-agents/pom.xml index f786a0b..1ab8ef0 100644 --- a/radp-agents/pom.xml +++ b/radp-agents/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp - 0.6-SNAPSHOT + 0.6 ../pom.xml pom diff --git a/radp-archetypes/pom.xml b/radp-archetypes/pom.xml index 60054b2..5f249a2 100644 --- a/radp-archetypes/pom.xml +++ b/radp-archetypes/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-parent - 0.6-SNAPSHOT + 0.6 ../radp-components/radp-parent/pom.xml pom diff --git a/radp-archetypes/radp-archetype-lite/pom.xml b/radp-archetypes/radp-archetype-lite/pom.xml index f97ee83..de53fd9 100644 --- a/radp-archetypes/radp-archetype-lite/pom.xml +++ b/radp-archetypes/radp-archetype-lite/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 radp-archetype-lite pom diff --git a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-app/pom.xml b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-app/pom.xml index 96a783e..572fdc1 100644 --- a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-app/pom.xml +++ b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-app/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-lite - 0.6-SNAPSHOT + 0.6 radp-archetype-lite-app ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-domain/pom.xml b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-domain/pom.xml index 86cf9f2..0474bde 100644 --- a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-domain/pom.xml +++ b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-domain/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-lite - 0.6-SNAPSHOT + 0.6 radp-archetype-lite-domain ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-infrastructure/pom.xml b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-infrastructure/pom.xml index 5ea773b..b8299de 100644 --- a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-infrastructure/pom.xml +++ b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-infrastructure/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-lite - 0.6-SNAPSHOT + 0.6 radp-archetype-lite-infrastructure ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-trigger/pom.xml b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-trigger/pom.xml index 102ef35..051757e 100644 --- a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-trigger/pom.xml +++ b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-trigger/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-lite - 0.6-SNAPSHOT + 0.6 radp-archetype-lite-trigger ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-types/pom.xml b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-types/pom.xml index 3ba55d4..fde4e57 100644 --- a/radp-archetypes/radp-archetype-lite/radp-archetype-lite-types/pom.xml +++ b/radp-archetypes/radp-archetype-lite/radp-archetype-lite-types/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-lite - 0.6-SNAPSHOT + 0.6 radp-archetype-lite-types ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-simple/pom.xml b/radp-archetypes/radp-archetype-simple/pom.xml index 6be63ec..49f2142 100644 --- a/radp-archetypes/radp-archetype-simple/pom.xml +++ b/radp-archetypes/radp-archetype-simple/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 radp-archetype-simple ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-starter/pom.xml b/radp-archetypes/radp-archetype-starter/pom.xml index 8e7f33b..2ef65af 100644 --- a/radp-archetypes/radp-archetype-starter/pom.xml +++ b/radp-archetypes/radp-archetype-starter/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 radp-archetype-starter ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-std/pom.xml b/radp-archetypes/radp-archetype-std/pom.xml index 1865f5a..1981aea 100644 --- a/radp-archetypes/radp-archetype-std/pom.xml +++ b/radp-archetypes/radp-archetype-std/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 pom radp-archetype-std diff --git a/radp-archetypes/radp-archetype-std/radp-archetype-std-api/pom.xml b/radp-archetypes/radp-archetype-std/radp-archetype-std-api/pom.xml index 806c2bb..cac4cfd 100644 --- a/radp-archetypes/radp-archetype-std/radp-archetype-std-api/pom.xml +++ b/radp-archetypes/radp-archetype-std/radp-archetype-std-api/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-std - 0.6-SNAPSHOT + 0.6 radp-archetype-std-api ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-std/radp-archetype-std-app/pom.xml b/radp-archetypes/radp-archetype-std/radp-archetype-std-app/pom.xml index 831c932..52ed824 100644 --- a/radp-archetypes/radp-archetype-std/radp-archetype-std-app/pom.xml +++ b/radp-archetypes/radp-archetype-std/radp-archetype-std-app/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-std - 0.6-SNAPSHOT + 0.6 radp-archetype-std-app ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-std/radp-archetype-std-case/pom.xml b/radp-archetypes/radp-archetype-std/radp-archetype-std-case/pom.xml index 9a6c723..9e2f317 100644 --- a/radp-archetypes/radp-archetype-std/radp-archetype-std-case/pom.xml +++ b/radp-archetypes/radp-archetype-std/radp-archetype-std-case/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-std - 0.6-SNAPSHOT + 0.6 radp-archetype-std-case ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-std/radp-archetype-std-domain/pom.xml b/radp-archetypes/radp-archetype-std/radp-archetype-std-domain/pom.xml index f33e1fd..f099482 100644 --- a/radp-archetypes/radp-archetype-std/radp-archetype-std-domain/pom.xml +++ b/radp-archetypes/radp-archetype-std/radp-archetype-std-domain/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-std - 0.6-SNAPSHOT + 0.6 radp-archetype-std-domain ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-std/radp-archetype-std-infrastructure/pom.xml b/radp-archetypes/radp-archetype-std/radp-archetype-std-infrastructure/pom.xml index b00865c..b56f69b 100644 --- a/radp-archetypes/radp-archetype-std/radp-archetype-std-infrastructure/pom.xml +++ b/radp-archetypes/radp-archetype-std/radp-archetype-std-infrastructure/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-std - 0.6-SNAPSHOT + 0.6 radp-archetype-std-infrastructure ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-std/radp-archetype-std-trigger/pom.xml b/radp-archetypes/radp-archetype-std/radp-archetype-std-trigger/pom.xml index eb01d44..aaea101 100644 --- a/radp-archetypes/radp-archetype-std/radp-archetype-std-trigger/pom.xml +++ b/radp-archetypes/radp-archetype-std/radp-archetype-std-trigger/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-std - 0.6-SNAPSHOT + 0.6 radp-archetype-std-trigger ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-std/radp-archetype-std-types/pom.xml b/radp-archetypes/radp-archetype-std/radp-archetype-std-types/pom.xml index f919533..f7e7af8 100644 --- a/radp-archetypes/radp-archetype-std/radp-archetype-std-types/pom.xml +++ b/radp-archetypes/radp-archetype-std/radp-archetype-std-types/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetype-std - 0.6-SNAPSHOT + 0.6 radp-archetype-std-types ${project.artifactId} diff --git a/radp-archetypes/radp-archetype-tiny/pom.xml b/radp-archetypes/radp-archetype-tiny/pom.xml index 3bf059a..3876bdb 100644 --- a/radp-archetypes/radp-archetype-tiny/pom.xml +++ b/radp-archetypes/radp-archetype-tiny/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 radp-archetype-tiny ${project.artifactId} diff --git a/radp-archetypes/scaffold-lite/pom.xml b/radp-archetypes/scaffold-lite/pom.xml index 69fb40d..8dd705d 100644 --- a/radp-archetypes/scaffold-lite/pom.xml +++ b/radp-archetypes/scaffold-lite/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 scaffold-lite maven-archetype diff --git a/radp-archetypes/scaffold-simple/pom.xml b/radp-archetypes/scaffold-simple/pom.xml index 55158d8..073dcf1 100644 --- a/radp-archetypes/scaffold-simple/pom.xml +++ b/radp-archetypes/scaffold-simple/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 scaffold-simple ${project.artifactId} diff --git a/radp-archetypes/scaffold-starter/pom.xml b/radp-archetypes/scaffold-starter/pom.xml index b6eaecd..a5709c6 100644 --- a/radp-archetypes/scaffold-starter/pom.xml +++ b/radp-archetypes/scaffold-starter/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 scaffold-starter ${project.artifactId} diff --git a/radp-archetypes/scaffold-std/pom.xml b/radp-archetypes/scaffold-std/pom.xml index 560f51b..3e5a97a 100644 --- a/radp-archetypes/scaffold-std/pom.xml +++ b/radp-archetypes/scaffold-std/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 scaffold-std maven-archetype diff --git a/radp-archetypes/scaffold-tiny/pom.xml b/radp-archetypes/scaffold-tiny/pom.xml index 3605bc6..62353d6 100644 --- a/radp-archetypes/scaffold-tiny/pom.xml +++ b/radp-archetypes/scaffold-tiny/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-archetypes - 0.6-SNAPSHOT + 0.6 scaffold-tiny ${project.artifactId} diff --git a/radp-components/pom.xml b/radp-components/pom.xml index 55ad037..66ee9b9 100644 --- a/radp-components/pom.xml +++ b/radp-components/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp - 0.6-SNAPSHOT + 0.6 ../pom.xml pom diff --git a/radp-components/radp-commons/pom.xml b/radp-components/radp-commons/pom.xml index 247a51b..d902bd3 100644 --- a/radp-components/radp-commons/pom.xml +++ b/radp-components/radp-commons/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-parent - 0.6-SNAPSHOT + 0.6 ../radp-parent/pom.xml radp-commons diff --git a/radp-components/radp-dependencies/pom.xml b/radp-components/radp-dependencies/pom.xml index 8a6562d..827597e 100644 --- a/radp-components/radp-dependencies/pom.xml +++ b/radp-components/radp-dependencies/pom.xml @@ -4,7 +4,7 @@ space.x9x.radp radp-components - 0.6-SNAPSHOT + 0.6 ../pom.xml pom @@ -135,52 +135,52 @@ space.x9x.radp radp-commons - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-extensions - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-framework - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-test - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-boot-test - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-data - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-integration - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-security - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-boot - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-spring-cloud - 0.6-SNAPSHOT + 0.6 @@ -195,52 +195,52 @@ space.x9x.radp radp-tomcat-spring-boot-tarter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-jasypt-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-logging-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-mybatis-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-swagger3-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-undertow-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-druid-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-hikaricp-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-redis-spring-boot-starter - 0.6-SNAPSHOT + 0.6 space.x9x.radp radp-liquibase-spring-boot-starter - 0.6-SNAPSHOT + 0.6