File tree 11 files changed +13
-14
lines changed
11 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >backend</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >mongo</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >core</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >backend</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >core</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >common</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >core</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >configoperator</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >core</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >feedreader</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >core</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >dist</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<groupId >org.jboss.feedsaggregator.dist</groupId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >dist</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.jboss.feedsaggregator</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >4.0.4-SNAPSHOT </version >
7
+ <version >4.0.4</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<description >Powerful and modular Java RSS/ATOM feeds aggregator and indexer</description >
22
22
<connection >scm:git:https://github.com/jbossorg/feedsaggregator.git</connection >
23
23
<developerConnection >scm:git:git@github.com:jbossorg/feedsaggregator.git</developerConnection >
24
24
<url >https://github.com/jbossorg/feedsaggregator.git</url >
25
- <tag >HEAD </tag >
25
+ <tag >4.0.4 </tag >
26
26
</scm >
27
27
28
28
<distributionManagement >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jboss.feedsaggregator</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
9
9
</parent >
10
10
11
11
<artifactId >rest</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
6
5
<parent >
7
6
<groupId >org.jboss.feedsaggregator</groupId >
8
7
<artifactId >rest</artifactId >
9
- <version >4.0.4-SNAPSHOT </version >
8
+ <version >4.0.4</version >
10
9
</parent >
11
10
12
11
<artifactId >restapi-mongo</artifactId >
You can’t perform that action at this time.
0 commit comments