Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mariaDB4j-2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKnowles authored and Knowles Atchison committed May 21, 2023
1 parent 5c8d6a0 commit a11e2cb
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 22 deletions.
6 changes: 2 additions & 4 deletions mariaDB4j-app/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-pom</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions mariaDB4j-core/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-pom</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions mariaDB4j-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-pom</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions mariaDB4j-springboot/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-pom</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 2 additions & 4 deletions mariaDB4j/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +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>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-pom</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>dev.atchison.mariaDB4j</groupId>
<artifactId>mariaDB4j-pom</artifactId>
<version>2.7.0-SNAPSHOT</version>
<version>2.7.0</version>
<packaging>pom</packaging>

<scm>
Expand All @@ -22,7 +22,7 @@
see https://github.com/vorburger/MariaDB4j/issues/43.
-->
<developerConnection>scm:git:git@github.com:TheKnowles/MariaDB4j.git</developerConnection>
<tag>HEAD</tag>
<tag>mariaDB4j-2.7.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit a11e2cb

Please sign in to comment.