You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by fm...@apache.org on 2008/03/26 13:54:23 UTC

svn commit: r641291 - /jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml

Author: fmeschbe
Date: Wed Mar 26 05:54:21 2008
New Revision: 641291

URL: http://svn.apache.org/viewvc?rev=641291&view=rev
Log:
[maven-release-plugin] prepare release jackrabbit-jcr-commons-1.4.1

Modified:
    jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml

Modified: jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml?rev=641291&r1=641290&r2=641291&view=diff
==============================================================================
--- jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml (original)
+++ jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml Wed Mar 26 05:54:21 2008
@@ -1,26 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one or more
-   contributor license agreements.  See the NOTICE file distributed with
-   this work for additional information regarding copyright ownership.
-   The ASF licenses this file to You under the Apache License, Version 2.0
-   (the "License"); you may not use this file except in compliance with
-   the License.  You may obtain a copy of the License at
-
-       http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing, software
-   distributed under the License is distributed on an "AS IS" BASIS,
-   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-   See the License for the 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>
 
 <!-- ====================================================================== -->
@@ -33,18 +11,14 @@
   </parent>
   <artifactId>jackrabbit-jcr-commons</artifactId>
   <name>Jackrabbit JCR Commons</name>
-  <version>1.4.1-SNAPSHOT</version>
+  <version>1.4.1</version>
   <description>General purpose classes for use with the JCR API</description>
   <packaging>bundle</packaging>
 
   <scm>
-    <connection>
-      scm:svn:http://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-commons
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-jcr-commons
-    </developerConnection>
-    <url>http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-jcr-commons</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-jcr-commons-1.4.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-jcr-commons-1.4.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/jackrabbit/tags/jackrabbit-jcr-commons-1.4.1</url>
   </scm>
 
   <build>
@@ -99,4 +73,4 @@
     </dependency>
   </dependencies>
 
-</project>
+</project>
\ No newline at end of file



Re: svn commit: r641291 - /jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml

Posted by Felix Meschberger <fm...@gmail.com>.
Hi,

Am Mittwoch, den 26.03.2008, 16:29 +0200 schrieb Jukka Zitting:
> Hi,
> 
> On Wed, Mar 26, 2008 at 2:54 PM,  <fm...@apache.org> wrote:
> >  -<!--
> >  -   Licensed to the Apache Software Foundation (ASF) under one or more
> >  -   contributor license agreements.  See the NOTICE file distributed with
> >  -   this work for additional information regarding copyright ownership.
> >  -   The ASF licenses this file to You under the Apache License, Version 2.0
> >  -   (the "License"); you may not use this file except in compliance with
> >  -   the License.  You may obtain a copy of the License at
> >  -
> >  -       http://www.apache.org/licenses/LICENSE-2.0
> >  -
> >  -   Unless required by applicable law or agreed to in writing, software
> >  -   distributed under the License is distributed on an "AS IS" BASIS,
> >  -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> >  -   See the License for the specific language governing permissions and
> >  -   limitations under the License.
> >  -  -->
> 
> One of the reasons why I prefer not to use the maven-release-plugin.
> Not terribly bad IMHO, but not ideal either.

Hmm, this is a known issue with the maven-release-plugin: the <project>
tag must be on a single line, otherwise this happens...

On the other hand, if this is the sole issue with the
maven-release-plugin, so what ? There is a known workaround. On the
other hand the plugin takes a lot of manual work off our shoulders and
therefore is worth considering.

Regards
Felix

> 
> BR,
> 
> Jukka Zitting


Re: svn commit: r641291 - /jackrabbit/branches/1.4/jackrabbit-jcr-commons/pom.xml

Posted by Jukka Zitting <ju...@gmail.com>.
Hi,

On Wed, Mar 26, 2008 at 2:54 PM,  <fm...@apache.org> wrote:
>  -<!--
>  -   Licensed to the Apache Software Foundation (ASF) under one or more
>  -   contributor license agreements.  See the NOTICE file distributed with
>  -   this work for additional information regarding copyright ownership.
>  -   The ASF licenses this file to You under the Apache License, Version 2.0
>  -   (the "License"); you may not use this file except in compliance with
>  -   the License.  You may obtain a copy of the License at
>  -
>  -       http://www.apache.org/licenses/LICENSE-2.0
>  -
>  -   Unless required by applicable law or agreed to in writing, software
>  -   distributed under the License is distributed on an "AS IS" BASIS,
>  -   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>  -   See the License for the specific language governing permissions and
>  -   limitations under the License.
>  -  -->

One of the reasons why I prefer not to use the maven-release-plugin.
Not terribly bad IMHO, but not ideal either.

BR,

Jukka Zitting