Skip to content

Commit

Permalink
[maven-release-plugin] prepare release objectmorph-0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-ennahdi committed Oct 30, 2024
1 parent ec4a6e8 commit 3f57ce7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 19 deletions.
8 changes: 3 additions & 5 deletions objectmorph-app/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.mohamed-ennahdi</groupId>
<artifactId>objectmorph</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>objectmorph-app</artifactId>
<properties>
Expand All @@ -27,7 +25,7 @@
<dependency>
<groupId>com.github.mohamed-ennahdi</groupId>
<artifactId>objectmorph-renderer</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
Expand Down
6 changes: 2 additions & 4 deletions objectmorph-logic/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.mohamed-ennahdi</groupId>
<artifactId>objectmorph</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>objectmorph-logic</artifactId>
<properties>
Expand Down
8 changes: 3 additions & 5 deletions objectmorph-renderer/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.mohamed-ennahdi</groupId>
<artifactId>objectmorph</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<artifactId>objectmorph-renderer</artifactId>
<properties>
Expand All @@ -16,7 +14,7 @@
<dependency>
<groupId>com.github.mohamed-ennahdi</groupId>
<artifactId>objectmorph-logic</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>com.j2html</groupId>
Expand Down
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.mohamed-ennahdi</groupId>
<artifactId>objectmorph</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>
<modules>
<module>objectmorph-app</module>
Expand All @@ -18,7 +16,8 @@
<connection>scm:git:https://github.com/mohamed-ennahdi/objectmorph.git</connection>
<developerConnection>scm:git:https://github.com/mohamed-ennahdi/objectmorph.git</developerConnection>
<url>https://github.com/mohamed-ennahdi/objectmorph</url>
</scm>
<tag>objectmorph-0.0.1</tag>
</scm>
<developers>
<developer>
<name>Mohamed ENNAHDI EL IDRISSI</name>
Expand Down

0 comments on commit 3f57ce7

Please sign in to comment.