File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 99
1010 <groupId >com.pivovarit</groupId >
1111 <artifactId >throwing-function</artifactId >
12- <version >1.5.1 </version >
12+ <version >1.6.0-SNAPSHOT </version >
1313
1414 <name >throwing-function</name >
1515 <packaging >jar</packaging >
23232424 <url >4comprehension.com</url >
2525 <organization >4comprehension</organization >
26- <id >gpiwowarek </id >
26+ <id >pivovarit </id >
2727 </developer >
2828 </developers >
2929
3030 <licenses >
3131 <license >
3232 <name >The Apache License, Version 2.0</name >
33- <url >http ://www.apache.org/licenses/LICENSE-2.0.txt</url >
33+ <url >https ://www.apache.org/licenses/LICENSE-2.0.txt</url >
3434 </license >
3535 </licenses >
3636
6262 <target >1.8</target >
6363 </configuration >
6464 </plugin >
65+
66+ <plugin >
67+ <groupId >org.apache.maven.plugins</groupId >
68+ <artifactId >maven-jar-plugin</artifactId >
69+ <version >3.1.0</version >
70+ <configuration >
71+ <archive >
72+ <manifestEntries >
73+ <Automatic-Module-Name >com.pivovarit.function</Automatic-Module-Name >
74+ </manifestEntries >
75+ </archive >
76+ </configuration >
77+ </plugin >
78+
6579 <plugin >
6680 <groupId >org.apache.maven.plugins</groupId >
6781 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments