Update pom parent to 1.0.4

Signed-off-by: Jonathan Coustick <jonathan.coustick@payara.fish>
diff --git a/pom.xml b/pom.xml
index ed5c194..51f6e99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,21 +274,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-                <configuration>
-                    <includePom>true</includePom>
-                </configuration>
-                <executions>
-                    <execution>
-                       <id>attach-sources</id>
-                       <goals>
-                           <goal>jar-no-fork</goal>
-                       </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <executions>
                     <execution>