diff --git a/common/pom.xml b/austin-common/pom.xml similarity index 89% rename from common/pom.xml rename to austin-common/pom.xml index 7d02386..0dadbfd 100644 --- a/common/pom.xml +++ b/austin-common/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - common + austin-common \ No newline at end of file diff --git a/service-api/pom.xml b/austin-service-api-impl/pom.xml similarity index 87% rename from service-api/pom.xml rename to austin-service-api-impl/pom.xml index 94614d4..f091e45 100644 --- a/service-api/pom.xml +++ b/austin-service-api-impl/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - service-api + austin-service-api-impl \ No newline at end of file diff --git a/service-api-impl/pom.xml b/austin-service-api/pom.xml similarity index 88% rename from service-api-impl/pom.xml rename to austin-service-api/pom.xml index 6b09907..8d2d001 100644 --- a/service-api-impl/pom.xml +++ b/austin-service-api/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - service-api-impl + austin-service-api \ No newline at end of file diff --git a/support/pom.xml b/austin-support/pom.xml similarity index 92% rename from support/pom.xml rename to austin-support/pom.xml index d6d21e2..93bbfaa 100644 --- a/support/pom.xml +++ b/austin-support/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - support + austin-support diff --git a/web/pom.xml b/austin-web/pom.xml similarity index 96% rename from web/pom.xml rename to austin-web/pom.xml index 786ce1c..767ec5a 100644 --- a/web/pom.xml +++ b/austin-web/pom.xml @@ -9,7 +9,7 @@ 4.0.0 - web + austin-web diff --git a/web/src/main/java/com/java3y/austin/AustinApplication.java b/austin-web/src/main/java/com/java3y/austin/AustinApplication.java similarity index 100% rename from web/src/main/java/com/java3y/austin/AustinApplication.java rename to austin-web/src/main/java/com/java3y/austin/AustinApplication.java diff --git a/pom.xml b/pom.xml index 1f3e20a..5751331 100644 --- a/pom.xml +++ b/pom.xml @@ -5,11 +5,11 @@ pom - web - support - service-api - service-api-impl - common + austin-web + austin-service-api + austin-service-api-impl + austin-common + austin-support