Skip to content

Commit

Permalink
Change Naikan URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mnhock committed Dec 23, 2024
1 parent 891e9cd commit 1a75a20
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/main/resources/1.0/valid-0-bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"project": {
"name": "Naikan I",
"inceptionYear": "2003",
"url": "https://naikan.io",
"url": "https://enofex.github.io/naikan",
"repository": "https://github.com/enofex/naikan-projects",
"packaging": "jar",
"groupId": "com.enofex",
Expand All @@ -16,22 +16,22 @@
},
"organization": {
"name": "Naikan",
"url": "https://naikan.io",
"url": "https://enofex.github.io/naikan",
"department": "Software department",
"description": "Company projects at a glance"
},
"environments": [
{
"name": "Staging",
"location": "staging.naikan.io",
"location": "staging.enofex.github.io/naikan",
"description": "Staging description",
"tags": [
"Staging"
]
},
{
"name": "Production",
"location": "naikan.io",
"location": "enofex.github.io/naikan",
"description": "Production description"
}
],
Expand Down Expand Up @@ -99,7 +99,7 @@
"documentations": [
{
"name": "Architecture overview",
"location": "naikan.io/arch24",
"location": "enofex.github.io/naikan/arch24",
"description": "ARC24",
"tags": [
"Architecture",
Expand All @@ -108,7 +108,7 @@
},
{
"name": "Technical debt",
"location": "wiki.naikan.io/techdebt",
"location": "wiki.enofex.github.io/naikan/techdebt",
"description": "Should be reduced!"
}
],
Expand Down Expand Up @@ -155,13 +155,13 @@
"deployments": [
{
"environment": "Staging",
"location": "staging.naikan.io",
"location": "staging.enofex.github.io/naikan",
"version": "1.0.0",
"timestamp": "2022-12-28T08:29:10.079226"
},
{
"environment": "Production",
"location": "naikan.io",
"location": "enofex.github.io/naikan",
"version": "1.0.1"
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/1.0/valid-1-bom.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"deployments": [
{
"environment": "Staging",
"location": "staging.naikan.io",
"location": "staging.enofex.github.io/naikan",
"version": "2.0.0",
"timestamp": "2022-12-28T08:29:10.079226"
},
{
"environment": "Production",
"location": "naikan.io",
"location": "enofex.github.io/naikan",
"version": "2.0.1"
}
]
Expand Down

0 comments on commit 1a75a20

Please sign in to comment.