summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-05 11:52:41 -0600
committermo khan <mo.khan@gmail.com>2020-10-06 20:00:41 -0600
commit8e4aaaf041950ae90916397cd08ab0f36f80c622 (patch)
tree5b5af5f973e81019f52aa8bb876351014c9955c2 /lib
parentcb0681e7b20537d8aeb5785ad09934cd9fe103f8 (diff)
Relocate project
* chore: do not pass artifacts to downstream jobs * chore: expire artifacts * chore: point to new project_id * chore: remove after_script * refactor: rename license-management to license-finder * docs: Add changelog entry and update links to old repo
Diffstat (limited to 'lib')
-rw-r--r--lib/license/management/report/base.rb2
-rw-r--r--lib/license/management/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/license/management/report/base.rb b/lib/license/management/report/base.rb
index 3c1a6f7..c2a38c7 100644
--- a/lib/license/management/report/base.rb
+++ b/lib/license/management/report/base.rb
@@ -7,7 +7,7 @@ module License
include Loggable
include Verifiable
- CONTRIBUTION_URL = "https://gitlab.com/gitlab-org/security-products/license-management#contributing"
+ CONTRIBUTION_URL = "https://gitlab.com/gitlab-org/security-products/analyzers/license-finder#contributing"
attr_reader :dependencies, :repository
diff --git a/lib/license/management/version.rb b/lib/license/management/version.rb
index 3c28192..5f83679 100644
--- a/lib/license/management/version.rb
+++ b/lib/license/management/version.rb
@@ -2,6 +2,6 @@
module License
module Management
- VERSION = '3.27.0'
+ VERSION = '3.28.0'
end
end