Skip to content

Commit 9bcdbc0

Browse files
[maven-release-plugin] prepare release 1.3.4
1 parent e9d2202 commit 9bcdbc0

File tree

32 files changed

+34
-36
lines changed

32 files changed

+34
-36
lines changed

Diff for: eea-all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
</parent>
1717

1818
<artifactId>no-npe-eea-all</artifactId>

Diff for: eea-generator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
</parent>
1717

1818
<artifactId>no-npe-eea-generator</artifactId>

Diff for: libs/eea-byte-buddy-1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-classgraph-4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-commons-configuration-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-commons-io-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-commons-lang-3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-directory-watcher-0/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-eclipse-platform/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@ SPDX-FileContributor: Sebastian Thomschke (https://sebthom.de), Vegard IT GmbH (
55
SPDX-License-Identifier: EPL-2.0
66
SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
77
-->
8-
<project xmlns="http://maven.apache.org/POM/4.0.0"
9-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
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">
119

1210
<modelVersion>4.0.0</modelVersion>
1311

1412
<parent>
1513
<groupId>com.vegardit.no-npe</groupId>
1614
<artifactId>no-npe-parent</artifactId>
17-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1816
<relativePath>../..</relativePath>
1917
</parent>
2018

Diff for: libs/eea-gson-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-guava/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-jackson-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-jakarta-mail-api-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-jakarta-servlet-api-6/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-java-11/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-java-17/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-java-21/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-javax-mail-api-1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-javax-portlet-api-3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-javax-servlet-api-4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-jaxb-4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-junit-5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-osgi-core-8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-quartz-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-slf4j-1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-slf4j-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-snakeyaml-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-spring-5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-spring-6/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-wicket-10/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: libs/eea-xstream-1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SPDX-ArtifactOfProjectHomePage: https://github.com/vegardit/no-npe
1212
<parent>
1313
<groupId>com.vegardit.no-npe</groupId>
1414
<artifactId>no-npe-parent</artifactId>
15-
<version>1.3.4-SNAPSHOT</version>
15+
<version>1.3.4</version>
1616
<relativePath>../..</relativePath>
1717
</parent>
1818

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ check for new dependency/plugin updates using:
2020

2121
<groupId>com.vegardit.no-npe</groupId>
2222
<artifactId>no-npe-parent</artifactId>
23-
<version>1.3.4-SNAPSHOT</version>
23+
<version>1.3.4</version>
2424
<packaging>pom</packaging>
2525

2626

@@ -93,7 +93,7 @@ check for new dependency/plugin updates using:
9393
<url>https://github.com/vegardit/no-npe</url>
9494
<connection>scm:git:https://github.com/vegardit/no-npe.git</connection>
9595
<developerConnection>scm:git:https://github.com/vegardit/no-npe.git</developerConnection>
96-
<tag>HEAD</tag>
96+
<tag>1.3.4</tag>
9797
</scm>
9898

9999

0 commit comments

Comments
 (0)