From 0685dcff0d014df83c25d5e75f03977d9b903c24 Mon Sep 17 00:00:00 2001 From: Thorsten Marx Date: Wed, 8 Nov 2023 11:43:12 +0100 Subject: [PATCH] set version to 2.5.0 --- cms-api/pom.xml | 2 +- ...-SNAPSHOT.jar => example-module-2.5.0.jar} | Bin 10060 -> 10037 bytes .../modules/example-module/module.properties | 2 +- cms-server/pom.xml | 2 +- modules/example-module/pom.xml | 2 +- modules/flexmark-module/pom.xml | 2 +- modules/freemarker-module/pom.xml | 2 +- modules/markedjs-module/pom.xml | 2 +- modules/pebble-module/pom.xml | 2 +- modules/pom.xml | 2 +- modules/pug-module/pom.xml | 2 +- modules/search-module/pom.xml | 2 +- modules/thymeleaf-module/pom.xml | 2 +- pom.xml | 2 +- 14 files changed, 13 insertions(+), 13 deletions(-) rename cms-server/modules/example-module/libs/{example-module-2.5.0-SNAPSHOT.jar => example-module-2.5.0.jar} (64%) diff --git a/cms-api/pom.xml b/cms-api/pom.xml index f1958b0b..4969a5a5 100644 --- a/cms-api/pom.xml +++ b/cms-api/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms cms-parent - 2.5.0-SNAPSHOT + 2.5.0 cms-api jar diff --git a/cms-server/modules/example-module/libs/example-module-2.5.0-SNAPSHOT.jar b/cms-server/modules/example-module/libs/example-module-2.5.0.jar similarity index 64% rename from cms-server/modules/example-module/libs/example-module-2.5.0-SNAPSHOT.jar rename to cms-server/modules/example-module/libs/example-module-2.5.0.jar index 7a106dcd45350748ce50d59ac4156b02370ea330..3255254f4e6f9af5b3e478953c9a67e7c03a4a02 100644 GIT binary patch delta 1167 zcmX@(x7Cj~z?+$ci-CcIfnjM(#zbBfW)Nl40H(IfgQ=TpAZjubqb`^>Vl)KPX^fU& zdJ&@|^Ae!^GpM{6lNMOqnaKl8_c4Wo=*=&f9x#C!r&)EG!HnM=vmhcfxb+|+C;6^G z7z>21LZm80w=#i^H;~u>rXNde1=F)74+$2=WQ4O!l@xJjVqnBlQ9eJZP3_U^@@ zHJj&d&0XzSOVM6^!@%%q~=SibRK9v#N2|eGz|3;OvyCw@PjZoat42_db!S?B`|1 z9qTV%pS~j2qe4mTmQmws|2oyUguh<9zepdH%TGNNY$cehvC{T}yHCLS=(igRdpYG> zqmN{$`Uj_z-z{&EmfibG50=XI#co;6!A6#sr^x`seNzYPm*6S%*6@QxQ1c%rFuhG79ZV}ImV@b8ifv$8SqZ|QtJDSNYbp1D>7B}bVA@Ni6>RP$m1-~@ vpxOYYFRQlkqU6QNX=*77C;3latZaZc(& delta 1237 zcmdn$cgBx5z?+$ci-CcIfnje&+C*LzW)Nl40H(IfgQ=TpAZjubqb`^>Vl)KPX^fU& zdJ&@|n0^M87h}=_^PQPIz;qu|IEdc-g6RPhm~om_ml@3X%`poiGJ{(WB65=N3WTvh z=qg02LUb#bG1)+31K7C75?jIaY{^4{3RTJByQTC_hA=TO>|tYIaGo5M(H=g+SxIJg|vE`4j-gtA)0+=w}=0r;4=>) z?Nhzh^Atd!^W9G$eUm%*)`9!YQJ%+_*upn0$$j(pf*JFt4({mFZy2@37aQ*l z=JeE^|4L!8u3^O0HD?;dwkmz`zRf)|pH=#yYG1$56o#@DYrpe!%7kxO?DuWOJ#!WB zqb*6#G^1ncqFtg~4!ieWa(NQF^&($bGLuYG!cI>{?w*o)>~#8u3Lrr^-sLy_`e_}pG4bI%M>3@oRM+XLNEW0$DZG!=`SS@%H^jXO12Wr)mSNe z!M!J7eRST2ZLJ@>5Ah`#EZ#1#|XfQZOI`)@q>T2vw4KuS*(apZ|OR` z?nxo@&CmIu%pwBJEF7TB6279NP(GZ2fguWry@1%)HN;WZ)6Y#mH*s=2lM*l;3fC7D z)RZS`VxccopNqYA3=#cYGFw7BR+sk#^NZyJ!Sr!? zh&;Q36`1d$5CNv=E2M*IPQ`LC-K^LKrg@Yg{5GX7Fke`?2TU(g?gP`tDy?98w@Njb vwp0ZdHIw(Kw(+9m=E?qQDGJy^8RoksjU2L*6BYD9!8}=1U5f3vEJz9fd59Hr diff --git a/cms-server/modules/example-module/module.properties b/cms-server/modules/example-module/module.properties index be4229b2..733646e0 100644 --- a/cms-server/modules/example-module/module.properties +++ b/cms-server/modules/example-module/module.properties @@ -1,4 +1,4 @@ id=example-module name=example module -version=2.5.0-SNAPSHOT +version=2.5.0 priority=HIGH \ No newline at end of file diff --git a/cms-server/pom.xml b/cms-server/pom.xml index 6cc1bbf9..8d9c2d8e 100644 --- a/cms-server/pom.xml +++ b/cms-server/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms cms-parent - 2.5.0-SNAPSHOT + 2.5.0 cms-server jar diff --git a/modules/example-module/pom.xml b/modules/example-module/pom.xml index 76fb027a..c9767533 100644 --- a/modules/example-module/pom.xml +++ b/modules/example-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 example-module jar diff --git a/modules/flexmark-module/pom.xml b/modules/flexmark-module/pom.xml index b8f0e52c..e7ca8fad 100644 --- a/modules/flexmark-module/pom.xml +++ b/modules/flexmark-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 flexmark-module jar diff --git a/modules/freemarker-module/pom.xml b/modules/freemarker-module/pom.xml index 6a664e1a..98611e95 100644 --- a/modules/freemarker-module/pom.xml +++ b/modules/freemarker-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 freemarker-module jar diff --git a/modules/markedjs-module/pom.xml b/modules/markedjs-module/pom.xml index 2f87453f..2c895bcf 100644 --- a/modules/markedjs-module/pom.xml +++ b/modules/markedjs-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 markedjs-module jar diff --git a/modules/pebble-module/pom.xml b/modules/pebble-module/pom.xml index 0745b617..2e6f8f61 100644 --- a/modules/pebble-module/pom.xml +++ b/modules/pebble-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 pebble-module jar diff --git a/modules/pom.xml b/modules/pom.xml index eda18f49..d5fee5c2 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms cms-parent - 2.5.0-SNAPSHOT + 2.5.0 com.github.thmarx.cms.modules cms-modules diff --git a/modules/pug-module/pom.xml b/modules/pug-module/pom.xml index f07da8ca..91b7a59e 100644 --- a/modules/pug-module/pom.xml +++ b/modules/pug-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 pug-module jar diff --git a/modules/search-module/pom.xml b/modules/search-module/pom.xml index 0d562911..347ebca0 100644 --- a/modules/search-module/pom.xml +++ b/modules/search-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 search-module jar diff --git a/modules/thymeleaf-module/pom.xml b/modules/thymeleaf-module/pom.xml index c7ef73b2..98c6ea36 100644 --- a/modules/thymeleaf-module/pom.xml +++ b/modules/thymeleaf-module/pom.xml @@ -4,7 +4,7 @@ com.github.thmarx.cms.modules cms-modules - 2.5.0-SNAPSHOT + 2.5.0 thymeleaf-module jar diff --git a/pom.xml b/pom.xml index 4ca67f99..1a8cc2d4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.github.thmarx.cms cms-parent - 2.5.0-SNAPSHOT + 2.5.0 pom UTF-8