Skip to content

Commit 91ae6ab

Browse files
joschidropwizard-committers
authored andcommitted
[maven-release-plugin] prepare release dropwizard-testing-junit6-4.0.0-rc.1
1 parent ee266d9 commit 91ae6ab

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pom.xml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>io.dropwizard.modules</groupId>
@@ -9,7 +8,7 @@
98
</parent>
109

1110
<artifactId>dropwizard-testing-junit6</artifactId>
12-
<version>4.0.0-SNAPSHOT</version>
11+
<version>4.0.0-rc.1</version>
1312
<name>Dropwizard Test Helpers for JUnit 6</name>
1413

1514
<properties>
@@ -322,4 +321,8 @@
322321
</plugin>
323322
</plugins>
324323
</build>
324+
325+
<scm>
326+
<tag>dropwizard-testing-junit6-4.0.0-rc.1</tag>
327+
</scm>
325328
</project>

0 commit comments

Comments
 (0)