From a657cc24751e1f26c975c470b9629a2e318b1031 Mon Sep 17 00:00:00 2001 From: Jerome Velociter Date: Sat, 26 Apr 2014 20:13:46 +0200 Subject: [PATCH] [maven-release-plugin] prepare release mayocat-shop-0.20.1 --- cms/contact/pom.xml | 2 +- cms/news/pom.xml | 2 +- cms/pages/pom.xml | 2 +- cms/pom.xml | 4 ++-- platform/accounts/api/pom.xml | 2 +- platform/accounts/default/pom.xml | 2 +- platform/accounts/pom.xml | 2 +- platform/addons/api/pom.xml | 2 +- platform/addons/default/pom.xml | 2 +- platform/addons/pom.xml | 2 +- platform/application/pom.xml | 4 ++-- platform/attachments/pom.xml | 2 +- platform/authorization/pom.xml | 2 +- platform/base/pom.xml | 4 ++-- platform/configuration/api/pom.xml | 2 +- platform/configuration/default/pom.xml | 2 +- platform/configuration/platform/pom.xml | 2 +- platform/configuration/pom.xml | 2 +- platform/context/pom.xml | 4 ++-- platform/files/pom.xml | 4 ++-- platform/front/pom.xml | 2 +- platform/image/api/pom.xml | 2 +- platform/image/default/pom.xml | 2 +- platform/image/pom.xml | 2 +- platform/localization/pom.xml | 2 +- platform/mail/pom.xml | 4 ++-- platform/manager/pom.xml | 4 ++-- platform/model/pom.xml | 2 +- platform/multitenancy/pom.xml | 4 ++-- platform/pom.xml | 4 ++-- platform/rest/pom.xml | 2 +- platform/search/api/pom.xml | 4 ++-- platform/search/elasticsearch/pom.xml | 4 ++-- platform/search/pom.xml | 4 ++-- platform/store/api/pom.xml | 4 ++-- platform/store/memory/pom.xml | 4 ++-- platform/store/pom.xml | 4 ++-- platform/store/rdbms/jdbi/pom.xml | 2 +- platform/store/rdbms/migrations/pom.xml | 2 +- platform/store/rdbms/pom.xml | 4 ++-- platform/themes/api/pom.xml | 2 +- platform/themes/default/pom.xml | 2 +- platform/themes/pom.xml | 2 +- platform/url/pom.xml | 4 ++-- platform/views/pom.xml | 2 +- pom.xml | 4 ++-- shop/application/pom.xml | 2 +- shop/billing/api/pom.xml | 2 +- shop/billing/internal/pom.xml | 2 +- shop/billing/pom.xml | 2 +- shop/cart/pom.xml | 2 +- shop/catalog/pom.xml | 2 +- shop/checkout/pom.xml | 2 +- shop/client/pom.xml | 2 +- shop/distribution/pom.xml | 2 +- shop/marketplace/pom.xml | 4 ++-- shop/payment/api/pom.xml | 2 +- shop/payment/internal/pom.xml | 2 +- shop/payment/pom.xml | 2 +- shop/payment/vendor/paypal/adaptivepayments/pom.xml | 2 +- shop/payment/vendor/paypal/pom.xml | 2 +- shop/payment/vendor/pom.xml | 2 +- shop/pom.xml | 4 ++-- shop/shipping/api/pom.xml | 2 +- shop/shipping/internal/pom.xml | 2 +- shop/shipping/pom.xml | 2 +- shop/themes/pom.xml | 2 +- 67 files changed, 87 insertions(+), 87 deletions(-) diff --git a/cms/contact/pom.xml b/cms/contact/pom.xml index 8f3e8270b..3681a5f3c 100644 --- a/cms/contact/pom.xml +++ b/cms/contact/pom.xml @@ -12,7 +12,7 @@ org.mayocat.cms mayocat-cms-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.cms mayocat-cms-contact diff --git a/cms/news/pom.xml b/cms/news/pom.xml index 694bb91ea..4cf7a7109 100644 --- a/cms/news/pom.xml +++ b/cms/news/pom.xml @@ -12,7 +12,7 @@ org.mayocat.cms mayocat-cms-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.cms mayocat-cms-news diff --git a/cms/pages/pom.xml b/cms/pages/pom.xml index f1e35891b..850e1d940 100644 --- a/cms/pages/pom.xml +++ b/cms/pages/pom.xml @@ -12,7 +12,7 @@ org.mayocat.cms mayocat-cms-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.cms mayocat-cms-pages diff --git a/cms/pom.xml b/cms/pom.xml index 852225bf6..fab3f6f65 100644 --- a/cms/pom.xml +++ b/cms/pom.xml @@ -13,12 +13,12 @@ org.mayocat mayocat-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.cms mayocat-cms-parent pom - 0.30-SNAPSHOT + 0.20.1 Mayocat CMS - Parent POM Parent POM for the CMS application diff --git a/platform/accounts/api/pom.xml b/platform/accounts/api/pom.xml index 2dd01ead4..72ed44f97 100644 --- a/platform/accounts/api/pom.xml +++ b/platform/accounts/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-accounts - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-accounts-api jar diff --git a/platform/accounts/default/pom.xml b/platform/accounts/default/pom.xml index f5d39e882..644695beb 100644 --- a/platform/accounts/default/pom.xml +++ b/platform/accounts/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-accounts - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-accounts-default jar diff --git a/platform/accounts/pom.xml b/platform/accounts/pom.xml index d2e0e2a07..82410df37 100644 --- a/platform/accounts/pom.xml +++ b/platform/accounts/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-accounts pom diff --git a/platform/addons/api/pom.xml b/platform/addons/api/pom.xml index 45fd60d7f..590067076 100644 --- a/platform/addons/api/pom.xml +++ b/platform/addons/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-addons - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-addons-api jar diff --git a/platform/addons/default/pom.xml b/platform/addons/default/pom.xml index 337debea9..277f6f531 100644 --- a/platform/addons/default/pom.xml +++ b/platform/addons/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-addons - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-addons-default jar diff --git a/platform/addons/pom.xml b/platform/addons/pom.xml index 7dd83c8ae..56deef690 100644 --- a/platform/addons/pom.xml +++ b/platform/addons/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-addons pom diff --git a/platform/application/pom.xml b/platform/application/pom.xml index 70af2a327..84ae77eaf 100644 --- a/platform/application/pom.xml +++ b/platform/application/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-application jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Application Abstract application module diff --git a/platform/attachments/pom.xml b/platform/attachments/pom.xml index 250566a10..a484530d4 100644 --- a/platform/attachments/pom.xml +++ b/platform/attachments/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-attachments jar diff --git a/platform/authorization/pom.xml b/platform/authorization/pom.xml index 4c5e3d2f5..898d40637 100644 --- a/platform/authorization/pom.xml +++ b/platform/authorization/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-authorization jar diff --git a/platform/base/pom.xml b/platform/base/pom.xml index b6523f622..099b2b727 100644 --- a/platform/base/pom.xml +++ b/platform/base/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-base jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Base Some base classes and interfaces diff --git a/platform/configuration/api/pom.xml b/platform/configuration/api/pom.xml index a6f46a13f..f92729820 100644 --- a/platform/configuration/api/pom.xml +++ b/platform/configuration/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-configuration - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-configuration-api jar diff --git a/platform/configuration/default/pom.xml b/platform/configuration/default/pom.xml index cab2e9547..88c4e42ae 100644 --- a/platform/configuration/default/pom.xml +++ b/platform/configuration/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-configuration - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-configuration-default jar diff --git a/platform/configuration/platform/pom.xml b/platform/configuration/platform/pom.xml index 180e498d7..801dc07af 100644 --- a/platform/configuration/platform/pom.xml +++ b/platform/configuration/platform/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-configuration - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-configuration-platform jar diff --git a/platform/configuration/pom.xml b/platform/configuration/pom.xml index 8fd73660a..91ec2c289 100644 --- a/platform/configuration/pom.xml +++ b/platform/configuration/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-configuration pom diff --git a/platform/context/pom.xml b/platform/context/pom.xml index 6520ade2a..d5d76e0bc 100644 --- a/platform/context/pom.xml +++ b/platform/context/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-context jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Context Context related classed diff --git a/platform/files/pom.xml b/platform/files/pom.xml index 0bd0b3d75..696c91d76 100644 --- a/platform/files/pom.xml +++ b/platform/files/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-files jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Files Files management diff --git a/platform/front/pom.xml b/platform/front/pom.xml index 1b1ee4cd2..b75a917c2 100644 --- a/platform/front/pom.xml +++ b/platform/front/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.platform mayocat-platform-front diff --git a/platform/image/api/pom.xml b/platform/image/api/pom.xml index b84cb5dc7..cdcd35dc5 100644 --- a/platform/image/api/pom.xml +++ b/platform/image/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-image - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-image-api jar diff --git a/platform/image/default/pom.xml b/platform/image/default/pom.xml index 56e9d7e97..10729d2c5 100644 --- a/platform/image/default/pom.xml +++ b/platform/image/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-image - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-image-default jar diff --git a/platform/image/pom.xml b/platform/image/pom.xml index 6b00aab67..3609f255a 100644 --- a/platform/image/pom.xml +++ b/platform/image/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-image pom diff --git a/platform/localization/pom.xml b/platform/localization/pom.xml index 04bd4be12..a6520d57b 100644 --- a/platform/localization/pom.xml +++ b/platform/localization/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-localization jar diff --git a/platform/mail/pom.xml b/platform/mail/pom.xml index 30446a579..1443bb223 100644 --- a/platform/mail/pom.xml +++ b/platform/mail/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-mail jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Mail Mail service (send mail throught STMP) diff --git a/platform/manager/pom.xml b/platform/manager/pom.xml index c82d895b7..fd1dbc31e 100644 --- a/platform/manager/pom.xml +++ b/platform/manager/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-manager jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Manager Tenant manager API diff --git a/platform/model/pom.xml b/platform/model/pom.xml index f89b19b24..31180a66d 100644 --- a/platform/model/pom.xml +++ b/platform/model/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-model jar diff --git a/platform/multitenancy/pom.xml b/platform/multitenancy/pom.xml index 74824c6ed..c4749132a 100644 --- a/platform/multitenancy/pom.xml +++ b/platform/multitenancy/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-multitenancy jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Multitenancy Multitenancy related interfaces diff --git a/platform/pom.xml b/platform/pom.xml index 274bf0c68..d3865efc0 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -12,12 +12,12 @@ org.mayocat mayocat-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.platform mayocat-platform-parent pom - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Parent POM The platform to build applications upon diff --git a/platform/rest/pom.xml b/platform/rest/pom.xml index f1790c0d7..bcff5b60b 100644 --- a/platform/rest/pom.xml +++ b/platform/rest/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-rest jar diff --git a/platform/search/api/pom.xml b/platform/search/api/pom.xml index 6f76ef424..89cbff976 100644 --- a/platform/search/api/pom.xml +++ b/platform/search/api/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-search - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-search-api jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Search - API Search API diff --git a/platform/search/elasticsearch/pom.xml b/platform/search/elasticsearch/pom.xml index dc1aa5120..44887663f 100644 --- a/platform/search/elasticsearch/pom.xml +++ b/platform/search/elasticsearch/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-search - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-search-elasticsearch jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Search - Elastic Search Elastic Search implementation diff --git a/platform/search/pom.xml b/platform/search/pom.xml index 62f17b421..f6e60c193 100644 --- a/platform/search/pom.xml +++ b/platform/search/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-search pom - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Search - Parent POM Search module diff --git a/platform/store/api/pom.xml b/platform/store/api/pom.xml index f10d8a575..1667024be 100644 --- a/platform/store/api/pom.xml +++ b/platform/store/api/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-store - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-store-api jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Store - API Persistence layer API diff --git a/platform/store/memory/pom.xml b/platform/store/memory/pom.xml index 4db8093c8..121a3db9d 100644 --- a/platform/store/memory/pom.xml +++ b/platform/store/memory/pom.xml @@ -13,11 +13,11 @@ org.mayocat.platform mayocat-platform-store - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-store-memory jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Store - Memory Memory implementation of Mayocat Store diff --git a/platform/store/pom.xml b/platform/store/pom.xml index a563d805d..238e3ccfd 100644 --- a/platform/store/pom.xml +++ b/platform/store/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-store pom - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Store - Parent POM Persistence layer diff --git a/platform/store/rdbms/jdbi/pom.xml b/platform/store/rdbms/jdbi/pom.xml index 66cce95c2..ac750e093 100644 --- a/platform/store/rdbms/jdbi/pom.xml +++ b/platform/store/rdbms/jdbi/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-store-rdbms - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-store-rdbms-jdbi jar diff --git a/platform/store/rdbms/migrations/pom.xml b/platform/store/rdbms/migrations/pom.xml index e1a5f7db3..2339f59a8 100644 --- a/platform/store/rdbms/migrations/pom.xml +++ b/platform/store/rdbms/migrations/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-store-rdbms - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-store-rdbms-migrations jar diff --git a/platform/store/rdbms/pom.xml b/platform/store/rdbms/pom.xml index fd2cbd592..92d9a17a1 100644 --- a/platform/store/rdbms/pom.xml +++ b/platform/store/rdbms/pom.xml @@ -13,11 +13,11 @@ org.mayocat.platform mayocat-platform-store - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-store-rdbms pom - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - Store - RDBMs - Parent POM Persistence layer - RDBMs implementation diff --git a/platform/themes/api/pom.xml b/platform/themes/api/pom.xml index 14b5a020f..998a0a4b7 100644 --- a/platform/themes/api/pom.xml +++ b/platform/themes/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-themes - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-themes-api jar diff --git a/platform/themes/default/pom.xml b/platform/themes/default/pom.xml index 25f2e0d7d..7694eb825 100644 --- a/platform/themes/default/pom.xml +++ b/platform/themes/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-themes - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-themes-default jar diff --git a/platform/themes/pom.xml b/platform/themes/pom.xml index 87436bd71..151fd6b3c 100644 --- a/platform/themes/pom.xml +++ b/platform/themes/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-themes pom diff --git a/platform/url/pom.xml b/platform/url/pom.xml index dfa63591c..6f0de37e2 100644 --- a/platform/url/pom.xml +++ b/platform/url/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-url jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Platform - URL URL factories diff --git a/platform/views/pom.xml b/platform/views/pom.xml index 97a8a1cb8..f5fdd33df 100644 --- a/platform/views/pom.xml +++ b/platform/views/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-platform-views jar diff --git a/pom.xml b/pom.xml index a8072365e..2528c0d39 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.mayocat mayocat-parent pom - 0.30-SNAPSHOT + 0.20.1 Mayocat - Parent POM Modern e-commerce and marketplace management on the JVM @@ -36,7 +36,7 @@ scm:git:git://github.com/mayocat/mayocat-shop.git scm:git:ssh://git@github.com/mayocat/mayocat-shop.git http://github.com/mayocat/mayocat-shop - HEAD + mayocat-shop-0.20.1 diff --git a/shop/application/pom.xml b/shop/application/pom.xml index 7de1e1649..51c405250 100644 --- a/shop/application/pom.xml +++ b/shop/application/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-application diff --git a/shop/billing/api/pom.xml b/shop/billing/api/pom.xml index 8b34a16f4..a37765ac0 100644 --- a/shop/billing/api/pom.xml +++ b/shop/billing/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-billing - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-billing-api diff --git a/shop/billing/internal/pom.xml b/shop/billing/internal/pom.xml index fce254387..17aff3ade 100644 --- a/shop/billing/internal/pom.xml +++ b/shop/billing/internal/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-billing - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-billing-internal diff --git a/shop/billing/pom.xml b/shop/billing/pom.xml index bf152cbfa..6a902776e 100644 --- a/shop/billing/pom.xml +++ b/shop/billing/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-shop-billing pom diff --git a/shop/cart/pom.xml b/shop/cart/pom.xml index f37858875..3ec57e9b9 100644 --- a/shop/cart/pom.xml +++ b/shop/cart/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-cart diff --git a/shop/catalog/pom.xml b/shop/catalog/pom.xml index 0ba0250f8..6c4d4b622 100644 --- a/shop/catalog/pom.xml +++ b/shop/catalog/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-catalog diff --git a/shop/checkout/pom.xml b/shop/checkout/pom.xml index 771d09b01..b608486ec 100644 --- a/shop/checkout/pom.xml +++ b/shop/checkout/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-checkout diff --git a/shop/client/pom.xml b/shop/client/pom.xml index 36dff5d12..a0bec0b46 100644 --- a/shop/client/pom.xml +++ b/shop/client/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-client diff --git a/shop/distribution/pom.xml b/shop/distribution/pom.xml index 4392f3bd8..594f6f908 100644 --- a/shop/distribution/pom.xml +++ b/shop/distribution/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-distribution diff --git a/shop/marketplace/pom.xml b/shop/marketplace/pom.xml index c8b0256e2..50f5a1a1e 100644 --- a/shop/marketplace/pom.xml +++ b/shop/marketplace/pom.xml @@ -12,11 +12,11 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-shop-marketplace jar - 0.30-SNAPSHOT + 0.20.1 Mayocat Shop - Marketplace Elastic Search implementation diff --git a/shop/payment/api/pom.xml b/shop/payment/api/pom.xml index c558e4ceb..3b0c53cbe 100644 --- a/shop/payment/api/pom.xml +++ b/shop/payment/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-payment-api diff --git a/shop/payment/internal/pom.xml b/shop/payment/internal/pom.xml index cc3598575..0ebcf4ec5 100644 --- a/shop/payment/internal/pom.xml +++ b/shop/payment/internal/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-payment-internal diff --git a/shop/payment/pom.xml b/shop/payment/pom.xml index f5e16ab78..503b57973 100644 --- a/shop/payment/pom.xml +++ b/shop/payment/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-shop-payment pom diff --git a/shop/payment/vendor/paypal/adaptivepayments/pom.xml b/shop/payment/vendor/paypal/adaptivepayments/pom.xml index 3b358ae6e..d3e3a7aea 100644 --- a/shop/payment/vendor/paypal/adaptivepayments/pom.xml +++ b/shop/payment/vendor/paypal/adaptivepayments/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment-vendor-paypal - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-payment-vendor-paypal-adaptivepayments diff --git a/shop/payment/vendor/paypal/pom.xml b/shop/payment/vendor/paypal/pom.xml index d0c264db3..cbff83d66 100644 --- a/shop/payment/vendor/paypal/pom.xml +++ b/shop/payment/vendor/paypal/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment-vendor - 0.30-SNAPSHOT + 0.20.1 mayocat-shop-payment-vendor-paypal pom diff --git a/shop/payment/vendor/pom.xml b/shop/payment/vendor/pom.xml index 968e32b5d..017400788 100644 --- a/shop/payment/vendor/pom.xml +++ b/shop/payment/vendor/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment - 0.30-SNAPSHOT + 0.20.1 mayocat-shop-payment-vendor pom diff --git a/shop/pom.xml b/shop/pom.xml index 0d02c00f7..c497d4da0 100644 --- a/shop/pom.xml +++ b/shop/pom.xml @@ -13,12 +13,12 @@ org.mayocat mayocat-parent - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-parent pom - 0.30-SNAPSHOT + 0.20.1 Mayocat Shop - Parent POM Parent POM for the shop application diff --git a/shop/shipping/api/pom.xml b/shop/shipping/api/pom.xml index 16dc92c48..45aa2e663 100644 --- a/shop/shipping/api/pom.xml +++ b/shop/shipping/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-shipping - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-shipping-api diff --git a/shop/shipping/internal/pom.xml b/shop/shipping/internal/pom.xml index bd56d5499..018e179db 100644 --- a/shop/shipping/internal/pom.xml +++ b/shop/shipping/internal/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-shipping - 0.30-SNAPSHOT + 0.20.1 org.mayocat.shop mayocat-shop-shipping-internal diff --git a/shop/shipping/pom.xml b/shop/shipping/pom.xml index 0776597e7..7499adb3f 100644 --- a/shop/shipping/pom.xml +++ b/shop/shipping/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-shop-shipping pom diff --git a/shop/themes/pom.xml b/shop/themes/pom.xml index 6bd9c84bc..82e31f9cd 100644 --- a/shop/themes/pom.xml +++ b/shop/themes/pom.xml @@ -3,7 +3,7 @@ org.mayocat.shop mayocat-shop-parent - 0.30-SNAPSHOT + 0.20.1 mayocat-shop-themes pom