Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jadler-pom-1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liry committed Mar 13, 2022
1 parent 2b88f36 commit 8118257
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 18 deletions.
5 changes: 2 additions & 3 deletions jadler-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Copyright (c) 2012 - 2016 Jadler contributors
This program is made available under the terms of the MIT License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<artifactId>jadler-all</artifactId>
Expand All @@ -18,7 +17,7 @@ This program is made available under the terms of the MIT License.
<parent>
<groupId>net.jadler</groupId>
<artifactId>jadler-pom</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions jadler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Copyright (c) 2012 - 2016 Jadler contributors
This program is made available under the terms of the MIT License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<artifactId>jadler-core</artifactId>
Expand All @@ -16,7 +15,7 @@ This program is made available under the terms of the MIT License.
<parent>
<groupId>net.jadler</groupId>
<artifactId>jadler-pom</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions jadler-jdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Copyright (c) 2012 - 2016 Jadler contributors
This program is made available under the terms of the MIT License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<artifactId>jadler-jdk</artifactId>
Expand All @@ -17,7 +16,7 @@ This program is made available under the terms of the MIT License.
<parent>
<groupId>net.jadler</groupId>
<artifactId>jadler-pom</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions jadler-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Copyright (c) 2012 - 2016 Jadler contributors
This program is made available under the terms of the MIT License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<artifactId>jadler-jetty</artifactId>
Expand All @@ -16,7 +15,7 @@ This program is made available under the terms of the MIT License.
<parent>
<groupId>net.jadler</groupId>
<artifactId>jadler-pom</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>


Expand Down
5 changes: 2 additions & 3 deletions jadler-junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Copyright (c) 2012 - 2016 Jadler contributors
This program is made available under the terms of the MIT License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>

<artifactId>jadler-junit</artifactId>
Expand All @@ -16,7 +15,7 @@ This program is made available under the terms of the MIT License.
<parent>
<artifactId>jadler-pom</artifactId>
<groupId>net.jadler</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
</parent>

<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ Copyright (c) 2012 - 2016 Jadler contributors
This program is made available under the terms of the MIT License.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>net.jadler</groupId>
<artifactId>jadler-pom</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.3.1</version>
<name>${project.artifactId}</name>
<description>jadler - http services stubbing and mocking library</description>
<url>https://github.com/jadler-mocking/jadler</url>
Expand Down

0 comments on commit 8118257

Please sign in to comment.