Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeckiJ committed Nov 14, 2023
1 parent aa90120 commit 5aa81a1
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 38 deletions.
2 changes: 1 addition & 1 deletion io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>
<artifactId>helgoland-io</artifactId>
<packaging>jar</packaging>
Expand Down
68 changes: 35 additions & 33 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,50 @@
<artifactId>parent</artifactId>
<version>27</version>
</parent>

<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
<packaging>pom</packaging>
<name>Sensor Web Server Helgoland</name>
<url>https://52north.org/research/research-labs/sensor-web/</url>
<inceptionYear>2013</inceptionYear>

<modules>
<module>io</module>
<module>rest</module>
<module>spi</module>
<module>xml-pdf-format</module>
<module>web-resources</module>
</modules>
<organization>
<name>52North Spatial Information Research GmbH</name>
<url>https://52north.org</url>
</organization>

<organization>
<name>52North Spatial Information Research GmbH</name>
<url>https://52north.org</url>
</organization>

<developers>
<developer>
<id>bredel</id>
<name>Henning Bredel</name>
<email>h.bredel@52north.org</email>
</developer>
</developers>

<licenses>
<license>
<name>GNU General Public License, Version 2.0</name>
<url>https://www.gnu.de/documents/gpl-2.0.en.html</url>
</license>
</licenses>

<scm>
<connection>scm:git:https://github.com/52North/series-rest-api.git</connection>
<developerConnection>scm:git:https://github.com/52North/series-rest-api.git</developerConnection>
<url>https://github.com/52North/series-rest-api</url>
<tag>HEAD</tag>
<tag>v3.5.1</tag>
</scm>

<properties>
<!-- dev | ci | prod -->
<env>dev</env>
Expand All @@ -68,8 +68,10 @@
<version.java>11</version.java>
<java.compiler.source>${version.java}</java.compiler.source>
<java.compiler.target>${version.java}</java.compiler.target>
<maven.compiler.source>${version.java}</maven.compiler.source>
<maven.compiler.target>${version.java}</maven.compiler.target>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -80,7 +82,7 @@
<scope>import</scope>
<type>pom</type>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
Expand Down Expand Up @@ -134,7 +136,7 @@
<artifactId>faroe-annotations</artifactId>
<version>${arctic-sea.version}</version>
</dependency>

<!-- geotools dependencies -->
<dependency>
<groupId>org.geotools</groupId>
Expand Down Expand Up @@ -447,7 +449,7 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.apache.avalon.framework</groupId>
<artifactId>avalon-framework-api</artifactId>
Expand All @@ -458,7 +460,7 @@
<artifactId>avalon-framework-impl</artifactId>
<version>4.3.1</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
Expand Down Expand Up @@ -511,7 +513,7 @@
<version>8.0.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
Expand All @@ -525,15 +527,15 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>

<pluginManagement>
<plugins>
<plugin>
Expand All @@ -550,7 +552,7 @@
</archive>
</configuration>
</plugin>

<plugin>
<!-- license headers -->
<groupId>com.mycila</groupId>
Expand All @@ -576,7 +578,7 @@
<strictCheck>true</strictCheck>
</configuration>
</plugin>

<plugin>
<!-- dependencies' licenses -->
<groupId>org.codehaus.mojo</groupId>
Expand All @@ -597,7 +599,7 @@
</licenseMerges>
</configuration>
</plugin>

<plugin>
<!-- assemble licenses -->
<groupId>org.jasig.maven</groupId>
Expand All @@ -610,7 +612,7 @@
<generateChildNotices>false</generateChildNotices>
</configuration>
</plugin>

<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
Expand All @@ -624,7 +626,7 @@
</source>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
Expand All @@ -634,7 +636,7 @@
</descriptors>
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand All @@ -651,7 +653,7 @@
</rules>
</configuration>
</plugin>

<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -664,7 +666,7 @@
</plugins>
</pluginManagement>
</build>

<profiles>
<profile>
<id>jdk8</id>
Expand Down Expand Up @@ -730,9 +732,9 @@
</plugins>
</build>
</profile>

</profiles>

<repositories>
<repository>
<id>n52-releases</id>
Expand Down Expand Up @@ -766,9 +768,9 @@
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down
2 changes: 1 addition & 1 deletion rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>
<artifactId>helgoland-rest</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>
<artifactId>helgoland-spi</artifactId>
<name>Sensor Web Server Helgoland - SPI module</name>
Expand Down
2 changes: 1 addition & 1 deletion web-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>helgoland-parent</artifactId>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>
<packaging>jar</packaging>
<name>Sensor Web Server Helgoland - Web Resources</name>
Expand Down
2 changes: 1 addition & 1 deletion xml-pdf-format/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.n52.sensorweb-server.helgoland</groupId>
<artifactId>helgoland-parent</artifactId>
<version>3.5.1-SNAPSHOT</version>
<version>3.5.1</version>
</parent>
<artifactId>helgoland-xml-pdf-format</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 5aa81a1

Please sign in to comment.