@@ -33,7 +33,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
33
33
<parent >
34
34
<groupId >com.jcabi</groupId >
35
35
<artifactId >parent</artifactId >
36
- <version >0.49.5 </version >
36
+ <version >0.54.1 </version >
37
37
</parent >
38
38
<groupId >com.qulice</groupId >
39
39
<artifactId >qulice</artifactId >
@@ -50,43 +50,27 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
50
50
<module >qulice-spotbugs</module >
51
51
<module >qulice-gradle-plugin</module >
52
52
</modules >
53
- <description ><![CDATA[
54
- Quality control library, integrating together other static
55
- analysis and validation tools and instruments.
56
- ]]> </description >
53
+ <description >Quality control library, integrating together other static analysis and validation tools and instruments.</description >
57
54
<url >http://www.qulice.com</url >
58
55
<inceptionYear >2011</inceptionYear >
59
56
<organization >
60
57
<name >Qulice.com</name >
61
- <url >http ://www.qulice.com</url >
58
+ <url >https ://www.qulice.com</url >
62
59
</organization >
63
60
<licenses >
64
61
<license >
65
62
<name >BSD</name >
66
- <url >http ://www.qulice.com/LICENSE.txt</url >
63
+ <url >https ://www.qulice.com/LICENSE.txt</url >
67
64
<distribution >repo</distribution >
68
- <comments ><![CDATA[
69
- This is free open source project, feel free to redistribute it,
70
- always providing a link to qulice.com website.
71
- ]]> </comments >
72
65
</license >
73
66
</licenses >
74
- <mailingLists >
75
- <mailingList >
76
- <name >Qulice Discussions</name >
77
- <subscribe >qulice@googlegroups.com</subscribe >
78
- <unsubscribe >qulice@googlegroups.com</unsubscribe >
79
- <post >qulice@googlegroups.com</post >
80
- <archive >http://groups.google.com/group/qulice</archive >
81
- </mailingList >
82
- </mailingLists >
83
67
<developers >
84
68
<developer >
85
69
<id >1</id >
86
70
<name >Yegor Bugayenko</name >
87
- <email >yegor@tpc2 .com</email >
88
- <organization >tpc2.com </organization >
89
- <organizationUrl >http ://www.tpc2 .com</organizationUrl >
71
+ <email >yegor256@gmail.com .com</email >
72
+ <organization >Zerocracy </organization >
73
+ <organizationUrl >https ://www.zerocracy .com</organizationUrl >
90
74
<roles >
91
75
<role >Architect</role >
92
76
<role >Developer</role >
@@ -110,27 +94,15 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
110
94
<distributionManagement >
111
95
<site >
112
96
<id >github-pages</id >
113
- <url >http ://www.qulice.com</url >
97
+ <url >https ://www.qulice.com</url >
114
98
</site >
115
99
</distributionManagement >
116
100
<dependencyManagement >
117
101
<dependencies >
118
- <!-- Manual jcabi-xml version override until parent POM declares
119
- version 0.17.1 or higher -->
120
102
<dependency >
121
- <groupId >com.jcabi</groupId >
122
- <artifactId >jcabi-xml</artifactId >
123
- <version >0.17.1</version >
124
- </dependency >
125
- <dependency >
126
- <groupId >org.antlr</groupId >
127
- <artifactId >antlr4-runtime</artifactId >
128
- <version >4.7.1</version >
129
- </dependency >
130
- <dependency >
131
- <groupId >org.apache.commons</groupId >
132
- <artifactId >commons-lang3</artifactId >
133
- <version >3.7</version >
103
+ <groupId >org.slf4j</groupId >
104
+ <artifactId >slf4j-api</artifactId >
105
+ <version >2.0.0-alpha5</version >
134
106
</dependency >
135
107
<dependency >
136
108
<groupId >org.cactoos</groupId >
@@ -160,13 +132,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
160
132
<build >
161
133
<pluginManagement >
162
134
<plugins >
163
- <plugin >
164
- <artifactId >maven-compiler-plugin</artifactId >
165
- <configuration >
166
- <source >8</source >
167
- <target >8</target >
168
- </configuration >
169
- </plugin >
170
135
<plugin >
171
136
<artifactId >maven-jar-plugin</artifactId >
172
137
<configuration >
@@ -178,27 +143,8 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
178
143
</archive >
179
144
</configuration >
180
145
</plugin >
181
- <plugin >
182
- <artifactId >maven-javadoc-plugin</artifactId >
183
- <version >3.0.0</version >
184
- <configuration >
185
- <tags >
186
- <tag >
187
- <name >todo</name >
188
- <placement >a</placement >
189
- <head >todo:</head >
190
- </tag >
191
- <tag >
192
- <name >checkstyle</name >
193
- <placement >a</placement >
194
- <head >checkstyle:</head >
195
- </tag >
196
- </tags >
197
- </configuration >
198
- </plugin >
199
146
<plugin >
200
147
<artifactId >maven-surefire-plugin</artifactId >
201
- <version >3.0.0-M3</version >
202
148
<configuration >
203
149
<useFile >false</useFile >
204
150
<runOrder >random</runOrder >
@@ -214,7 +160,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
214
160
</plugin >
215
161
<plugin >
216
162
<artifactId >maven-failsafe-plugin</artifactId >
217
- <version >3.0.0-M3</version >
218
163
<configuration >
219
164
<encoding >${project.build.sourceEncoding} </encoding >
220
165
<failIfNoSpecifiedTests >false</failIfNoSpecifiedTests >
@@ -286,7 +231,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
286
231
<plugin >
287
232
<groupId >com.qulice</groupId >
288
233
<artifactId >qulice-maven-plugin</artifactId >
289
- <version >0.17.4</version >
290
234
</plugin >
291
235
</plugins >
292
236
</pluginManagement >
0 commit comments