Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit afcaf52

Browse files
committed
prepare release 04.07.04-RPM
1 parent 9998f81 commit afcaf52

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
<parent>
2222
<groupId>org.rapidpm</groupId>
2323
<artifactId>rapidpm-dependencies</artifactId>
24-
<version>04.07.01-107</version>
24+
<version>04.07.04-RPM</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

2828
<groupId>org.rapidpm</groupId>
2929
<artifactId>rapidpm-dependencies-core-properties</artifactId>
30-
<version>04.07.01</version>
30+
<version>04.07.04</version>
3131

3232
<inceptionYear>2013</inceptionYear>
3333
<organization>
@@ -123,12 +123,12 @@
123123
<dependency>
124124
<groupId>org.rapidpm</groupId>
125125
<artifactId>rapidpm-functional-reactive</artifactId>
126-
<version>01.00.07-106</version>
126+
<version>01.00.07-RPM</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>org.rapidpm</groupId>
130130
<artifactId>rapidpm-logger-adapter</artifactId>
131-
<version>01.00.10-106</version>
131+
<version>01.00.10-RPM</version>
132132
</dependency>
133133
</dependencies>
134134

version-number-rules.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
<!--
2+
3+
Copyright © 2013 Sven Ruppert ([email protected])
4+
5+
Licensed under the Apache License, Version 2.0 (the "License");
6+
you may not use this file except in compliance with the License.
7+
You may obtain a copy of the License at
8+
9+
http://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
17+
-->
118
<ruleset comparisonMethod="maven"
219
xmlns="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
320
xsi:schemaLocation="http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd">

0 commit comments

Comments
 (0)