-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the new revapi-parent version to get the goodies.
- Loading branch information
Showing
22 changed files
with
252 additions
and
320 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ target/ | |
*.ipr | ||
*.iws | ||
.idea/ | ||
*.bak |
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,7 +1,7 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright 2018-2020 Lukas Krejci | ||
Copyright 2018-2021 Lukas Krejci | ||
and other contributors as indicated by the @author tags. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
|
@@ -19,33 +19,27 @@ | |
--> | ||
<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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>org.revapi</groupId> | ||
<artifactId>revapi-build</artifactId> | ||
<version>41</version> | ||
<version>43</version> | ||
</parent> | ||
|
||
<groupId>org.revapi.testjars</groupId> | ||
<artifactId>testjars-parent</artifactId> | ||
<version>0.2.1-SNAPSHOT</version> | ||
<version>0.3.0-SNAPSHOT</version> | ||
<packaging>pom</packaging> | ||
|
||
<inceptionYear>2018</inceptionYear> | ||
|
||
<organization> | ||
<name>Lukas Krejci</name> | ||
<url>http://lukas.krejci.pw</url> | ||
</organization> | ||
<licenses> | ||
<license> | ||
<name>Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<organization> | ||
<name>Lukas Krejci</name> | ||
<url>http://lukas.krejci.pw</url> | ||
</organization> | ||
|
||
<developers> | ||
<developer> | ||
<name>Lukas Krejci</name> | ||
|
@@ -54,42 +48,26 @@ | |
<timezone>+1</timezone> | ||
</developer> | ||
</developers> | ||
|
||
<issueManagement> | ||
<system>github-issues</system> | ||
<url>https://github.com/revapi/testjars/issues</url> | ||
</issueManagement> | ||
|
||
|
||
<modules> | ||
<module>testjars-core</module> | ||
<module>testjars-junit4</module> | ||
<module>testjars-junit5</module> | ||
<module>testjars-maven-resolver</module> | ||
</modules> | ||
<scm> | ||
<connection>scm:git:git://github.com/revapi/testjars.git</connection> | ||
<developerConnection>scm:git:ssh://[email protected]/revapi/testjars.git</developerConnection> | ||
<url>https://github.com/revapi/testjars</url> | ||
<tag>HEAD</tag> | ||
<url>https://github.com/revapi/testjars</url> | ||
</scm> | ||
|
||
<issueManagement> | ||
<system>github-issues</system> | ||
<url>https://github.com/revapi/testjars/issues</url> | ||
</issueManagement> | ||
<distributionManagement> | ||
<repository> | ||
<id>ossrh</id> | ||
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
<build> | ||
<pluginManagement> | ||
<plugins> | ||
<plugin> | ||
<artifactId>maven-surefire-plugin</artifactId> | ||
<version>2.19.1</version> | ||
</plugin> | ||
</plugins> | ||
</pluginManagement> | ||
</build> | ||
|
||
<modules> | ||
<module>testjars-core</module> | ||
<module>testjars-junit4</module> | ||
<module>testjars-junit5</module> | ||
<module>testjars-maven-resolver</module> | ||
</modules> | ||
</project> |
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
Oops, something went wrong.