Skip to content

Commit

Permalink
chore(package.json): reviewed in direction of cnr
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Nov 13, 2024
1 parent 68018d7 commit 30b08e4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrestris/maven-semantic-release",
"version": "3.1.0",
"name": "maven-semantic-release",
"version": "3.2.0",
"description": "a very simple maven plugin for semantic release",
"main": "index.js",
"scripts": {
Expand All @@ -12,14 +12,13 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/terrestris/maven-semantic-release.git"
"url": "git+https://github.com/centralnicgroup-opensource/maven-semantic-release.git"
},
"author": "terrestris GmbH & Co. KG <info@terrestris.de>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/terrestris/maven-semantic-release/issues"
"url": "https://github.com/centralnicgroup-opensource/maven-semantic-release/issues"
},
"homepage": "https://github.com/terrestris/maven-semantic-release#readme",
"homepage": "https://github.com/centralnicgroup-opensource/maven-semantic-release#readme",
"dependencies": {
"@semantic-release/error": "^3.0.0",
"@semantic-release/git": "^10.0.1",
Expand Down

0 comments on commit 30b08e4

Please sign in to comment.