Skip to content

Commit

Permalink
Update framework version
Browse files Browse the repository at this point in the history
Update framework version to 4.5.5
  • Loading branch information
smcvb committed Nov 24, 2021
1 parent c86fa68 commit 4ebae6a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -12,7 +12,9 @@
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
--><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">
-->

<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">

<groupId>org.axonframework</groupId>
<artifactId>axon-bom</artifactId>
Expand Down Expand Up @@ -40,7 +42,7 @@

<properties>
<axonserver-connector-java.version>4.5.3</axonserver-connector-java.version>
<axon.version>4.5.4</axon.version>
<axon.version>4.5.5</axon.version>

<extension.amqp.version>4.5</extension.amqp.version>
<extension.cdi.version>4.5-alpha1</extension.cdi.version>
Expand Down

0 comments on commit 4ebae6a

Please sign in to comment.