File tree Expand file tree Collapse file tree 1 file changed +17
-6
lines changed
Expand file tree Collapse file tree 1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 4949 <url >scp://gotti.no-ip.org/srv/maven/repository</url >
5050 </repository >
5151 </distributionManagement >
52+
53+ <scm >
54+ <connection >scm:git:https://github.com/ago1024/WurmServerModLauncher.git</connection >
55+ <developerConnection >scm:git:git@github.com:ago1024/WurmServerModLauncher.git</developerConnection >
56+ <url >https://github.com/ago1024/WurmServerModLauncher</url >
57+ <tag >HEAD</tag >
58+ </scm >
59+
60+ <properties >
61+ <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
62+ <maven .compiler.source>1.8</maven .compiler.source>
63+ <maven .compiler.target>1.8</maven .compiler.target>
64+ </properties >
5265
5366 <build >
5467 <extensions >
6275
6376 <plugins >
6477 <plugin >
65- <groupId >org.apache.maven.plugins</groupId >
66- <artifactId >maven-compiler-plugin</artifactId >
67- <version >3.1</version >
68- <inherited >true</inherited >
78+ <artifactId >maven-release-plugin</artifactId >
79+ <version >2.5.3</version >
6980 <configuration >
70- <source >1.8</ source >
71- <target >1.8</ target >
81+ <tagNameFormat >v@{project.version}</ tagNameFormat >
82+ <arguments >-Dmaven.javadoc.skip=true</ arguments >
7283 </configuration >
7384 </plugin >
7485 <plugin >
You can’t perform that action at this time.
0 commit comments