Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hilbrand committed Nov 25, 2021
1 parent d9514c4 commit 91abab6
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 17 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>AERIUS Search</name>
<url>https://www.aerius.nl</url>
Expand All @@ -42,6 +42,7 @@
<connection>scm:git:ssh://git@github.com/aerius/search.git</connection>
<developerConnection>scm:git:ssh://git@github.com/aerius/search.git</developerConnection>
<url>https://www.github.com/aerius/search</url>
<tag>1.1.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion search-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>search-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion search-service-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>search-service-extension</artifactId>
Expand Down
9 changes: 6 additions & 3 deletions search-service-geo/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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -10,7 +9,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service-geo</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<name>AERIUS Search :: Service Geo Capabilities</name>

<properties>
Expand Down Expand Up @@ -56,4 +55,8 @@
</dependency>
</dependencies>


<scm>
<tag>1.1.0</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions search-service-mocks/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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -10,7 +9,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service-mocks</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<name>AERIUS Search :: Service Mocks</name>

<dependencies>
Expand All @@ -32,4 +31,8 @@
</dependency>
</dependencies>


<scm>
<tag>1.1.0</tag>
</scm>
</project>
11 changes: 7 additions & 4 deletions search-service-pdok-locatieservice/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.6</version>
<relativePath/> <!-- lookup parent from repository -->
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service-pdok-locatieservice</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<name>AERIUS Search :: Service PDOK Locatieservice wrapper</name>

<properties>
Expand Down Expand Up @@ -56,4 +55,8 @@
</dependency>
</dependencies>


<scm>
<tag>1.1.0</tag>
</scm>
</project>
9 changes: 6 additions & 3 deletions search-service/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 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -10,7 +9,7 @@
</parent>
<groupId>nl.aerius</groupId>
<artifactId>search-service</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
<name>AERIUS Search :: Service</name>

<properties>
Expand Down Expand Up @@ -77,4 +76,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>1.1.0</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion search-shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>nl.aerius</groupId>
<artifactId>search-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>search-shared</artifactId>
Expand Down

0 comments on commit 91abab6

Please sign in to comment.