|  | 
| 12 | 12 |   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
| 13 | 13 |   ~ See the License for the specific language governing permissions and | 
| 14 | 14 |   ~ 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"> | 
| 18 | 16 | 
 | 
| 19 | 17 |     <groupId>org.axonframework</groupId> | 
| 20 | 18 |     <artifactId>axon-bom</artifactId> | 
| 21 |  | -    <version>4.5.12-SNAPSHOT</version> | 
|  | 19 | +    <version>4.5.12</version> | 
| 22 | 20 | 
 | 
| 23 | 21 |     <packaging>pom</packaging> | 
| 24 | 22 | 
 | 
|  | 
| 60 | 58 | 
 | 
| 61 | 59 |     <dependencyManagement> | 
| 62 | 60 |         <dependencies> | 
|  | 61 | +         | 
| 63 | 62 | 
 | 
| 64 | 63 |             <!-- Axon Server Connector --> | 
| 65 | 64 |             <dependency> | 
|  | 
| 73 | 72 |                 <artifactId>axonserver-plugin-api</artifactId> | 
| 74 | 73 |                 <version>${axonserver-plugin-api.version}</version> | 
| 75 | 74 |             </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> | 
| 76 | 81 |             <!-- Axon Framework --> | 
| 77 | 82 |             <dependency> | 
| 78 | 83 |                 <groupId>org.axonframework</groupId> | 
|  | 
| 221 | 226 |                 <artifactId>axon-reactor-spring-boot-starter</artifactId> | 
| 222 | 227 |                 <version>${extension.reactor.version}</version> | 
| 223 | 228 |             </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> | 
| 230 | 229 |             <!-- Extension - Spring Cloud --> | 
| 231 | 230 |             <dependency> | 
| 232 | 231 |                 <groupId>org.axonframework.extensions.springcloud</groupId> | 
|  | 
| 373 | 372 |         <connection>scm:git:git://github.com/AxonFramework/axon-bom.git</connection> | 
| 374 | 373 |         <developerConnection>scm:git:git@github.com:AxonFramework/axon-bom.git</developerConnection> | 
| 375 | 374 |         <url>https://github.com/AxonFramework/axon-bom</url> | 
| 376 |  | -        <tag>HEAD</tag> | 
|  | 375 | +        <tag>axon-4.5.12</tag> | 
| 377 | 376 |     </scm> | 
| 378 | 377 | 
 | 
| 379 | 378 |     <developers> | 
|  | 
0 commit comments