Skip to content

Commit

Permalink
[maven-release-plugin] prepare release axon-cdi-4.5-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
smcvb committed Apr 9, 2021
1 parent 5de82c8 commit 9d0ec00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@
~ 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">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>axon-cdi-parent</artifactId>
<groupId>org.axonframework.extensions.cdi</groupId>
<version>4.5-SNAPSHOT</version>
<version>4.5-alpha1</version>
</parent>

<artifactId>axon-cdi</artifactId>
Expand Down
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,11 @@
~ 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.extensions.cdi</groupId>
<artifactId>axon-cdi-parent</artifactId>
<version>4.5-SNAPSHOT</version>
<version>4.5-alpha1</version>

<modules>
<module>cdi</module>
Expand Down Expand Up @@ -417,7 +415,7 @@
<connection>scm:git:git://github.com/AxonFramework/extension-mongo.git</connection>
<developerConnection>scm:git:[email protected]:AxonFramework/extension-mongo.git</developerConnection>
<url>https://github.com/AxonFramework/extension-cdi</url>
<tag>HEAD</tag>
<tag>axon-cdi-4.5-alpha1</tag>
</scm>

<developers>
Expand Down

0 comments on commit 9d0ec00

Please sign in to comment.