diff --git a/android-app-core/pom.xml b/android-app-core/pom.xml index 1d8bc46c..581c4e12 100644 --- a/android-app-core/pom.xml +++ b/android-app-core/pom.xml @@ -5,12 +5,12 @@ org.solovyev.android calculatorpp-parent - 2.0.0-SNAPSHOT + 2.0.0 org.solovyev.android calculatorpp-android-app-core - 2.0.0-SNAPSHOT + 2.0.0 Calculator++ Application Core apklib diff --git a/android-app-onscreen/pom.xml b/android-app-onscreen/pom.xml index 1421566a..fca7e327 100644 --- a/android-app-onscreen/pom.xml +++ b/android-app-onscreen/pom.xml @@ -5,12 +5,12 @@ org.solovyev.android calculatorpp-parent - 2.0.0-SNAPSHOT + 2.0.0 org.solovyev.android calculatorpp-android-app-onscreen - 2.0.0-SNAPSHOT + 2.0.0 Calculator++ Application Onscreen apklib diff --git a/android-app-test/pom.xml b/android-app-test/pom.xml index 4439c16d..996a5004 100644 --- a/android-app-test/pom.xml +++ b/android-app-test/pom.xml @@ -4,7 +4,7 @@ org.solovyev.android calculatorpp-parent - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/android-app-widget/pom.xml b/android-app-widget/pom.xml index 2b0e9a87..e8eb38f7 100644 --- a/android-app-widget/pom.xml +++ b/android-app-widget/pom.xml @@ -5,12 +5,12 @@ org.solovyev.android calculatorpp-parent - 2.0.0-SNAPSHOT + 2.0.0 org.solovyev.android calculatorpp-android-app-widget - 2.0.0-SNAPSHOT + 2.0.0 Calculator++ Application Widget apklib diff --git a/android-app/pom.xml b/android-app/pom.xml index 1898782b..62596d50 100644 --- a/android-app/pom.xml +++ b/android-app/pom.xml @@ -4,7 +4,7 @@ org.solovyev.android calculatorpp-parent - 2.0.0-SNAPSHOT + 2.0.0 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 8ec25e6a..104d68a0 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -5,12 +5,12 @@ org.solovyev.android calculatorpp-parent - 2.0.0-SNAPSHOT + 2.0.0 org.solovyev.android calculatorpp-core - 2.0.0-SNAPSHOT + 2.0.0 Calculator++ Core jar diff --git a/pom.xml b/pom.xml index 7292817a..e40e932a 100644 --- a/pom.xml +++ b/pom.xml @@ -34,14 +34,14 @@ org.solovyev.android calculatorpp-parent pom - 2.0.0-SNAPSHOT + 2.0.0 Calculator++ scm:git:git@github.com:serso/android-calculatorpp.git scm:git:git@github.com:serso/android-calculatorpp.git http://github.com/serso/android-calculatorpp - HEAD + release-2.0.0 @@ -66,27 +66,27 @@ org.solovyev.android calculatorpp-core - 2.0.0-SNAPSHOT + 2.0.0 org.solovyev.android calculatorpp-android-app-core - 2.0.0-SNAPSHOT + 2.0.0 apklib org.solovyev.android calculatorpp-android-app-widget - 2.0.0-SNAPSHOT + 2.0.0 apklib org.solovyev.android calculatorpp-android-app-onscreen - 2.0.0-SNAPSHOT + 2.0.0 apklib