Skip to content

Commit

Permalink
Merge pull request #104 from Cousjava/updateparent
Browse files Browse the repository at this point in the history
Update parent pom to 1.0.5
  • Loading branch information
keilw authored Nov 9, 2018
2 parents 198fdf5 + e3d3765 commit 025b57e
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.eclipse.ee4j</groupId>
<artifactId>project</artifactId>
<version>1.0.1</version>
<version>1.0.5</version>
</parent>

<groupId>jakarta.security.enterprise</groupId>
Expand Down Expand Up @@ -186,22 +186,6 @@
</configuration>
</plugin>

<!-- Configure the jar with the sources (or rather, convince Maven that
we want sources at all) -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>

<!-- Configure the jar with the javadoc (or rather, convince Maven that
we want javadoc at all) -->
<plugin>
Expand Down

0 comments on commit 025b57e

Please sign in to comment.