Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v5.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdstruijk committed Oct 4, 2021
1 parent e2c49b3 commit 1803f78
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 38 deletions.
4 changes: 2 additions & 2 deletions docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<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>docker</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
<packaging>docker</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>Tailormap Dockerfile</name>
<description>Create a docker image of Tailormap</description>
Expand Down
5 changes: 2 additions & 3 deletions form/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>org.tailormap</groupId>
<artifactId>form</artifactId>
<name>form</name>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion geotools-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>geotools-commons</name>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<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>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
<packaging>pom</packaging>
<name>tailormap</name>
<url>https://github.com/b3partners/tailormap</url>
<scm>
<connection>scm:git:[email protected]:b3partners/tailormap.git</connection>
<developerConnection>scm:git:[email protected]:b3partners/tailormap.git</developerConnection>
<url>https://github.com/b3partners/tailormap.git</url>
<tag>HEAD</tag>
<tag>v5.9.9</tag>
</scm>
<ciManagement>
<system>Jenkins</system>
Expand Down
5 changes: 2 additions & 3 deletions solr-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0"?>
<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>solr-commons</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>solr-commons</name>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>Tomcat libs distributie</name>
<description>A zipfile w/ drivers to be placed in the Tomcat lib directory</description>
Expand Down
5 changes: 2 additions & 3 deletions viewer-admin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0"?>
<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>viewer-admin</artifactId>
<packaging>war</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>viewer-admin</name>
<properties>
Expand Down
5 changes: 2 additions & 3 deletions viewer-audit-noplogger/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0"?>
<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>org.tailormap</groupId>
<artifactId>viewer-audit-noplogger</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>viewer auditing NOP logger module</name>
<description>This module primarily serves the testcase of having multiple LoggingService proviers on the classpath
Expand Down
5 changes: 2 additions & 3 deletions viewer-audit/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0"?>
<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>org.tailormap</groupId>
<artifactId>viewer-audit</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>viewer auditing module</name>
<dependencies>
Expand Down
5 changes: 2 additions & 3 deletions viewer-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0"?>
<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>viewer-commons</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>viewer-commons</name>
<dependencies>
Expand Down
8 changes: 3 additions & 5 deletions viewer-config-persistence/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0"?>
<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>viewer-config-persistence</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>viewer-config-persistence</name>
<build>
Expand Down Expand Up @@ -55,8 +54,7 @@
<configuration>
<target>
<!-- run after schema gegeration -->
<move file="target/classes/scripts/hsql-schema-export.sql"
tofile="target/classes/scripts/hsqldb-schema-export.sql"/>
<move file="target/classes/scripts/hsql-schema-export.sql" tofile="target/classes/scripts/hsqldb-schema-export.sql" />
</target>
</configuration>
<goals>
Expand Down
5 changes: 2 additions & 3 deletions viewer-helpers/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?xml version="1.0"?>
<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>viewer-helpers</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>viewer-helpers</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion viewer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>viewer</name>
<properties>
Expand Down
5 changes: 2 additions & 3 deletions web-commons/pom.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
<?xml version="1.0"?>
<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>org.tailormap</groupId>
<artifactId>web-commons</artifactId>
<packaging>jar</packaging>
<parent>
<groupId>org.tailormap</groupId>
<artifactId>tailormap</artifactId>
<version>5.9.9-SNAPSHOT</version>
<version>5.9.9</version>
</parent>
<name>web-commons</name>
<dependencies>
Expand Down

0 comments on commit 1803f78

Please sign in to comment.