|
4 | 4 | <modelVersion>4.0.0</modelVersion> |
5 | 5 |
|
6 | 6 | <groupId>com.aventstack</groupId> |
7 | | - <artifactId>extentreports-testng-adapter</artifactId> |
8 | | - <version>1.2.0</version> |
9 | | - <name>extentreports-testng-adapter</name> |
10 | | - <url>http://extentreports.com</url> |
11 | | - <description>TestNG adapter for Extent Framework</description> |
| 7 | + <artifactId>extentreports-testng-adapter</artifactId> |
| 8 | + <version>1.2.1</version> |
| 9 | + <name>extentreports-testng-adapter</name> |
| 10 | + <url>http://extentreports.com</url> |
| 11 | + <description>TestNG adapter for Extent Framework</description> |
12 | 12 |
|
13 | | - <scm> |
14 | | - <connection>scm:git:https://github.com/extent-framework/extentreports-testng-adapter.git</connection> |
15 | | - <developerConnection>scm:git:https://github.com/extent-framework/extentreports-testng-adapter.git</developerConnection> |
16 | | - <url>https://github.com/extent-framework/extentreports-testng-adapter</url> |
17 | | - </scm> |
| 13 | + <scm> |
| 14 | + <connection>scm:git:https://github.com/extent-framework/extentreports-testng-adapter.git</connection> |
| 15 | + <developerConnection>scm:git:https://github.com/extent-framework/extentreports-testng-adapter.git</developerConnection> |
| 16 | + <url>https://github.com/extent-framework/extentreports-testng-adapter</url> |
| 17 | + </scm> |
18 | 18 |
|
19 | | - <licenses> |
20 | | - <license> |
21 | | - <name>The Apache Software License, Version 2.0</name> |
22 | | - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
23 | | - </license> |
24 | | - </licenses> |
| 19 | + <licenses> |
| 20 | + <license> |
| 21 | + <name>The Apache Software License, Version 2.0</name> |
| 22 | + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 23 | + </license> |
| 24 | + </licenses> |
25 | 25 |
|
26 | | - <developers> |
27 | | - <developer> |
28 | | - <name>Anshoo Arora</name> |
29 | | - <url>https://github.com/anshooarora</url> |
30 | | - <id>anshoo.arora</id> |
31 | | - <roles> |
32 | | - <role>Owner</role> |
33 | | - </roles> |
34 | | - </developer> |
35 | | - </developers> |
| 26 | + <developers> |
| 27 | + <developer> |
| 28 | + <name>Anshoo Arora</name> |
| 29 | + <url>https://github.com/anshooarora</url> |
| 30 | + <id>anshoo.arora</id> |
| 31 | + <roles> |
| 32 | + <role>Owner</role> |
| 33 | + </roles> |
| 34 | + </developer> |
| 35 | + </developers> |
36 | 36 |
|
37 | | - <properties> |
38 | | - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
39 | | - </properties> |
| 37 | + <properties> |
| 38 | + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 39 | + </properties> |
40 | 40 |
|
41 | | - <dependencies> |
42 | | - <dependency> |
43 | | - <groupId>com.aventstack</groupId> |
44 | | - <artifactId>extentreports</artifactId> |
45 | | - <version>5.0.0</version> |
46 | | - </dependency> |
47 | | - <dependency> |
48 | | - <groupId>com.aventstack</groupId> |
49 | | - <artifactId>klov-reporter</artifactId> |
50 | | - <version>5.0.0</version> |
51 | | - </dependency> |
52 | | - <dependency> |
53 | | - <groupId>org.mongodb</groupId> |
54 | | - <artifactId>mongodb-driver</artifactId> |
55 | | - <version>3.3.0</version> |
56 | | - </dependency> |
57 | | - <dependency> |
58 | | - <groupId>org.testng</groupId> |
59 | | - <artifactId>testng</artifactId> |
60 | | - <version>7.1.0</version> |
61 | | - </dependency> |
62 | | - </dependencies> |
| 41 | + <dependencies> |
| 42 | + <dependency> |
| 43 | + <groupId>com.aventstack</groupId> |
| 44 | + <artifactId>extentreports</artifactId> |
| 45 | + <version>5.0.0</version> |
| 46 | + </dependency> |
| 47 | + <dependency> |
| 48 | + <groupId>com.aventstack</groupId> |
| 49 | + <artifactId>klov-reporter</artifactId> |
| 50 | + <version>5.0.0</version> |
| 51 | + </dependency> |
| 52 | + <dependency> |
| 53 | + <groupId>org.mongodb</groupId> |
| 54 | + <artifactId>mongodb-driver</artifactId> |
| 55 | + <version>3.3.0</version> |
| 56 | + </dependency> |
| 57 | + <dependency> |
| 58 | + <groupId>org.testng</groupId> |
| 59 | + <artifactId>testng</artifactId> |
| 60 | + <version>7.1.0</version> |
| 61 | + </dependency> |
| 62 | + </dependencies> |
63 | 63 |
|
64 | 64 | <build> |
65 | 65 | <plugins> |
|
0 commit comments