From 4d115b6ae89f77c3feffdc7f1beb378b0842d22e Mon Sep 17 00:00:00 2001 From: Jerome Velociter Date: Mon, 3 Feb 2014 14:27:11 +0100 Subject: [PATCH] [maven-release-plugin] prepare release mayocat-shop-0.11.0 --- 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 d38f9399b..61524dbdb 100644 --- a/cms/contact/pom.xml +++ b/cms/contact/pom.xml @@ -12,7 +12,7 @@ org.mayocat.cms mayocat-cms-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.cms mayocat-cms-contact diff --git a/cms/news/pom.xml b/cms/news/pom.xml index c1853e4ab..63c3acadf 100644 --- a/cms/news/pom.xml +++ b/cms/news/pom.xml @@ -12,7 +12,7 @@ org.mayocat.cms mayocat-cms-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.cms mayocat-cms-news diff --git a/cms/pages/pom.xml b/cms/pages/pom.xml index f1e9deb21..156c2583b 100644 --- a/cms/pages/pom.xml +++ b/cms/pages/pom.xml @@ -12,7 +12,7 @@ org.mayocat.cms mayocat-cms-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.cms mayocat-cms-pages diff --git a/cms/pom.xml b/cms/pom.xml index 22e3c2313..450cc9fd3 100644 --- a/cms/pom.xml +++ b/cms/pom.xml @@ -13,12 +13,12 @@ org.mayocat mayocat-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.cms mayocat-cms-parent pom - 0.11-SNAPSHOT + 0.11.0 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 fe684c1ad..82d79c84d 100644 --- a/platform/accounts/api/pom.xml +++ b/platform/accounts/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-accounts - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-accounts-api jar diff --git a/platform/accounts/default/pom.xml b/platform/accounts/default/pom.xml index 1c22fc961..f7a50f871 100644 --- a/platform/accounts/default/pom.xml +++ b/platform/accounts/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-accounts - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-accounts-default jar diff --git a/platform/accounts/pom.xml b/platform/accounts/pom.xml index 5c60eea67..1c9ba425e 100644 --- a/platform/accounts/pom.xml +++ b/platform/accounts/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-accounts pom diff --git a/platform/addons/api/pom.xml b/platform/addons/api/pom.xml index f14f27ad1..22b415f42 100644 --- a/platform/addons/api/pom.xml +++ b/platform/addons/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-addons - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-addons-api jar diff --git a/platform/addons/default/pom.xml b/platform/addons/default/pom.xml index 56960e85f..0689c22dc 100644 --- a/platform/addons/default/pom.xml +++ b/platform/addons/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-addons - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-addons-default jar diff --git a/platform/addons/pom.xml b/platform/addons/pom.xml index 794957916..e10ba3300 100644 --- a/platform/addons/pom.xml +++ b/platform/addons/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-addons pom diff --git a/platform/application/pom.xml b/platform/application/pom.xml index 602e76ad8..6d04825c3 100644 --- a/platform/application/pom.xml +++ b/platform/application/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-application jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Application Abstract application module diff --git a/platform/attachments/pom.xml b/platform/attachments/pom.xml index 235a72ea0..32eb8c65b 100644 --- a/platform/attachments/pom.xml +++ b/platform/attachments/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-attachments jar diff --git a/platform/authorization/pom.xml b/platform/authorization/pom.xml index 9799285a6..5b2a29012 100644 --- a/platform/authorization/pom.xml +++ b/platform/authorization/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-authorization jar diff --git a/platform/base/pom.xml b/platform/base/pom.xml index b6522e08b..938e02ed7 100644 --- a/platform/base/pom.xml +++ b/platform/base/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-base jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Base Some base classes and interfaces diff --git a/platform/configuration/api/pom.xml b/platform/configuration/api/pom.xml index a7fcb1fbb..32cc6ffb1 100644 --- a/platform/configuration/api/pom.xml +++ b/platform/configuration/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-configuration - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-configuration-api jar diff --git a/platform/configuration/default/pom.xml b/platform/configuration/default/pom.xml index 6f5af3d2e..4411b027a 100644 --- a/platform/configuration/default/pom.xml +++ b/platform/configuration/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-configuration - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-configuration-default jar diff --git a/platform/configuration/platform/pom.xml b/platform/configuration/platform/pom.xml index 466c247f1..a52fc59f1 100644 --- a/platform/configuration/platform/pom.xml +++ b/platform/configuration/platform/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-configuration - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-configuration-platform jar diff --git a/platform/configuration/pom.xml b/platform/configuration/pom.xml index 41fca461d..76296ba76 100644 --- a/platform/configuration/pom.xml +++ b/platform/configuration/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-configuration pom diff --git a/platform/context/pom.xml b/platform/context/pom.xml index 736467a5a..1773ac95c 100644 --- a/platform/context/pom.xml +++ b/platform/context/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-context jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Context Context related classed diff --git a/platform/files/pom.xml b/platform/files/pom.xml index 31ada3dd0..5208ebf3e 100644 --- a/platform/files/pom.xml +++ b/platform/files/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-files jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Files Files management diff --git a/platform/front/pom.xml b/platform/front/pom.xml index 62c8bd51f..979755085 100644 --- a/platform/front/pom.xml +++ b/platform/front/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.platform mayocat-platform-front diff --git a/platform/image/api/pom.xml b/platform/image/api/pom.xml index 24db75952..d9e497379 100644 --- a/platform/image/api/pom.xml +++ b/platform/image/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-image - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-image-api jar diff --git a/platform/image/default/pom.xml b/platform/image/default/pom.xml index 532df9ac8..f4f0e58d1 100644 --- a/platform/image/default/pom.xml +++ b/platform/image/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-image - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-image-default jar diff --git a/platform/image/pom.xml b/platform/image/pom.xml index 4d904493b..f79e04168 100644 --- a/platform/image/pom.xml +++ b/platform/image/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-image pom diff --git a/platform/localization/pom.xml b/platform/localization/pom.xml index ba49e3983..8605e51c5 100644 --- a/platform/localization/pom.xml +++ b/platform/localization/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-localization jar diff --git a/platform/mail/pom.xml b/platform/mail/pom.xml index 3a278b0bd..e3122b902 100644 --- a/platform/mail/pom.xml +++ b/platform/mail/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-mail jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Mail Mail service (send mail throught STMP) diff --git a/platform/manager/pom.xml b/platform/manager/pom.xml index 7ddc969ff..3348d0935 100644 --- a/platform/manager/pom.xml +++ b/platform/manager/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-manager jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Manager Tenant manager API diff --git a/platform/model/pom.xml b/platform/model/pom.xml index 1af8e7b06..5794736ec 100644 --- a/platform/model/pom.xml +++ b/platform/model/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-model jar diff --git a/platform/multitenancy/pom.xml b/platform/multitenancy/pom.xml index abf81345c..d43cd80c3 100644 --- a/platform/multitenancy/pom.xml +++ b/platform/multitenancy/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-multitenancy jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Multitenancy Multitenancy related interfaces diff --git a/platform/pom.xml b/platform/pom.xml index fdc9ed642..b28686a14 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -12,12 +12,12 @@ org.mayocat mayocat-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.platform mayocat-platform-parent pom - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Parent POM The platform to build applications upon diff --git a/platform/rest/pom.xml b/platform/rest/pom.xml index 841717333..206a40e5a 100644 --- a/platform/rest/pom.xml +++ b/platform/rest/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-rest jar diff --git a/platform/search/api/pom.xml b/platform/search/api/pom.xml index 172f47c3a..085db292b 100644 --- a/platform/search/api/pom.xml +++ b/platform/search/api/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-search - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-search-api jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Search - API Search API diff --git a/platform/search/elasticsearch/pom.xml b/platform/search/elasticsearch/pom.xml index b4249ef0a..c058b6b85 100644 --- a/platform/search/elasticsearch/pom.xml +++ b/platform/search/elasticsearch/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-search - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-search-elasticsearch jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Search - Elastic Search Elastic Search implementation diff --git a/platform/search/pom.xml b/platform/search/pom.xml index 8a5b40c48..6514f12fa 100644 --- a/platform/search/pom.xml +++ b/platform/search/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-search pom - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Search - Parent POM Search module diff --git a/platform/store/api/pom.xml b/platform/store/api/pom.xml index f42a398cd..b0403af77 100644 --- a/platform/store/api/pom.xml +++ b/platform/store/api/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-store - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-store-api jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Store - API Persistence layer API diff --git a/platform/store/memory/pom.xml b/platform/store/memory/pom.xml index 0377bb475..693b26793 100644 --- a/platform/store/memory/pom.xml +++ b/platform/store/memory/pom.xml @@ -13,11 +13,11 @@ org.mayocat.platform mayocat-platform-store - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-store-memory jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Store - Memory Memory implementation of Mayocat Store diff --git a/platform/store/pom.xml b/platform/store/pom.xml index 59242a6a4..a3c7e728d 100644 --- a/platform/store/pom.xml +++ b/platform/store/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-store pom - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - Store - Parent POM Persistence layer diff --git a/platform/store/rdbms/jdbi/pom.xml b/platform/store/rdbms/jdbi/pom.xml index 0a95ca83d..132b650b8 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.11-SNAPSHOT + 0.11.0 mayocat-platform-store-rdbms-jdbi jar diff --git a/platform/store/rdbms/migrations/pom.xml b/platform/store/rdbms/migrations/pom.xml index a8f063c58..062997574 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.11-SNAPSHOT + 0.11.0 mayocat-platform-store-rdbms-migrations jar diff --git a/platform/store/rdbms/pom.xml b/platform/store/rdbms/pom.xml index 195b635c8..5bd5fc6db 100644 --- a/platform/store/rdbms/pom.xml +++ b/platform/store/rdbms/pom.xml @@ -13,11 +13,11 @@ org.mayocat.platform mayocat-platform-store - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-store-rdbms pom - 0.11-SNAPSHOT + 0.11.0 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 864d244e3..2d384bc44 100644 --- a/platform/themes/api/pom.xml +++ b/platform/themes/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-themes - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-themes-api jar diff --git a/platform/themes/default/pom.xml b/platform/themes/default/pom.xml index b9a6062dc..e27361ecc 100644 --- a/platform/themes/default/pom.xml +++ b/platform/themes/default/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-themes - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-themes-default jar diff --git a/platform/themes/pom.xml b/platform/themes/pom.xml index 27411e4bf..151584adf 100644 --- a/platform/themes/pom.xml +++ b/platform/themes/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-themes pom diff --git a/platform/url/pom.xml b/platform/url/pom.xml index 98589fd39..68242082b 100644 --- a/platform/url/pom.xml +++ b/platform/url/pom.xml @@ -12,11 +12,11 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-url jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Platform - URL URL factories diff --git a/platform/views/pom.xml b/platform/views/pom.xml index d7a58b906..b93233417 100644 --- a/platform/views/pom.xml +++ b/platform/views/pom.xml @@ -12,7 +12,7 @@ org.mayocat.platform mayocat-platform-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-platform-views jar diff --git a/pom.xml b/pom.xml index 859f8c516..22aa310cb 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.mayocat mayocat-parent pom - 0.11-SNAPSHOT + 0.11.0 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.11.0 diff --git a/shop/application/pom.xml b/shop/application/pom.xml index 3c4596640..6812d6e27 100644 --- a/shop/application/pom.xml +++ b/shop/application/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-application diff --git a/shop/billing/api/pom.xml b/shop/billing/api/pom.xml index a39fcd05f..9c1473f59 100644 --- a/shop/billing/api/pom.xml +++ b/shop/billing/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-billing - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-billing-api diff --git a/shop/billing/internal/pom.xml b/shop/billing/internal/pom.xml index ddf883b82..de54a423c 100644 --- a/shop/billing/internal/pom.xml +++ b/shop/billing/internal/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-billing - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-billing-internal diff --git a/shop/billing/pom.xml b/shop/billing/pom.xml index a83240ce7..762b48e2f 100644 --- a/shop/billing/pom.xml +++ b/shop/billing/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-shop-billing pom diff --git a/shop/cart/pom.xml b/shop/cart/pom.xml index 606cca2f6..92a42dd5a 100644 --- a/shop/cart/pom.xml +++ b/shop/cart/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-cart diff --git a/shop/catalog/pom.xml b/shop/catalog/pom.xml index da9bb8bb5..89afd766e 100644 --- a/shop/catalog/pom.xml +++ b/shop/catalog/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-catalog diff --git a/shop/checkout/pom.xml b/shop/checkout/pom.xml index 40f49fe52..f98eaa665 100644 --- a/shop/checkout/pom.xml +++ b/shop/checkout/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-checkout diff --git a/shop/client/pom.xml b/shop/client/pom.xml index 72877a9eb..9963032e5 100644 --- a/shop/client/pom.xml +++ b/shop/client/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-client diff --git a/shop/distribution/pom.xml b/shop/distribution/pom.xml index cd2c65f8f..680c0bf2b 100644 --- a/shop/distribution/pom.xml +++ b/shop/distribution/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-distribution diff --git a/shop/marketplace/pom.xml b/shop/marketplace/pom.xml index 9209f015e..89f21410d 100644 --- a/shop/marketplace/pom.xml +++ b/shop/marketplace/pom.xml @@ -12,11 +12,11 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-shop-marketplace jar - 0.11-SNAPSHOT + 0.11.0 Mayocat Shop - Marketplace Elastic Search implementation diff --git a/shop/payment/api/pom.xml b/shop/payment/api/pom.xml index 0b8756e13..fda9fc584 100644 --- a/shop/payment/api/pom.xml +++ b/shop/payment/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-payment-api diff --git a/shop/payment/internal/pom.xml b/shop/payment/internal/pom.xml index e26b0868a..f7598ba5a 100644 --- a/shop/payment/internal/pom.xml +++ b/shop/payment/internal/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-payment-internal diff --git a/shop/payment/pom.xml b/shop/payment/pom.xml index 9dc0d124a..5fb6debd4 100644 --- a/shop/payment/pom.xml +++ b/shop/payment/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-shop-payment pom diff --git a/shop/payment/vendor/paypal/adaptivepayments/pom.xml b/shop/payment/vendor/paypal/adaptivepayments/pom.xml index 23bb7124a..6a9bfdbf7 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.11-SNAPSHOT + 0.11.0 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 f1fa26c54..14ddc145a 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.11-SNAPSHOT + 0.11.0 mayocat-shop-payment-vendor-paypal pom diff --git a/shop/payment/vendor/pom.xml b/shop/payment/vendor/pom.xml index c18cf8ef7..0d13331c7 100644 --- a/shop/payment/vendor/pom.xml +++ b/shop/payment/vendor/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-payment - 0.11-SNAPSHOT + 0.11.0 mayocat-shop-payment-vendor pom diff --git a/shop/pom.xml b/shop/pom.xml index e4502b68a..975408bb9 100644 --- a/shop/pom.xml +++ b/shop/pom.xml @@ -13,12 +13,12 @@ org.mayocat mayocat-parent - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-parent pom - 0.11-SNAPSHOT + 0.11.0 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 9a8b778c7..c4d2ad366 100644 --- a/shop/shipping/api/pom.xml +++ b/shop/shipping/api/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-shipping - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-shipping-api diff --git a/shop/shipping/internal/pom.xml b/shop/shipping/internal/pom.xml index 5360c71e7..030d60fc7 100644 --- a/shop/shipping/internal/pom.xml +++ b/shop/shipping/internal/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-shipping - 0.11-SNAPSHOT + 0.11.0 org.mayocat.shop mayocat-shop-shipping-internal diff --git a/shop/shipping/pom.xml b/shop/shipping/pom.xml index 5fc35e178..5f3931b1c 100644 --- a/shop/shipping/pom.xml +++ b/shop/shipping/pom.xml @@ -12,7 +12,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-shop-shipping pom diff --git a/shop/themes/pom.xml b/shop/themes/pom.xml index 31d10293b..27301456d 100644 --- a/shop/themes/pom.xml +++ b/shop/themes/pom.xml @@ -3,7 +3,7 @@ org.mayocat.shop mayocat-shop-parent - 0.11-SNAPSHOT + 0.11.0 mayocat-shop-themes pom