Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbstarll committed Jan 16, 2023
1 parent 4dc2995 commit 7c486cf
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 19 deletions.
9 changes: 4 additions & 5 deletions MODEL/collection/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>dubai-model-collection</artifactId>

Expand All @@ -14,12 +13,12 @@
<dependency>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model-entity</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model-entity</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion MODEL/entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>dubai-model-entity</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion MODEL/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>dubai-model</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions MODEL/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>dubai-model-service</artifactId>

Expand All @@ -13,12 +13,12 @@
<dependency>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model-collection</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
<dependency>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model-entity</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions MODULE/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>dubai-module</artifactId>
<packaging>pom</packaging>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai-model-service</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -9,7 +8,7 @@
</parent>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<packaging>pom</packaging>

<description>parent of dubai framework</description>
Expand All @@ -19,7 +18,7 @@
<connection>scm:git:${project.git.git.root}</connection>
<developerConnection>scm:git:${project.git.web.root}</developerConnection>
<url>${project.git.web.master}</url>
<tag>HEAD</tag>
<tag>v1.0.1</tag>
</scm>

<modules>
Expand Down
5 changes: 2 additions & 3 deletions report-aggregate/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.github.dbstarll.dubai</groupId>
<artifactId>dubai</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>dubai-report-aggregate</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit 7c486cf

Please sign in to comment.