Skip to content

Commit

Permalink
[Jenkins | hotfix-2.0.x] Prepare for the next development iteration (…
Browse files Browse the repository at this point in the history
…2.0.18-SNAPSHOT)
  • Loading branch information
1000 user committed Mar 6, 2024
1 parent 4229fa8 commit 827b422
Show file tree
Hide file tree
Showing 76 changed files with 112 additions and 97 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
7 changes: 7 additions & 0 deletions changelog-2.adoc-include
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ If you want to add changelog entries, create a new file in changelog/src/changel
mvn -pl changelog install
////

[[v2.0.17]]
== 2.0.17 (06.03.2024)

icon:check[] REST client: The configuration now allows adding default parameter provider for query parameters, that should be added to every request (unless overwritten).

Tests: The tests API has been extended to allow tests which do not reset the database between test cases.

[[v2.0.16]]
== 2.0.16 (28.02.2024)

Expand Down
2 changes: 1 addition & 1 deletion changelog-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion changelog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<artifactId>mesh-changelog</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions changelog/src/changelog/mappings/2.0.17.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"changeLogEntryFileNames": [
"7703.SUP-16397.bugfix"
],
"version": "2.0.17",
"date": "06.03.2024",
"genericProperties": {}
}
2 changes: 1 addition & 1 deletion common-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion databases/orientdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-databases</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion databases/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-demos</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/default/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh-demos</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion distributed-coordinator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<artifactId>mesh-distributed-coordinator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distributed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.gentics.mesh</groupId>
<artifactId>mesh</artifactId>
<version>2.0.17</version>
<version>2.0.18-SNAPSHOT</version>
</parent>

<artifactId>mesh-doc</artifactId>
Expand Down
24 changes: 12 additions & 12 deletions doc/src/main/docs/generated/api/api-docs.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
version: "2.0.16"
version: "2.0.17"
baseUri: "http://localhost:8080/api/v2"
protocols: [HTTP, HTTPS]
mediaType: application/json
Expand Down Expand Up @@ -706,7 +706,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "404c4836908a40f1a9fa679bfff5adad"
"uuid" : "a525b7a1947c4a069c10acb77f462c66"
} ]
}
responses:
Expand Down Expand Up @@ -1354,7 +1354,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "a829e7cc6d9b46c1b7d8fcf0eba3466d"
"uuid" : "7deb6870a0284af7a99e34f96a2bc460"
} ]
}
responses:
Expand Down Expand Up @@ -1893,7 +1893,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "3aebc5bf50104c59ade8269d8f97a9fc"
"uuid" : "0ff124e6a16447fdbac003f428ce94e3"
} ]
}
responses:
Expand Down Expand Up @@ -2865,7 +2865,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "20c5727de5d14bf1b1d757fab8998ecf"
"uuid" : "f218febd6fb847bcafa1761e240eb6ff"
} ]
}
responses:
Expand Down Expand Up @@ -3845,7 +3845,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "7b9805ed734347dbb77c873766c87ac1"
"uuid" : "d6d40aa0e30342979c8f98eae57f1656"
} ]
}
responses:
Expand Down Expand Up @@ -4502,7 +4502,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "ccdf817e08b345a8ba4791dd500b50da"
"uuid" : "6ad286c69266404bb9c82255dc89aed4"
} ]
}
responses:
Expand Down Expand Up @@ -7702,7 +7702,7 @@ mediaType: application/json
| vertxVersion | false | string | Used Vert.x version. |
example: |
{
"meshVersion" : "2.0.16",
"meshVersion" : "2.0.17",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down Expand Up @@ -10222,7 +10222,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "0c16370ad6ac42868051f807f4a212d4"
"uuid" : "125f517a740547b3965d309ea2a81cbe"
} ]
}
responses:
Expand Down Expand Up @@ -11732,7 +11732,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "e3c5997fae5a4830a114ff3ee44fb667"
"uuid" : "00fd14ab83b2459f9bff9d882e01edf8"
} ]
}
responses:
Expand Down Expand Up @@ -12548,7 +12548,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "4c137037a9f54fe29044a7a2a72741ad"
"uuid" : "4a0a77a040dc421984cd2ec15164e954"
} ]
}
responses:
Expand Down Expand Up @@ -14248,7 +14248,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "98109779d4dd42fb927142a67e1ac84b"
"uuid" : "287d8aae2e7e4634ad19a3b1db1cb6b3"
} ]
}
responses:
Expand Down
24 changes: 12 additions & 12 deletions doc/src/main/docs/generated/api/api.raml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#%RAML 0.8
title: Gentics Mesh REST API
version: "2.0.16"
version: "2.0.17"
baseUri: "http://localhost:8080/api/v2"
protocols: [HTTP, HTTPS]
mediaType: application/json
Expand Down Expand Up @@ -1528,7 +1528,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "398fe74ac1554623ba96c48e6f098e18"
"uuid" : "9d94466bc42c47369141e4dfc0e06b56"
} ]
}
responses:
Expand Down Expand Up @@ -3061,7 +3061,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "db7be3a0e4a042c894c202085c74e625"
"uuid" : "b655e3d05b66412698c9edb594f14e70"
} ]
}
responses:
Expand Down Expand Up @@ -4367,7 +4367,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "2bc667c2b8bc40839eb306c800e2d59d"
"uuid" : "018afd6c20c2436c8371f716445759e6"
} ]
}
responses:
Expand Down Expand Up @@ -6780,7 +6780,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "c175b636c7af444f965a0e2e0e9c668c"
"uuid" : "1fd4300fb4cd41dfba9441f80e040672"
} ]
}
responses:
Expand Down Expand Up @@ -9138,7 +9138,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "140c7b9c92a14e8787dc86dc714f82e9"
"uuid" : "1189f449501946189b5ce677a8922f0a"
} ]
}
responses:
Expand Down Expand Up @@ -10841,7 +10841,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "323ba14aae8a41deb5eac403d21d32f6"
"uuid" : "fa2d8eac2a764a7cb7eecd2b1e6a8fa6"
} ]
}
responses:
Expand Down Expand Up @@ -17372,7 +17372,7 @@ mediaType: application/json
}
example: |
{
"meshVersion" : "2.0.16",
"meshVersion" : "2.0.17",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down Expand Up @@ -23227,7 +23227,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "ae34eb876d7047b88dc3d1485c6d839e"
"uuid" : "3b53e00ba2034296a3c2c084a14dc9ab"
} ]
}
responses:
Expand Down Expand Up @@ -26691,7 +26691,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "ef8a88841a48404daa8204b8261b4cce"
"uuid" : "dccd8e884d93474a8d72584ca933d6ee"
} ]
}
responses:
Expand Down Expand Up @@ -28581,7 +28581,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "eb3da2239066492b89c739f46e1fc946"
"uuid" : "c3da848adb6c4b7dba09951e297805b5"
} ]
}
responses:
Expand Down Expand Up @@ -32418,7 +32418,7 @@ mediaType: application/json
"exclusive" : true,
"ignore" : [ {
"name" : "admin",
"uuid" : "2a4d5eb198094e8ba6608c0084599d19"
"uuid" : "36ba5497890f4691872b93327c5252de"
} ]
}
responses:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"meshVersion" : "2.0.16",
"meshVersion" : "2.0.17",
"meshNodeName" : "Reminiscent Tirtouga",
"databaseVendor" : "orientdb",
"databaseVersion" : "2.2.16",
Expand Down
4 changes: 2 additions & 2 deletions doc/src/main/docs/generated/tables/mesh-db-revs.adoc-include
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
| Database revision


| *2.0.15*
| *2.0.16*
| 6d5ccff3

| *2.0.16*
| *2.0.17*
| 6d5ccff3

|======
Loading

0 comments on commit 827b422

Please sign in to comment.