Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd0a66a4

Browse files
committed
[maven-release-plugin] prepare release axon-5.0.0-preview
1 parent4dac758 commitd0a66a4

File tree

18 files changed

+25
-33
lines changed

18 files changed

+25
-33
lines changed

‎axon-server-connector/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework</groupId>
2222
<artifactId>axon</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0-preview</version>
2424
</parent>
2525

2626
<artifactId>axon-server-connector</artifactId>

‎eventsourcing/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework</groupId>
2222
<artifactId>axon</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0-preview</version>
2424
</parent>
2525

2626
<artifactId>axon-eventsourcing</artifactId>

‎integrationtests/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<artifactId>axon</artifactId>
2121
<groupId>org.axonframework</groupId>
22-
<version>5.0.0-SNAPSHOT</version>
22+
<version>5.0.0-preview</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

‎legacy-aggregate/pom.xml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<projectxmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<projectxmlns="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">
2119
<parent>
2220
<groupId>org.axonframework</groupId>
2321
<artifactId>axon</artifactId>
24-
<version>5.0.0-SNAPSHOT</version>
22+
<version>5.0.0-preview</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

‎legacy-saga/pom.xml‎

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,11 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<projectxmlns="http://maven.apache.org/POM/4.0.0"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<projectxmlns="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">
2119
<parent>
2220
<groupId>org.axonframework</groupId>
2321
<artifactId>axon</artifactId>
24-
<version>5.0.0-SNAPSHOT</version>
22+
<version>5.0.0-preview</version>
2523
</parent>
2624
<modelVersion>4.0.0</modelVersion>
2725

‎legacy/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.axonframework</groupId>
2121
<artifactId>axon</artifactId>
22-
<version>5.0.0-SNAPSHOT</version>
22+
<version>5.0.0-preview</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525

‎messaging/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework</groupId>
2222
<artifactId>axon</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0-preview</version>
2424
</parent>
2525

2626
<artifactId>axon-messaging</artifactId>

‎metrics-micrometer/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework</groupId>
2222
<artifactId>axon</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0-preview</version>
2424
</parent>
2525

2626
<artifactId>axon-micrometer</artifactId>

‎metrics/pom.xml‎

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<projectxmlns="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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.axonframework</groupId>
2322
<artifactId>axon</artifactId>
24-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0-preview</version>
2524
</parent>
2625

2726
<artifactId>axon-metrics</artifactId>

‎migration/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.axonframework</groupId>
2222
<artifactId>axon</artifactId>
23-
<version>5.0.0-SNAPSHOT</version>
23+
<version>5.0.0-preview</version>
2424
</parent>
2525

2626
<artifactId>axon-migration</artifactId>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp