Skip to content

Commit 427202e

Browse files
committed
Use minecode_pipelines in Maven pipeline entry point
Signed-off-by: Keshav Priyadarshi <[email protected]>
1 parent e933efd commit 427202e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

minecode_pipelines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
# See https://aboutcode.org for more information about nexB OSS projects.
88
#
99

10-
VERSION = "0.0.1b6"
10+
VERSION = "0.0.1b7"

pyproject-minecode_pipelines.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flot.buildapi"
44

55
[project]
66
name = "minecode_pipelines"
7-
version = "0.0.1b6"
7+
version = "0.0.1b7"
88
description = "A library for mining packageURLs and package metadata from ecosystem repositories."
99
readme = "minecode_pipelines/README.rst"
1010
license = { text = "Apache-2.0" }
@@ -47,13 +47,13 @@ urls = { Homepage = "https://github.com/aboutcode-org/purldb" }
4747

4848
[project.entry-points."scancodeio_pipelines"]
4949
mine_pypi = "minecode_pipelines.pipelines.mine_pypi:MinePypi"
50-
mine_maven = "minecode_pipeline.pipelines.mine_maven:MineMaven"
50+
mine_maven = "minecode_pipelines.pipelines.mine_maven:MineMaven"
5151
mine_cargo = "minecode_pipelines.pipelines.mine_cargo:MineCargo"
5252
mine_debian = "minecode_pipelines.pipelines.mine_debian:MineDebian"
5353
mine_nuget = "minecode_pipelines.pipelines.mine_nuget:MineNuGet"
5454

5555
[tool.bumpversion]
56-
current_version = "0.0.1b6"
56+
current_version = "0.0.1b7"
5757
allow_dirty = true
5858

5959
files = [

0 commit comments

Comments
 (0)