Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xooooooooox committed Dec 24, 2024
1 parent 194c1c3 commit 6c1a71e
Show file tree
Hide file tree
Showing 57 changed files with 84 additions and 84 deletions.
16 changes: 8 additions & 8 deletions 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.4-SNAPSHOT</version>
<version>0.2</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Rapid Application Development Platform</description>
Expand Down Expand Up @@ -39,12 +39,12 @@
<flattened.filename>.flatten-pom-xml</flattened.filename>
<javadoc.encoding>${project.build.sourceEncoding}</javadoc.encoding>
<central.server.id>central-portal</central.server.id>
<user.gpg.keyname/>
<user.minio.alias/>
<user.minio.bucket.path/>
<user.docker.build.registry/>
<user.docker.build.base_image/>
<user.jasypt.encryptor.password/>
<user.gpg.keyname />
<user.minio.alias />
<user.minio.bucket.path />
<user.docker.build.registry />
<user.docker.build.base_image />
<user.jasypt.encryptor.password />

<!-- plugin version -->
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
Expand Down Expand Up @@ -74,7 +74,7 @@
<url>${scm.git.web_url}</url>
<connection>scm:git:${scm.git.url}</connection>
<developerConnection>scm:git:${scm.git.url}</developerConnection>
<tag>HEAD</tag>
<tag>v0.2</tag>
</scm>

<issueManagement>
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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</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.4-SNAPSHOT</version>
<version>0.2</version>
<relativePath>../radp-parent/pom.xml</relativePath>
</parent>
<artifactId>radp-commons</artifactId>
Expand Down
Loading

0 comments on commit 6c1a71e

Please sign in to comment.