[maven-release-plugin] prepare release fulcrum-yaafi-1.0.7

git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/yaafi@1702189 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 5536454..a13ba4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,144 +1,144 @@
-<?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">
-  <parent>
- <artifactId>turbine-parent</artifactId>
-       <groupId>org.apache.turbine</groupId>
-       <version>3</version>
-  </parent>
-
-  <modelVersion>4.0.0</modelVersion>
-  <artifactId>fulcrum-yaafi</artifactId>
-  <version>1.0.7-SNAPSHOT</version>
-  <name>Fulcrum YAAFI</name>
-  <inceptionYear>2004</inceptionYear>
-  <description>A light-weight Avalon container</description>
-  <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi</url>
-		
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/trunk/yaafi/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/yaafi/</developerConnection>
-    <url>http://svn.apache.org/viewvc/turbine/fulcrum/trunk/yaafi/</url>
-  </scm>
-
-  
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <name>Fulcrum Yaafi Website</name>
-      <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi/</url>
-    </site>    
-  </distributionManagement>
-	
-  <developers>
-    <developer>
-      <name>Siegfried Goeschl</name>
-      <id>sgoeschl</id>
-      <email>sgoeschl@apache.org</email>
-      <organization>Apache</organization>
-      <roles>
-        <role>Java Developer</role>
-      </roles>
-    </developer>
-  </developers>
-
-  <dependencies>
-    <!-- Avalon depedencies -->
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-api</artifactId>
-      <version>4.3.1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.avalon.framework</groupId>
-      <artifactId>avalon-framework-impl</artifactId>
-      <version>4.3.1</version>
-    </dependency>
-    <!-- Optional decrytpion of configuration files -->
-    <!--
-    <dependency>
-      <groupId>fulcrum</groupId>
-      <artifactId>fulcrum-yaafi-crypto</artifactId>
-      <version>1.0.6</version>
-      <optional>true</optional>
-    </dependency>
-    -->
-    <dependency>
-      <groupId>com.jamonapi</groupId>
-      <artifactId>jamon</artifactId>
-      <version>2.81</version>
-      <optional>true</optional>
-      <exclusions>
-        <exclusion>
-          <groupId>com.hazelcast</groupId>
-          <artifactId>hazelcast-all</artifactId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
-      <groupId>org.javasimon</groupId>
-      <artifactId>javasimon-core</artifactId>
-      <version>4.0.1</version>
-      <optional>true</optional>
-    </dependency>
-    <!-- Testing dependencies -->
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>    
-  </dependencies>
-
-  <build>
-    <sourceDirectory>${basedir}/src/java</sourceDirectory>
-    <testSourceDirectory>${basedir}/src/test</testSourceDirectory>
-	<plugins>
-	  </plugins>
-  </build>
-  
-  <properties>
-    <!-- This bits are used for the staging directory -->
-    <turbine.site.path>fulcrum/fulcrum-yaafi</turbine.site.path>
-  </properties>  
-  <profiles>
-   <profile>
-    <!-- ignore doclint errors (should be warnings) -->
-        <id>java8</id>
-        <activation>
-            <jdk>1.8</jdk>								
-        </activation>
-		<build>
-			<plugins>
-				<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-javadoc-plugin</artifactId>
-				<configuration>
-					<additionalparam>-Xdoclint:none</additionalparam>
-				</configuration>
-		    </plugin>
-		  </plugins>
-		</build>
-        <properties>
-		  <javadoc.opts>-Xdoclint:none</javadoc.opts>
-		</properties>
-    </profile>
-  </profiles>
+<?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">

+  <parent>

+ <artifactId>turbine-parent</artifactId>

+       <groupId>org.apache.turbine</groupId>

+       <version>3</version>

+  </parent>

+

+  <modelVersion>4.0.0</modelVersion>

+  <artifactId>fulcrum-yaafi</artifactId>

+  <version>1.0.7</version>

+  <name>Fulcrum YAAFI</name>

+  <inceptionYear>2004</inceptionYear>

+  <description>A light-weight Avalon container</description>

+  <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi</url>

+		

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.7</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/turbine/fulcrum/tags/fulcrum-yaafi-1.0.7</developerConnection>

+    <url>http://svn.apache.org/viewvc/turbine/fulcrum/tags/fulcrum-yaafi-1.0.7</url>

+  </scm>

+

+  

+  <distributionManagement>

+    <site>

+      <id>apache.website</id>

+      <name>Fulcrum Yaafi Website</name>

+      <url>http://turbine.apache.org/fulcrum/fulcrum-yaafi/</url>

+    </site>    

+  </distributionManagement>

+	

+  <developers>

+    <developer>

+      <name>Siegfried Goeschl</name>

+      <id>sgoeschl</id>

+      <email>sgoeschl@apache.org</email>

+      <organization>Apache</organization>

+      <roles>

+        <role>Java Developer</role>

+      </roles>

+    </developer>

+  </developers>

+

+  <dependencies>

+    <!-- Avalon depedencies -->

+    <dependency>

+      <groupId>org.apache.avalon.framework</groupId>

+      <artifactId>avalon-framework-api</artifactId>

+      <version>4.3.1</version>

+    </dependency>

+    <dependency>

+      <groupId>org.apache.avalon.framework</groupId>

+      <artifactId>avalon-framework-impl</artifactId>

+      <version>4.3.1</version>

+    </dependency>

+    <!-- Optional decrytpion of configuration files -->

+    <!--

+    <dependency>

+      <groupId>fulcrum</groupId>

+      <artifactId>fulcrum-yaafi-crypto</artifactId>

+      <version>1.0.6</version>

+      <optional>true</optional>

+    </dependency>

+    -->

+    <dependency>

+      <groupId>com.jamonapi</groupId>

+      <artifactId>jamon</artifactId>

+      <version>2.81</version>

+      <optional>true</optional>

+      <exclusions>

+        <exclusion>

+          <groupId>com.hazelcast</groupId>

+          <artifactId>hazelcast-all</artifactId>

+        </exclusion>

+      </exclusions>

+    </dependency>

+    <dependency>

+      <groupId>org.javasimon</groupId>

+      <artifactId>javasimon-core</artifactId>

+      <version>4.0.1</version>

+      <optional>true</optional>

+    </dependency>

+    <!-- Testing dependencies -->

+    <dependency>

+      <groupId>junit</groupId>

+      <artifactId>junit</artifactId>

+      <version>3.8.1</version>

+      <scope>test</scope>

+    </dependency>    

+  </dependencies>

+

+  <build>

+    <sourceDirectory>${basedir}/src/java</sourceDirectory>

+    <testSourceDirectory>${basedir}/src/test</testSourceDirectory>

+	<plugins>

+	  </plugins>

+  </build>

+  

+  <properties>

+    <!-- This bits are used for the staging directory -->

+    <turbine.site.path>fulcrum/fulcrum-yaafi</turbine.site.path>

+  </properties>  

+  <profiles>

+   <profile>

+    <!-- ignore doclint errors (should be warnings) -->

+        <id>java8</id>

+        <activation>

+            <jdk>1.8</jdk>								

+        </activation>

+		<build>

+			<plugins>

+				<plugin>

+				<groupId>org.apache.maven.plugins</groupId>

+				<artifactId>maven-javadoc-plugin</artifactId>

+				<configuration>

+					<additionalparam>-Xdoclint:none</additionalparam>

+				</configuration>

+		    </plugin>

+		  </plugins>

+		</build>

+        <properties>

+		  <javadoc.opts>-Xdoclint:none</javadoc.opts>

+		</properties>

+    </profile>

+  </profiles>

 </project>
\ No newline at end of file