Skip to content

Commit e3ff879

Browse files
committed
[maven-release-plugin] prepare release awaitility-4.3.0
1 parent d116712 commit e3ff879

7 files changed

Lines changed: 9 additions & 10 deletions

File tree

awaitility-groovy/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.awaitility</groupId>
2121
<artifactId>awaitility-parent</artifactId>
22-
<version>4.2.3-SNAPSHOT</version>
22+
<version>4.3.0</version>
2323
</parent>
2424
<artifactId>awaitility-groovy</artifactId>
2525
<name>Awaitility support for Groovy</name>

awaitility-kotlin/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.awaitility</groupId>
2121
<artifactId>awaitility-parent</artifactId>
22-
<version>4.2.3-SNAPSHOT</version>
22+
<version>4.3.0</version>
2323
</parent>
2424
<artifactId>awaitility-kotlin</artifactId>
2525
<name>Awaitility support for Kotlin</name>

awaitility-osgi-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.awaitility</groupId>
55
<artifactId>awaitility-parent</artifactId>
6-
<version>4.2.3-SNAPSHOT</version>
6+
<version>4.3.0</version>
77
</parent>
88
<artifactId>awaitility-osgi-test</artifactId>
99

awaitility-scala/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.awaitility</groupId>
2121
<artifactId>awaitility-parent</artifactId>
22-
<version>4.2.3-SNAPSHOT</version>
22+
<version>4.3.0</version>
2323
</parent>
2424
<artifactId>awaitility-scala</artifactId>
2525
<name>Awaitility support for Scala</name>

awaitility-test-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.awaitility</groupId>
1414
<artifactId>awaitility-parent</artifactId>
15-
<version>4.2.3-SNAPSHOT</version>
15+
<version>4.3.0</version>
1616
</parent>
1717
<artifactId>awaitility-test-support</artifactId>
1818
<packaging>jar</packaging>

awaitility/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,12 @@
77
OF ANY KIND, either express or implied. ~ See the License for the specific
88
language governing permissions and ~ limitations under the License. -->
99

10-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
11-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
10+
<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">
1211
<modelVersion>4.0.0</modelVersion>
1312
<parent>
1413
<groupId>org.awaitility</groupId>
1514
<artifactId>awaitility-parent</artifactId>
16-
<version>4.2.3-SNAPSHOT</version>
15+
<version>4.3.0</version>
1716
</parent>
1817
<artifactId>awaitility</artifactId>
1918
<packaging>jar</packaging>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>org.awaitility</groupId>
2727
<artifactId>awaitility-parent</artifactId>
2828
<packaging>pom</packaging>
29-
<version>4.2.3-SNAPSHOT</version>
29+
<version>4.3.0</version>
3030

3131
<url>http://github.com/awaitility/awaitility</url>
3232
<name>Awaitility Parent POM</name>
@@ -61,7 +61,7 @@
6161
<url>http://github.com/awaitility/awaitility/tree/${scm.branch}</url>
6262
<connection>scm:git:git://github.com/awaitility/awaitility.git</connection>
6363
<developerConnection>scm:git:ssh://[email protected]/awaitility/awaitility.git</developerConnection>
64-
<tag>HEAD</tag>
64+
<tag>awaitility-4.3.0</tag>
6565
</scm>
6666
<mailingLists>
6767
<mailingList>

0 commit comments

Comments
 (0)