Skip to content

Commit

Permalink
Removes Automatic-Module-Name
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietrich committed Aug 2, 2019
1 parent a4b78ba commit fa48892
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 50 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
</parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.1</version>
<version>0.10.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Vavr Parent</name>
<description>Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description>
Expand Down
2 changes: 1 addition & 1 deletion vavr-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.1</version>
<version>0.10.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr-benchmark</artifactId>
Expand Down
13 changes: 1 addition & 12 deletions vavr-match-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.1</version>
<version>0.10.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr-match-processor</artifactId>
Expand Down Expand Up @@ -50,17 +50,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>io.vavr.match.processor</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
13 changes: 1 addition & 12 deletions vavr-match/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.1</version>
<version>0.10.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr-match</artifactId>
Expand All @@ -21,17 +21,6 @@

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>io.vavr.match</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down
13 changes: 1 addition & 12 deletions vavr-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.1</version>
<version>0.10.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr-test</artifactId>
Expand Down Expand Up @@ -57,17 +57,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>io.vavr.test</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down
13 changes: 1 addition & 12 deletions vavr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.vavr</groupId>
<artifactId>vavr-parent</artifactId>
<version>0.10.1</version>
<version>0.10.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vavr</artifactId>
Expand Down Expand Up @@ -65,17 +65,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>io.vavr</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit fa48892

Please sign in to comment.