-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 0.0.1
- Loading branch information
1 parent
6add869
commit 058eaff
Showing
4 changed files
with
14 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
<?xml version="1.0"?> | ||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" | ||
xmlns="http://maven.apache.org/POM/4.0.0" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>net.laprun.sustainability</groupId> | ||
<artifactId>power-server-parent</artifactId> | ||
<version>0.0.1-SNAPSHOT</version> | ||
<version>0.0.1</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>power-server : parent</name> | ||
|
@@ -31,7 +29,8 @@ | |
<connection>scm:git:git://github.com/metacosm/power-server.git</connection> | ||
<developerConnection>scm:git:[email protected]/metacosm/power-server.git</developerConnection> | ||
<url>https://github.com/metacosm/power-server/tree/main</url> | ||
</scm> | ||
<tag>0.0.1</tag> | ||
</scm> | ||
|
||
|
||
<properties> | ||
|
@@ -151,8 +150,7 @@ | |
<consoleOutputReporter> | ||
<disable>true</disable> | ||
</consoleOutputReporter> | ||
<statelessTestsetInfoReporter | ||
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter"> | ||
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter"> | ||
<theme>UNICODE</theme> | ||
</statelessTestsetInfoReporter> | ||
<systemPropertyVariables> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters