diff --git a/build-config/pom.xml b/build-config/pom.xml index e0fabbbad..87cfd13e5 100644 --- a/build-config/pom.xml +++ b/build-config/pom.xml @@ -25,7 +25,7 @@ org.mapstruct mapstruct-parent - 1.0.0.Alpha2 + 1.0.0-SNAPSHOT ../parent/pom.xml diff --git a/core/pom.xml b/core/pom.xml index 9ebb39f6e..fceeaf468 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -25,7 +25,7 @@ org.mapstruct mapstruct-parent - 1.0.0.Alpha2 + 1.0.0-SNAPSHOT ../parent/pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index 0ffcf6d65..01e4f6240 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -25,7 +25,7 @@ org.mapstruct mapstruct-parent - 1.0.0.Alpha2 + 1.0.0-SNAPSHOT ../parent/pom.xml diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 22d89e3b2..877a1f896 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -25,7 +25,7 @@ org.mapstruct mapstruct-parent - 1.0.0.Alpha2 + 1.0.0-SNAPSHOT ../parent/pom.xml diff --git a/parent/pom.xml b/parent/pom.xml index 8caa64904..08de27728 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -31,7 +31,7 @@ org.mapstruct mapstruct-parent - 1.0.0.Alpha2 + 1.0.0-SNAPSHOT pom MapStruct Parent @@ -67,7 +67,7 @@ scm:git:git://github.com/mapstruct/mapstruct.git scm:git:git@github.com:mapstruct/mapstruct.git https://github.com/mapstruct/mapstruct/ - 1.0.0.Alpha2 + HEAD diff --git a/pom.xml b/pom.xml index 1672b2b6d..0b23b18c8 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.mapstruct mapstruct-parent - 1.0.0.Alpha2 + 1.0.0-SNAPSHOT parent/pom.xml @@ -66,7 +66,7 @@ scm:git:git://github.com/mapstruct/mapstruct.git scm:git:git@github.com:mapstruct/mapstruct.git https://github.com/mapstruct/mapstruct/ - 1.0.0.Alpha2 + HEAD diff --git a/processor/pom.xml b/processor/pom.xml index a560f1a45..aa17442db 100644 --- a/processor/pom.xml +++ b/processor/pom.xml @@ -25,7 +25,7 @@ org.mapstruct mapstruct-parent - 1.0.0.Alpha2 + 1.0.0-SNAPSHOT ../parent/pom.xml