@eui/tools 4.21.15 → 4.21.16

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
- 4.21.15
1
+ 4.21.16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## 4.21.16 (2022-04-20)
2
+
3
+ ##### Chores
4
+
5
+ * **other:**
6
+ * EUI-5854 Update Camunda Maven Template [EUI-5854](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-5854) ([3c1233db](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/3c1233db5b5d62defbfef2804398216c894762dc))
7
+ ##### Bug Fixes
8
+
9
+ * **typo:**
10
+ * EUI-5854 property missing parents [EUI-5854](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-5854) ([e9241580](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/e9241580849bfe194ce3dadf16d9da1b7bdbb443))
11
+
12
+ * * *
13
+ * * *
1
14
  ## 4.21.15 (2022-04-20)
2
15
 
3
16
  ##### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/tools",
3
- "version": "4.21.15",
3
+ "version": "4.21.16",
4
4
  "tag": "latest",
5
5
  "license": "EUPL-1.1",
6
6
  "description": "eUI common tools and scripts",
@@ -44,6 +44,11 @@
44
44
  <username>@user.name@</username>
45
45
  <password>@user.password@</password>
46
46
  </server>
47
+ <server>
48
+ <id>camunda-bpm-shared-services</id>
49
+ <username>@user.name@</username>
50
+ <password>@user.password@</password>
51
+ </server>
47
52
  </servers>
48
53
 
49
54
  <mirrors>
@@ -146,6 +151,14 @@
146
151
  <releases><enabled>true</enabled></releases>
147
152
  </repository>
148
153
 
154
+ <repository>
155
+ <id>camunda-bpm-shared-services</id>
156
+ <name>Camunda BPM Shared Services</name>
157
+ <url>https://webgate.ec.europa.eu/CITnet/nexus/repository/camunda-shared-services/</url>
158
+ <releases><enabled>true</enabled></releases>
159
+ <snapshots><enabled>false</enabled></snapshots>
160
+ </repository>
161
+
149
162
  </repositories>
150
163
  </profile>
151
164
  </profiles>