Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondlee committed Nov 21, 2024
1 parent 9c707d6 commit bbe0272
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,14 @@
~ SPDX-License-Identifier: Apache-2.0
-->

<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/maven-v4_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/maven-v4_0_0.xsd">

<!-- Parent -->
<parent>
<groupId>org.jboss</groupId>
<artifactId>jboss-parent</artifactId>
<version>47</version>
<relativePath/>
<relativePath />
</parent>

<!-- Model Version -->
Expand All @@ -21,7 +20,7 @@
<!-- Artifact Configuration -->
<groupId>org.jboss.arquillian</groupId>
<artifactId>arquillian-testcontainers</artifactId>
<version>1.0.0.Alpha3-SNAPSHOT</version>
<version>1.0.0.Alpha3</version>
<packaging>jar</packaging>

<name>Arquillian Testcontainers Support</name>
Expand Down Expand Up @@ -60,7 +59,7 @@
<connection>scm:git:git://[email protected]:arquillian/arquillian-testcontainers.git</connection>
<developerConnection>scm:git:ssh://github.com/arquillian/arquillian-testcontainers.git</developerConnection>
<url>git://github.com/arquillian/arquillian-testcontainers.git</url>
<tag>HEAD</tag>
<tag>1.0.0.Alpha3</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit bbe0272

Please sign in to comment.