1
0
Fork 0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-05-12 00:26:03 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Alex Karezin c0ff1bc5f2
Merge a9003ce8bb into 258a499330 2023-11-23 02:38:43 -07:00
dependabot[bot] 258a499330 Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.2
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.1.2 to 3.2.2.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.1.2...surefire-3.2.2)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-14 10:34:36 +01:00
Alex Karezin a9003ce8bb
Update README.md - add a link to repository map
Adding a link to the high-level diagrams including module, library dependency and others (https://sourcespy.com/github/crawlercommonscrawlercommons/). Built directly from source and updated on schedule. Intended to simplify developer's introduction to the project.

In the spirit of transparency - I am the author of the diagrams. Hope contributors find it useful.
2023-08-01 11:19:08 -04:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
[![Build Status](https://github.com/crawler-commons/crawler-commons/workflows/crawler-commons%20build/badge.svg)](https://github.com/crawler-commons/crawler-commons/actions?query=workflow%3A%22crawler-commons+build%22)
[![license](https://img.shields.io/github/license/crawler-commons/crawler-commons.svg?maxAge=2592000?style=plastic)](http://www.apache.org/licenses/LICENSE-2.0)
[![Coverage Status](https://coveralls.io/repos/github/crawler-commons/crawler-commons/badge.svg?branch=master)](https://coveralls.io/github/crawler-commons/crawler-commons?branch=master)
[![Project Map](https://sourcespy.com/shield.svg)](https://sourcespy.com/github/crawlercommonscrawlercommons/)
# Overview

View File

@ -401,7 +401,7 @@
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<maven-resources-plugin.version>2.5</maven-resources-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-surfire-plugin.version>3.1.2</maven-surfire-plugin.version>
<maven-surfire-plugin.version>3.2.2</maven-surfire-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.6.0</maven-javadoc-plugin.version>