JSPF should use latest version of james parent, contributed by Benoit Tellier (JSPF-98)

git-svn-id: https://svn.apache.org/repos/asf/james/jspf/trunk@1679500 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 94c281f..f8d8742 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,7 @@
     <parent>
         <groupId>org.apache.james</groupId>
         <artifactId>james-project</artifactId>
-        <version>1.8</version>
-        <relativePath />
+        <version>1.8.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>apache-jspf-project</artifactId>
@@ -132,6 +131,31 @@
                     <artifactId>maven-bundle-plugin</artifactId>
                     <version>2.3.4</version>
                 </plugin>
+                <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+                <plugin>
+                  <groupId>org.eclipse.m2e</groupId>
+                  <artifactId>lifecycle-mapping</artifactId>
+                  <version>1.0.0</version>
+                  <configuration>
+                    <lifecycleMappingMetadata>
+                      <pluginExecutions>
+                        <pluginExecution>
+                          <pluginExecutionFilter>
+                            <groupId>org.apache.felix</groupId>
+                            <artifactId>maven-bundle-plugin</artifactId>
+                            <versionRange>[2.3.4,)</versionRange>
+                            <goals>
+                              <goal>manifest</goal>
+                            </goals>
+                          </pluginExecutionFilter>
+                          <action>
+                            <ignore></ignore>
+                          </action>
+                        </pluginExecution>
+                      </pluginExecutions>
+                    </lifecycleMappingMetadata>
+                  </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
     </build>
diff --git a/resolver/src/main/java/org/apache/james/jspf/core/DNSService.java b/resolver/src/main/java/org/apache/james/jspf/core/DNSService.java
index f5df678..fb86a20 100644
--- a/resolver/src/main/java/org/apache/james/jspf/core/DNSService.java
+++ b/resolver/src/main/java/org/apache/james/jspf/core/DNSService.java
@@ -60,7 +60,7 @@
     /**
      * Sets a new limit for the number of records for MX and PTR lookups.
      * 
-     * @param recordLimit the new limit (0 => unlimited)
+     * @param recordLimit the new limit (0 =&gt; unlimited)
      */
     public void setRecordLimit(int recordLimit);