diff --git a/maven/pom.xml b/maven/pom.xml index 8a61bda9ad..3ff2e4ff82 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -7,6 +7,7 @@ sonia.scm scm 1.3-SNAPSHOT + ../pom.xml sonia.scm.maven diff --git a/maven/scm-plugin-archetype/pom.xml b/maven/scm-plugin-archetype/pom.xml index 287da8ed10..fdfcdb7bfa 100644 --- a/maven/scm-plugin-archetype/pom.xml +++ b/maven/scm-plugin-archetype/pom.xml @@ -8,6 +8,7 @@ scm-maven-plugins sonia.scm.maven 1.3-SNAPSHOT + ../pom.xml sonia.scm.maven diff --git a/plugins/pom.xml b/plugins/pom.xml index 7e16a77062..9b5f99c25d 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -7,6 +7,7 @@ sonia.scm scm 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-activedirectory-auth-plugin/pom.xml b/plugins/scm-activedirectory-auth-plugin/pom.xml index 35e59da274..c81ed0ab99 100644 --- a/plugins/scm-activedirectory-auth-plugin/pom.xml +++ b/plugins/scm-activedirectory-auth-plugin/pom.xml @@ -8,6 +8,7 @@ scm-plugins sonia.scm.plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-auth-ldap-plugin/pom.xml b/plugins/scm-auth-ldap-plugin/pom.xml index 213b990217..d7bbf60a51 100644 --- a/plugins/scm-auth-ldap-plugin/pom.xml +++ b/plugins/scm-auth-ldap-plugin/pom.xml @@ -7,6 +7,7 @@ scm-plugins sonia.scm.plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-bzr-plugin/pom.xml b/plugins/scm-bzr-plugin/pom.xml index a1f43c7290..ddd0c625ec 100644 --- a/plugins/scm-bzr-plugin/pom.xml +++ b/plugins/scm-bzr-plugin/pom.xml @@ -8,6 +8,7 @@ scm-plugins sonia.scm.plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-git-plugin/pom.xml b/plugins/scm-git-plugin/pom.xml index 8dfba41d67..1c6c1142f0 100644 --- a/plugins/scm-git-plugin/pom.xml +++ b/plugins/scm-git-plugin/pom.xml @@ -8,6 +8,7 @@ scm-plugins sonia.scm.plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-graph-plugin/pom.xml b/plugins/scm-graph-plugin/pom.xml index 5132210325..735866c492 100644 --- a/plugins/scm-graph-plugin/pom.xml +++ b/plugins/scm-graph-plugin/pom.xml @@ -8,6 +8,7 @@ scm-plugins sonia.scm.plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-gravatar-plugin/pom.xml b/plugins/scm-gravatar-plugin/pom.xml index 01ff563ce1..ca3ea1ff49 100644 --- a/plugins/scm-gravatar-plugin/pom.xml +++ b/plugins/scm-gravatar-plugin/pom.xml @@ -8,6 +8,7 @@ scm-plugins sonia.scm.plugins 1.2 + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-hg-plugin/pom.xml b/plugins/scm-hg-plugin/pom.xml index f1cc1da747..c15c57f29f 100644 --- a/plugins/scm-hg-plugin/pom.xml +++ b/plugins/scm-hg-plugin/pom.xml @@ -8,6 +8,7 @@ sonia.scm.plugins scm-plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-pam-plugin/pom.xml b/plugins/scm-pam-plugin/pom.xml index 1789a31e3f..249ac9c4d5 100644 --- a/plugins/scm-pam-plugin/pom.xml +++ b/plugins/scm-pam-plugin/pom.xml @@ -8,6 +8,7 @@ scm-plugins sonia.scm.plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/plugins/scm-svn-plugin/pom.xml b/plugins/scm-svn-plugin/pom.xml index 18ca13953d..f177b231f9 100644 --- a/plugins/scm-svn-plugin/pom.xml +++ b/plugins/scm-svn-plugin/pom.xml @@ -8,6 +8,7 @@ scm-plugins sonia.scm.plugins 1.3-SNAPSHOT + ../pom.xml sonia.scm.plugins diff --git a/samples/pom.xml b/samples/pom.xml index 65ef646979..43e85ca3e7 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -7,6 +7,7 @@ sonia.scm scm 1.3-SNAPSHOT + ../pom.xml sonia.scm.samples diff --git a/samples/scm-sample-auth/pom.xml b/samples/scm-sample-auth/pom.xml index 1f2d9a93b4..ec41689571 100644 --- a/samples/scm-sample-auth/pom.xml +++ b/samples/scm-sample-auth/pom.xml @@ -8,6 +8,7 @@ scm-samples sonia.scm.samples 1.3-SNAPSHOT + ../pom.xml sonia.scm.sample diff --git a/samples/scm-sample-hello/pom.xml b/samples/scm-sample-hello/pom.xml index dd61235be8..9af8dc1303 100644 --- a/samples/scm-sample-hello/pom.xml +++ b/samples/scm-sample-hello/pom.xml @@ -8,6 +8,7 @@ scm-samples sonia.scm.samples 1.3-SNAPSHOT + ../pom.xml sonia.scm.sample diff --git a/scm-clients/pom.xml b/scm-clients/pom.xml index 77cb958925..24d699ce2e 100644 --- a/scm-clients/pom.xml +++ b/scm-clients/pom.xml @@ -7,6 +7,7 @@ sonia.scm scm 1.3-SNAPSHOT + ../pom.xml sonia.scm.clients diff --git a/scm-clients/scm-client-api/pom.xml b/scm-clients/scm-client-api/pom.xml index 772c76db2b..5f1ec03a0c 100644 --- a/scm-clients/scm-client-api/pom.xml +++ b/scm-clients/scm-client-api/pom.xml @@ -7,6 +7,7 @@ sonia.scm.clients scm-clients 1.3-SNAPSHOT + ../pom.xml sonia.scm.clients diff --git a/scm-clients/scm-client-impl/pom.xml b/scm-clients/scm-client-impl/pom.xml index 28ee51371e..8a5001d585 100644 --- a/scm-clients/scm-client-impl/pom.xml +++ b/scm-clients/scm-client-impl/pom.xml @@ -7,6 +7,7 @@ sonia.scm.clients scm-clients 1.3-SNAPSHOT + ../pom.xml sonia.scm.clients diff --git a/scm-core/pom.xml b/scm-core/pom.xml index 1a029ea83a..a08f1f60a9 100644 --- a/scm-core/pom.xml +++ b/scm-core/pom.xml @@ -8,6 +8,7 @@ scm sonia.scm 1.3-SNAPSHOT + ../pom.xml sonia.scm diff --git a/scm-plugin-backend/pom.xml b/scm-plugin-backend/pom.xml index 81ebafd4da..790663b0b2 100644 --- a/scm-plugin-backend/pom.xml +++ b/scm-plugin-backend/pom.xml @@ -7,6 +7,7 @@ scm sonia.scm 1.3-SNAPSHOT + ../pom.xml sonia.scm diff --git a/scm-server/pom.xml b/scm-server/pom.xml index 45770e738d..88a40f4523 100644 --- a/scm-server/pom.xml +++ b/scm-server/pom.xml @@ -8,6 +8,7 @@ scm sonia.scm 1.3-SNAPSHOT + ../pom.xml sonia.scm diff --git a/scm-test/pom.xml b/scm-test/pom.xml index 7b6521a7cc..682624be51 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -8,6 +8,7 @@ scm sonia.scm 1.3-SNAPSHOT + ../pom.xml sonia.scm diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 0cc085dea0..4c5b7039a1 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -8,6 +8,7 @@ sonia.scm scm 1.3-SNAPSHOT + ../pom.xml sonia.scm diff --git a/third-party/pom.xml b/third-party/pom.xml index 9a3a93cc41..87545f0cd7 100644 --- a/third-party/pom.xml +++ b/third-party/pom.xml @@ -7,6 +7,7 @@ sonia.scm scm 1.3-SNAPSHOT + ../pom.xml sonia.scm.third-party diff --git a/third-party/shared-libs/pom.xml b/third-party/shared-libs/pom.xml index 737ed769a6..26d1a596fb 100644 --- a/third-party/shared-libs/pom.xml +++ b/third-party/shared-libs/pom.xml @@ -7,6 +7,7 @@ sonia.scm.third-party sonia.scm.third-party 1.3-SNAPSHOT + ../pom.xml sonia.scm.third-party diff --git a/third-party/svnkit-dav/pom.xml b/third-party/svnkit-dav/pom.xml index 3277712f4a..d1e46ff696 100644 --- a/third-party/svnkit-dav/pom.xml +++ b/third-party/svnkit-dav/pom.xml @@ -7,6 +7,7 @@ sonia.scm.third-party sonia.scm.third-party 1.3-SNAPSHOT + ../pom.xml org.tmatesoft.svnkit