Skip to content

Commit df8d572

Browse files
committed
0.37
update pom
1 parent 9fbe9d3 commit df8d572

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

pom.xml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,51 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.xenoamess</groupId>
77
<artifactId>x8l</artifactId>
8-
<version>0.36</version>
8+
<version>0.37</version>
9+
10+
<properties>
11+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
12+
<maven.compiler.source>1.8</maven.compiler.source>
13+
<maven.compiler.target>1.8</maven.compiler.target>
14+
</properties>
15+
16+
<build>
17+
<plugins>
18+
<plugin>
19+
<groupId>org.apache.maven.plugins</groupId>
20+
<artifactId>maven-site-plugin</artifactId>
21+
<version>3.7.1</version>
22+
</plugin>
23+
<plugin>
24+
<groupId>org.apache.maven.plugins</groupId>
25+
<artifactId>maven-project-info-reports-plugin</artifactId>
26+
<version>3.0.0</version>
27+
</plugin>
28+
<plugin>
29+
<groupId>org.apache.maven.plugins</groupId>
30+
<artifactId>maven-deploy-plugin</artifactId>
31+
<version>2.7</version>
32+
</plugin>
33+
<plugin>
34+
<artifactId>maven-source-plugin</artifactId>
35+
<version>2.4</version>
36+
<executions>
37+
<execution>
38+
<phase>package</phase>
39+
<goals>
40+
<goal>jar-no-fork</goal>
41+
</goals>
42+
</execution>
43+
</executions>
44+
</plugin>
45+
</plugins>
46+
</build>
47+
48+
<distributionManagement>
49+
<repository>
50+
<id>com.xenoamess</id>
51+
<name>Nexus</name>
52+
<url>http://xenoamess.com:8081/repository/maven-releases/</url>
53+
</repository>
54+
</distributionManagement>
955
</project>

0 commit comments

Comments
 (0)