File tree 3 files changed +7
-13
lines changed
junit5-formatted-source-tests
3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<parent >
6
4
<artifactId >junit5-formatted-source-parent</artifactId >
7
5
<groupId >com.mikemybytes</groupId >
8
- <version >0.0.1-SNAPSHOT </version >
6
+ <version >0.0.1</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<parent >
6
4
<artifactId >junit5-formatted-source-parent</artifactId >
7
5
<groupId >com.mikemybytes</groupId >
8
- <version >0.0.1-SNAPSHOT </version >
6
+ <version >0.0.1</version >
9
7
</parent >
10
8
<modelVersion >4.0.0</modelVersion >
11
9
Original file line number Diff line number Diff line change 1
1
<?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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >com.mikemybytes</groupId >
8
6
<artifactId >junit5-formatted-source-parent</artifactId >
9
7
<packaging >pom</packaging >
10
- <version >0.0.1-SNAPSHOT </version >
8
+ <version >0.0.1</version >
11
9
12
10
<name >JUnit 5 FormattedSource (parent)</name >
13
11
<description >Allows defining JUnit 5 ParameterizedTest cases using a human-readable format</description >
32
30
<scm >
33
31
<
connection >scm:git:
[email protected] :mikemybytes/junit5-formatted-source.git</
connection >
34
32
<developerConnection >scm:git:ssh://github.com:mikemybytes/junit5-formatted-source.git</developerConnection >
35
- <tag >HEAD </tag >
33
+ <tag >0.0.1 </tag >
36
34
<url >https://github.com/mikemybytes/junit5-formatted-source</url >
37
35
</scm >
38
36
You can’t perform that action at this time.
0 commit comments