Skip to content

Commit a9f05ed

Browse files
author
Libor Krzyzanek
committed
[maven-release-plugin] prepare release 4.0.4
1 parent 1256d0c commit a9f05ed

File tree

11 files changed

+13
-14
lines changed

11 files changed

+13
-14
lines changed

core/backend/mongo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>backend</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>mongo</artifactId>

core/backend/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>core</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>backend</artifactId>

core/common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>core</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>common</artifactId>

core/configoperator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>core</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>configoperator</artifactId>

core/feedreader/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>core</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>feedreader</artifactId>

core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>core</artifactId>

dist/feeds2mongo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>dist</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<groupId>org.jboss.feedsaggregator.dist</groupId>

dist/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>dist</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.jboss.feedsaggregator</groupId>
66
<artifactId>parent</artifactId>
7-
<version>4.0.4-SNAPSHOT</version>
7+
<version>4.0.4</version>
88
<packaging>pom</packaging>
99

1010
<description>Powerful and modular Java RSS/ATOM feeds aggregator and indexer</description>
@@ -22,7 +22,7 @@
2222
<connection>scm:git:https://github.com/jbossorg/feedsaggregator.git</connection>
2323
<developerConnection>scm:git:git@github.com:jbossorg/feedsaggregator.git</developerConnection>
2424
<url>https://github.com/jbossorg/feedsaggregator.git</url>
25-
<tag>HEAD</tag>
25+
<tag>4.0.4</tag>
2626
</scm>
2727

2828
<distributionManagement>

rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jboss.feedsaggregator</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
99
</parent>
1010

1111
<artifactId>rest</artifactId>

rest/restapi-mongo/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0"?>
2-
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>org.jboss.feedsaggregator</groupId>
87
<artifactId>rest</artifactId>
9-
<version>4.0.4-SNAPSHOT</version>
8+
<version>4.0.4</version>
109
</parent>
1110

1211
<artifactId>restapi-mongo</artifactId>

0 commit comments

Comments
 (0)