23
23
24
24
<groupId >lol.hyper</groupId >
25
25
<artifactId >velocityblockversion</artifactId >
26
- <version >1.0.3 </version >
26
+ <version >1.0.4 </version >
27
27
<packaging >jar</packaging >
28
28
29
29
<name >VelocityBlockVersion</name >
35
35
36
36
<build >
37
37
<resources >
38
- <resource >
39
- <directory >src/main/resources</directory >
40
- <filtering >true</filtering >
41
- </resource >
42
- </resources >
38
+ <resource >
39
+ <directory >src/main/resources</directory >
40
+ <filtering >true</filtering >
41
+ </resource >
42
+ </resources >
43
43
<plugins >
44
44
<plugin >
45
45
<artifactId >maven-clean-plugin</artifactId >
98
98
</execution >
99
99
</executions >
100
100
</plugin >
101
- <plugin >
102
- <groupId >org.apache.maven.plugins</groupId >
103
- <artifactId >maven-site-plugin</artifactId >
104
- <version >3.12.0</version >
105
- <dependencies >
106
- <dependency >
107
- <groupId >net.trajano.wagon</groupId >
108
- <artifactId >wagon-git</artifactId >
109
- <version >2.0.4</version >
110
- </dependency >
111
- <dependency >
112
- <groupId >org.apache.maven.doxia</groupId >
113
- <artifactId >doxia-module-markdown</artifactId >
114
- <version >1.11.1</version >
115
- </dependency >
116
- </dependencies >
117
- </plugin >
118
- <plugin >
119
- <groupId >org.apache.maven.plugins</groupId >
120
- <artifactId >maven-release-plugin</artifactId >
121
- <version >3.0.0-M5</version >
122
- <configuration >
123
- <autoVersionSubmodules >true</autoVersionSubmodules >
124
- <tagNameFormat >@{project.version}</tagNameFormat >
125
- <scmCommentPrefix xml : space =" preserve" >[RELEASE] </scmCommentPrefix >
126
- <goals >install deploy site-deploy
127
- </goals > <!-- install is here to fix javadoc generation in multi-module projects -->
128
- <releaseProfiles >release</releaseProfiles >
129
- </configuration >
130
- </plugin >
131
101
</plugins >
132
102
</build >
133
103
162
132
<version >1.0.1</version >
163
133
</dependency >
164
134
</dependencies >
165
- </project >
135
+ </project >
0 commit comments