Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Linder committed Mar 15, 2021
1 parent 0aa54a5 commit 1517281
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 18 deletions.
6 changes: 2 additions & 4 deletions id-class-integration-support/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-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 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">
<parent>
<artifactId>id-class-parent</artifactId>
<groupId>com.github.honoluluhenk.id-class</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions id-class-jackson-integration/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-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 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>
<artifactId>id-class-parent</artifactId>
<groupId>com.github.honoluluhenk.id-class</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>id-class-jackson-integration</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions id-class-jpa-hibernate-integration/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-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 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>
<artifactId>id-class-parent</artifactId>
<groupId>com.github.honoluluhenk.id-class</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>id-class-jpa-hibernate-integration</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion id-class/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>id-class-parent</artifactId>
<groupId>com.github.honoluluhenk.id-class</groupId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
</parent>

<artifactId>id-class</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-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 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>

<groupId>com.github.honoluluhenk.id-class</groupId>
<artifactId>id-class-parent</artifactId>

<version>0.0.3-SNAPSHOT</version>
<version>0.0.3</version>
<packaging>pom</packaging>

<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Expand All @@ -31,7 +29,7 @@
<connection>scm:git:https://github.com/HonoluluHenk/id-class.git</connection>
<developerConnection>scm:git:ssh://[email protected]/HonoluluHenk/id-class.git</developerConnection>
<url>https://github.com/HonoluluHenk/id-class</url>
<tag>1.0.5</tag>
<tag>0.0.3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 1517281

Please sign in to comment.