Skip to content

Commit eca296d

Browse files
committed
Update version to 3.4.2-0
1 parent 87eac0e commit eca296d

File tree

38 files changed

+335
-49
lines changed

38 files changed

+335
-49
lines changed

cachingxslt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.geonetwork-opensource</groupId>
3333
<artifactId>geonetwork</artifactId>
34-
<version>3.4.2-SNAPSHOT</version>
34+
<version>3.4.2-0</version>
3535
</parent>
3636

3737

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.geonetwork-opensource</groupId>
3333
<artifactId>geonetwork</artifactId>
34-
<version>3.4.2-SNAPSHOT</version>
34+
<version>3.4.2-0</version>
3535
</parent>
3636

3737

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.4.2-SNAPSHOT</version>
30+
<version>3.4.2-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

@@ -496,7 +496,7 @@
496496
<dependency>
497497
<groupId>org.geonetwork-opensource</groupId>
498498
<artifactId>es-core</artifactId>
499-
<version>3.4.2-SNAPSHOT</version>
499+
<version>3.4.2-0</version>
500500
</dependency>
501501
<dependency>
502502
<groupId>org.springframework</groupId>

csw-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.4.2-SNAPSHOT</version>
30+
<version>3.4.2-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

docs/changes3.4.2-0.txt

Lines changed: 286 additions & 0 deletions
Large diffs are not rendered by default.

docs/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.4.2-SNAPSHOT</version>
30+
<version>3.4.2-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>org.geonetwork-opensource</groupId>
3434
<artifactId>docs</artifactId>
3535
<name>Documentation module</name>
3636
<packaging>pom</packaging>
3737
<description></description>
38-
<version>3.4.2-SNAPSHOT</version>
38+
<version>3.4.2-0</version>
3939
<licenses>
4040
<license>
4141
<name>General Public License (GPL)</name>
4242
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
4343
</license>
4444
</licenses>
4545
<modules>
46-
<module>schema-doc</module>
46+
<!--<module>schema-doc</module>-->
4747
<module>manuals</module>
4848
</modules>
4949
</project>

domain/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.4.2-SNAPSHOT</version>
30+
<version>3.4.2-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

e2e-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<groupId>org.geonetwork-opensource</groupId>
3030
<artifactId>geonetwork</artifactId>
31-
<version>3.4.2-SNAPSHOT</version>
31+
<version>3.4.2-0</version>
3232
</parent>
3333
<artifactId>e2e-tests</artifactId>
3434
<packaging>pom</packaging>

es/es-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>es</artifactId>
77
<groupId>org.geonetwork-opensource</groupId>
8-
<version>3.4.2-SNAPSHOT</version>
8+
<version>3.4.2-0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>es-core</artifactId>

es/es-dashboards/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<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/maven-v4_0_0.xsd">
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.geonetwork-opensource</groupId>
26-
<version>3.4.2-SNAPSHOT</version>
26+
<version>3.4.2-0</version>
2727
<artifactId>es-dashboards</artifactId>
2828
<name>GeoNetwork dashboard app based on Kibana</name>
2929

3030
<parent>
3131
<artifactId>es</artifactId>
3232
<groupId>org.geonetwork-opensource</groupId>
33-
<version>3.4.2-SNAPSHOT</version>
33+
<version>3.4.2-0</version>
3434
</parent>
3535
<profiles>
3636
<profile>

0 commit comments

Comments
 (0)