Skip to content

Commit d030837

Browse files
committed
[maven-release-plugin] prepare release 0.0.1
1 parent 69ee1f3 commit d030837

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

junit5-formatted-source-tests/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>junit5-formatted-source-parent</artifactId>
75
<groupId>com.mikemybytes</groupId>
8-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

junit5-formatted-source/pom.xml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<artifactId>junit5-formatted-source-parent</artifactId>
75
<groupId>com.mikemybytes</groupId>
8-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.0.1</version>
97
</parent>
108
<modelVersion>4.0.0</modelVersion>
119

pom.xml

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<groupId>com.mikemybytes</groupId>
86
<artifactId>junit5-formatted-source-parent</artifactId>
97
<packaging>pom</packaging>
10-
<version>0.0.1-SNAPSHOT</version>
8+
<version>0.0.1</version>
119

1210
<name>JUnit 5 FormattedSource (parent)</name>
1311
<description>Allows defining JUnit 5 ParameterizedTest cases using a human-readable format</description>
@@ -32,7 +30,7 @@
3230
<scm>
3331
<connection>scm:git:[email protected]:mikemybytes/junit5-formatted-source.git</connection>
3432
<developerConnection>scm:git:ssh://github.com:mikemybytes/junit5-formatted-source.git</developerConnection>
35-
<tag>HEAD</tag>
33+
<tag>0.0.1</tag>
3634
<url>https://github.com/mikemybytes/junit5-formatted-source</url>
3735
</scm>
3836

0 commit comments

Comments
 (0)