Skip to content

Commit af2079d

Browse files
committed
[maven-release-plugin] prepare release axon-4.5.12
1 parent 58c9c0a commit af2079d

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

pom.xml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,11 @@
1212
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
~ See the License for the specific language governing permissions and
1414
~ limitations under the License.
15-
-->
16-
17-
<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/xsd/maven-4.0.0.xsd">
15+
--><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/xsd/maven-4.0.0.xsd">
1816

1917
<groupId>org.axonframework</groupId>
2018
<artifactId>axon-bom</artifactId>
21-
<version>4.5.12-SNAPSHOT</version>
19+
<version>4.5.12</version>
2220

2321
<packaging>pom</packaging>
2422

@@ -60,6 +58,7 @@
6058

6159
<dependencyManagement>
6260
<dependencies>
61+
6362

6463
<!-- Axon Server Connector -->
6564
<dependency>
@@ -73,6 +72,12 @@
7372
<artifactId>axonserver-plugin-api</artifactId>
7473
<version>${axonserver-plugin-api.version}</version>
7574
</dependency>
75+
<!-- Project reactor - Included to avoid compatability issues when updating from older Axon versions -->
76+
<dependency>
77+
<groupId>io.projectreactor</groupId>
78+
<artifactId>reactor-core</artifactId>
79+
<version>${projectreactor.version}</version>
80+
</dependency>
7681
<!-- Axon Framework -->
7782
<dependency>
7883
<groupId>org.axonframework</groupId>
@@ -221,12 +226,6 @@
221226
<artifactId>axon-reactor-spring-boot-starter</artifactId>
222227
<version>${extension.reactor.version}</version>
223228
</dependency>
224-
<!-- Project reactor - Included to avoid compatability issues when updating from older Axon versions -->
225-
<dependency>
226-
<groupId>io.projectreactor</groupId>
227-
<artifactId>reactor-core</artifactId>
228-
<version>${projectreactor.version}</version>
229-
</dependency>
230229
<!-- Extension - Spring Cloud -->
231230
<dependency>
232231
<groupId>org.axonframework.extensions.springcloud</groupId>
@@ -373,7 +372,7 @@
373372
<connection>scm:git:git://github.com/AxonFramework/axon-bom.git</connection>
374373
<developerConnection>scm:git:git@github.com:AxonFramework/axon-bom.git</developerConnection>
375374
<url>https://github.com/AxonFramework/axon-bom</url>
376-
<tag>HEAD</tag>
375+
<tag>axon-4.5.12</tag>
377376
</scm>
378377

379378
<developers>

0 commit comments

Comments
 (0)