Skip to content

Commit

Permalink
feat(curations): Add VCS info for remaning commons-logging-api vers…
Browse files Browse the repository at this point in the history
…ions

Extract common VCS info to a version-independent curation. Note that the
only other versions of `commons-logging-api` are 1.0.3 and 1.0.4 which
have three digits, and thus ORT can match the corresponding three-digit
tag names.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jun 18, 2024
1 parent 2118538 commit cee1f18
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions curations/Maven/commons-logging/commons-logging-api.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
- id: "Maven:commons-logging:commons-logging-api:1.1"
- id: "Maven:commons-logging:commons-logging-api"
curations:
comment: |-
The SCM tag in the POM only specifies the old SVN host: https://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
No SCM tag in the POM: https://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.0.3/commons-logging-api-1.0.3.pom
vcs:
type: "Git"
url: "https://github.com/apache/commons-logging.git"
- id: "Maven:commons-logging:commons-logging-api:1.1"
curations:
comment: |-
The SCM tag in the POM only specifies the old SVN host: https://repo1.maven.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
vcs:
revision: "LOGGING_1_1_0"

0 comments on commit cee1f18

Please sign in to comment.