Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 30, 2022
1 parent 326c450 commit ce3c53e
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 25 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
~ limitations under the License.
-->

<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 @@ -26,7 +25,7 @@
</parent>

<artifactId>slf4j-mock-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<name>SLF4J mock parent</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -74,7 +73,7 @@
<connection>scm:git:git@github.com:s4u/slf4j-mock.git</connection>
<developerConnection>${project.scm.connection}</developerConnection>
<url>https://github.com/s4u/slf4j-mock</url>
<tag>HEAD</tag>
<tag>v2.3.0</tag>
</scm>

<distributionManagement>
Expand All @@ -93,7 +92,7 @@
<sonar.coverage.exclusions>**/slf4jmock/SimpleLogger.java</sonar.coverage.exclusions>
<sonar.projectName>SLF4J mock</sonar.projectName>
<sonar.coverage.jacoco.xmlReportPaths>../target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
<project.build.outputTimestamp>2022-04-20T19:28:53Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-09-30T16:06:40Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down
7 changes: 3 additions & 4 deletions slf4j-mock-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@
~ limitations under the License.
-->

<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>org.simplify4u</groupId>
<artifactId>slf4j-mock-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>slf4j-mock-common</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<name>SLF4J mock commons</name>

<properties>
Expand Down
6 changes: 2 additions & 4 deletions slf4j-mock-coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ limitations under the License.
-->

<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>slf4j-mock-parent</artifactId>
<groupId>org.simplify4u</groupId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>slf4j-mock-coverage-report</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions slf4j-mock-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ limitations under the License.
-->

<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>slf4j-mock-parent</artifactId>
<groupId>org.simplify4u</groupId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>slf4j-mock-tests</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions slf4j-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@
~ limitations under the License.
-->

<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>org.simplify4u</groupId>
<artifactId>slf4j-mock-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>slf4j-mock</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<name>SLF4J mock 1.7.x</name>

<properties>
Expand Down
7 changes: 3 additions & 4 deletions slf4j2-mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,17 @@
~ limitations under the License.
-->

<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>org.simplify4u</groupId>
<artifactId>slf4j-mock-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<artifactId>slf4j2-mock</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
<name>SLF4J mock 2.0.x</name>

<properties>
Expand Down

0 comments on commit ce3c53e

Please sign in to comment.