You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2011/10/20 11:39:58 UTC

svn commit: r1186695 - in /incubator/wookie/branches/0.9.1: connector/java/pom-template.xml parser/java/pom-template.xml

Author: psharples
Date: Thu Oct 20 09:39:58 2011
New Revision: 1186695

URL: http://svn.apache.org/viewvc?rev=1186695&view=rev
Log:
See http://www.apache.org/dev/publishing-maven-artifacts.html#publish-snapshot - where it says the project tag can cause problems if not on one line.

Modified:
    incubator/wookie/branches/0.9.1/connector/java/pom-template.xml
    incubator/wookie/branches/0.9.1/parser/java/pom-template.xml

Modified: incubator/wookie/branches/0.9.1/connector/java/pom-template.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/connector/java/pom-template.xml?rev=1186695&r1=1186694&r2=1186695&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/connector/java/pom-template.xml (original)
+++ incubator/wookie/branches/0.9.1/connector/java/pom-template.xml Thu Oct 20 09:39:58 2011
@@ -15,8 +15,7 @@
   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>
   

Modified: incubator/wookie/branches/0.9.1/parser/java/pom-template.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/parser/java/pom-template.xml?rev=1186695&r1=1186694&r2=1186695&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/parser/java/pom-template.xml (original)
+++ incubator/wookie/branches/0.9.1/parser/java/pom-template.xml Thu Oct 20 09:39:58 2011
@@ -10,8 +10,7 @@
 	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>
   <groupId>${ivy.pom.groupId}</groupId>