|
1 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 1 | +<project |
| 2 | + xmlns="http://maven.apache.org/POM/4.0.0" |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 | 4 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 5 | <modelVersion>4.0.0</modelVersion> |
4 | | - <groupId>io.github.delirius325</groupId> |
| 6 | + <groupId>main.java.io.github.delirius325</groupId> |
5 | 7 | <artifactId>jmeter.backendlistener.elasticsearch</artifactId> |
6 | | - <version>2.6.4-SNAPSHOT</version> |
| 8 | + <version>2.6.5</version> |
7 | 9 | <packaging>jar</packaging> |
8 | 10 |
|
9 | 11 | <name>jmeter.backendlistener.elasticsearch</name> |
|
35 | 37 | <url>http://www.github.com/delirius325</url> |
36 | 38 | <timezone>America/New_York</timezone> |
37 | 39 | </developer> |
| 40 | + <developer> |
| 41 | + <id>siggitrain</id> |
| 42 | + <name>Christian Weber</name> |
| 43 | + <url>http://www.github.com/siggitrain</url> |
| 44 | + <timezone>MESZ</timezone> |
| 45 | + </developer> |
38 | 46 | </developers> |
39 | 47 |
|
40 | 48 | <properties> |
|
94 | 102 | </dependency> |
95 | 103 | <dependency> |
96 | 104 | <groupId>org.elasticsearch.client</groupId> |
97 | | - <artifactId>elasticsearch-rest-client</artifactId> |
| 105 | + <artifactId>elasticsearch-rest-client</artifactId> |
98 | 106 | <version>${org.elasticsearch.client}</version> |
99 | 107 | </dependency> |
100 | 108 | <dependency> |
|
161 | 169 | <profile> |
162 | 170 | <id>release-sign-artifacts</id> |
163 | 171 | <activation> |
164 | | - <property> |
| 172 | + <property> |
165 | 173 | <name>performRelease</name> |
166 | 174 | <value>true</value> |
167 | | - </property> |
| 175 | + </property> |
168 | 176 | </activation> |
169 | 177 | <build> |
170 | 178 | <plugins> |
|
284 | 292 | <goal>shade</goal> |
285 | 293 | </goals> |
286 | 294 | <configuration> |
287 | | - <artifactSet> |
288 | | - <excludes> |
289 | | - <exclude>org.apache.jmeter:*</exclude> |
290 | | - <exclude>commons-codec:*</exclude> |
291 | | - <exclude>commons-logging:*</exclude> |
292 | | - <exclude>org.apache.httpcomponents:*</exclude> |
293 | | - <exclude>net.java.dev.jna:*</exclude> |
294 | | - </excludes> |
295 | | - </artifactSet> |
| 295 | + <artifactSet> |
| 296 | + <excludes> |
| 297 | + <exclude>org.apache.jmeter:*</exclude> |
| 298 | + <exclude>commons-codec:*</exclude> |
| 299 | + <exclude>commons-logging:*</exclude> |
| 300 | + <exclude>org.apache.httpcomponents:*</exclude> |
| 301 | + <exclude>net.java.dev.jna:*</exclude> |
| 302 | + </excludes> |
| 303 | + </artifactSet> |
296 | 304 | </configuration> |
297 | 305 | </execution> |
298 | 306 | </executions> |
|
0 commit comments