This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.threads-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-threads.git
commit 3020eb2ad946f59b5ec54700aec2b10b806e82b0 Author: Carsten Ziegeler <[email protected]> AuthorDate: Mon Apr 14 13:34:08 2008 +0000 Write first element in pom in one line (to avoid problems with the maven release plugin) and minor pom fixes. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/sling/threads@647795 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5027142..0dafeaf 100644 --- a/pom.xml +++ b/pom.xml @@ -17,9 +17,8 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.sling</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
