Skip to content

Commit fa48892

Browse files
Removes Automatic-Module-Name
1 parent a4b78ba commit fa48892

File tree

6 files changed

+6
-50
lines changed

6 files changed

+6
-50
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We use these goals frequently to keep the dependencies and plugins up-to-date:
2626
</parent>
2727
<groupId>io.vavr</groupId>
2828
<artifactId>vavr-parent</artifactId>
29-
<version>0.10.1</version>
29+
<version>0.10.2-SNAPSHOT</version>
3030
<packaging>pom</packaging>
3131
<name>Vavr Parent</name>
3232
<description>Vavr (formerly called Javaslang) is an object-functional language extension to Java 8+.</description>

vavr-benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vavr</groupId>
55
<artifactId>vavr-parent</artifactId>
6-
<version>0.10.1</version>
6+
<version>0.10.2-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-benchmark</artifactId>

vavr-match-processor/pom.xml

+1-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vavr</groupId>
55
<artifactId>vavr-parent</artifactId>
6-
<version>0.10.1</version>
6+
<version>0.10.2-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-match-processor</artifactId>
@@ -50,17 +50,6 @@
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-source-plugin</artifactId>
5252
</plugin>
53-
<plugin>
54-
<groupId>org.apache.maven.plugins</groupId>
55-
<artifactId>maven-jar-plugin</artifactId>
56-
<configuration>
57-
<archive>
58-
<manifestEntries>
59-
<Automatic-Module-Name>io.vavr.match.processor</Automatic-Module-Name>
60-
</manifestEntries>
61-
</archive>
62-
</configuration>
63-
</plugin>
6453
<plugin>
6554
<groupId>org.apache.maven.plugins</groupId>
6655
<artifactId>maven-javadoc-plugin</artifactId>

vavr-match/pom.xml

+1-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vavr</groupId>
55
<artifactId>vavr-parent</artifactId>
6-
<version>0.10.1</version>
6+
<version>0.10.2-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-match</artifactId>
@@ -21,17 +21,6 @@
2121

2222
<build>
2323
<plugins>
24-
<plugin>
25-
<groupId>org.apache.maven.plugins</groupId>
26-
<artifactId>maven-jar-plugin</artifactId>
27-
<configuration>
28-
<archive>
29-
<manifestEntries>
30-
<Automatic-Module-Name>io.vavr.match</Automatic-Module-Name>
31-
</manifestEntries>
32-
</archive>
33-
</configuration>
34-
</plugin>
3524
<plugin>
3625
<groupId>org.apache.maven.plugins</groupId>
3726
<artifactId>maven-source-plugin</artifactId>

vavr-test/pom.xml

+1-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vavr</groupId>
55
<artifactId>vavr-parent</artifactId>
6-
<version>0.10.1</version>
6+
<version>0.10.2-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr-test</artifactId>
@@ -57,17 +57,6 @@
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-compiler-plugin</artifactId>
5959
</plugin>
60-
<plugin>
61-
<groupId>org.apache.maven.plugins</groupId>
62-
<artifactId>maven-jar-plugin</artifactId>
63-
<configuration>
64-
<archive>
65-
<manifestEntries>
66-
<Automatic-Module-Name>io.vavr.test</Automatic-Module-Name>
67-
</manifestEntries>
68-
</archive>
69-
</configuration>
70-
</plugin>
7160
<plugin>
7261
<groupId>org.apache.maven.plugins</groupId>
7362
<artifactId>maven-javadoc-plugin</artifactId>

vavr/pom.xml

+1-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.vavr</groupId>
55
<artifactId>vavr-parent</artifactId>
6-
<version>0.10.1</version>
6+
<version>0.10.2-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>vavr</artifactId>
@@ -65,17 +65,6 @@
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-compiler-plugin</artifactId>
6767
</plugin>
68-
<plugin>
69-
<groupId>org.apache.maven.plugins</groupId>
70-
<artifactId>maven-jar-plugin</artifactId>
71-
<configuration>
72-
<archive>
73-
<manifestEntries>
74-
<Automatic-Module-Name>io.vavr</Automatic-Module-Name>
75-
</manifestEntries>
76-
</archive>
77-
</configuration>
78-
</plugin>
7968
<plugin>
8069
<groupId>org.apache.maven.plugins</groupId>
8170
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)