@eui/tools 6.5.2 → 6.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 6.5.2
1
+ 6.5.3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 6.5.3 (2023-03-02)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * Apply SonarQube Citnet naming convention MWP-9366 [MWP-9366](https://webgate.ec.europa.eu/CITnet/jira/browse/MWP-9366) ([3f31397d](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/3f31397d90c20deab0060dc3e71087b96fc6b390))
7
+ * SonarQube Citnet nameing convention ([bc50d5c3](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/bc50d5c3bab190a975e862f9b55d4a0af6628c30))
8
+ * Change name for soanrqube template for project key. Name remains the same, key has to be changed to comply ([5a1a420e](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/5a1a420eb3991eeab2b99ed8a5a74af86d416e20))
9
+
10
+ * * *
11
+ * * *
1
12
  ## 6.5.2 (2023-03-02)
2
13
 
3
14
  ##### Chores
package/LICENSE CHANGED
@@ -293,3 +293,4 @@ Appendix
293
293
  * Common Public License v. 1.0
294
294
  * Eclipse Public License v. 1.0
295
295
  * Cecill v. 2.0
296
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "6.5.2",
3
+ "version": "6.5.3",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -1,4 +1,4 @@
1
- sonar.projectKey=@project.groupid@.@project.name@
1
+ sonar.projectKey=CSDR-@project.groupid@.@project.name@
2
2
  sonar.projectName=@project.name@
3
3
  sonar.projectVersion=@project.version@
4
4
 
@@ -1,4 +1,4 @@
1
- sonar.projectKey=eu.europa.ec.digit.eui.@project.name@
1
+ sonar.projectKey=CSDR-@project.name@
2
2
  sonar.projectName=@project.name@
3
3
  sonar.projectVersion=@project.version@
4
4