Skip to content

Commit

Permalink
[maven-release-plugin] prepare release avaje-jex-parent-2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbygrave committed May 9, 2022
1 parent 94cf1f2 commit 80f111e
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 32 deletions.
11 changes: 5 additions & 6 deletions avaje-jex-freemarker/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?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>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<artifactId>avaje-jex-freemarker</artifactId>
Expand All @@ -19,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<scope>provided</scope>
</dependency>

Expand All @@ -33,14 +32,14 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-jetty</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 3 additions & 5 deletions avaje-jex-grizzly/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>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>

<dependency>
Expand Down
8 changes: 3 additions & 5 deletions avaje-jex-jdk/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>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +19,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>

</dependencies>
Expand Down
8 changes: 3 additions & 5 deletions avaje-jex-jetty/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>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +19,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions avaje-jex-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<artifactId>avaje-jex-mustache</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<scope>provided</scope>
</dependency>

Expand All @@ -33,14 +33,14 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-jetty</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-test</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions avaje-jex-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>avaje-jex-parent</artifactId>
<groupId>io.avaje</groupId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<artifactId>avaje-jex-test</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion avaje-jex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.avaje</groupId>
<artifactId>avaje-jex-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
</parent>

<artifactId>avaje-jex</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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>
<groupId>org.avaje</groupId>
Expand All @@ -10,12 +9,12 @@

<groupId>io.avaje</groupId>
<artifactId>avaje-jex-parent</artifactId>
<version>2.1-SNAPSHOT</version>
<version>2.1</version>
<packaging>pom</packaging>

<scm>
<developerConnection>scm:git:git@github.com:avaje/avaje-jex.git</developerConnection>
<tag>HEAD</tag>
<tag>avaje-jex-parent-2.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 80f111e

Please sign in to comment.