|
5 | 5 |
|
6 | 6 | <groupId>com.aventstack</groupId> |
7 | 7 | <artifactId>extentreports-testng-adapter</artifactId> |
8 | | - <version>1.0.3-SNAPSHOT</version> |
| 8 | + <version>1.0.3</version> |
9 | 9 | <name>extentreports-testng-adapter</name> |
10 | 10 | <url>http://extentreports.com</url> |
11 | 11 | <description>TestNG adapter for Extent Framework</description> |
|
42 | 42 | <dependency> |
43 | 43 | <groupId>com.aventstack</groupId> |
44 | 44 | <artifactId>extentreports</artifactId> |
45 | | - <version>4.0.5</version> |
| 45 | + <version>4.0.6</version> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>org.mongodb</groupId> |
|
52 | 52 | <dependency> |
53 | 53 | <groupId>org.testng</groupId> |
54 | 54 | <artifactId>testng</artifactId> |
55 | | - <version>6.9.10</version> |
| 55 | + <version>6.14.3</version> |
56 | 56 | </dependency> |
57 | 57 | </dependencies> |
58 | 58 |
|
|
75 | 75 | </plugins> |
76 | 76 | </build> |
77 | 77 |
|
78 | | - <profiles> |
79 | | - <profile> |
80 | | - <id>release-sign-artifacts</id> |
81 | | - <activation> |
82 | | - <property> |
83 | | - <name>performRelease</name> |
84 | | - <value>true</value> |
85 | | - </property> |
86 | | - </activation> |
87 | | - <properties> |
88 | | - <gpg.keyname>1C85C082</gpg.keyname> <!-- GPG Key ID to use for signing --> |
89 | | - <release.username>anshooarora</release.username> <!-- username for our svn repository --> |
90 | | - </properties> |
91 | | - <build> |
92 | | - <resources> |
93 | | - </resources> |
94 | | - <plugins> |
95 | | - <plugin> |
96 | | - <groupId>org.apache.maven.plugins</groupId> |
97 | | - <artifactId>maven-gpg-plugin</artifactId> |
98 | | - <version>1.4</version> |
99 | | - <executions> |
100 | | - <execution> |
101 | | - <id>sign-artifacts</id> |
102 | | - <phase>verify</phase> |
103 | | - <configuration> |
104 | | - <sources> |
105 | | - <source>src/</source> |
106 | | - </sources> |
107 | | - </configuration> |
108 | | - </execution> |
109 | | - </executions> |
110 | | - </plugin> |
111 | | - <plugin> |
112 | | - <groupId>org.apache.maven.plugins</groupId> |
113 | | - <artifactId>maven-source-plugin</artifactId> |
114 | | - <version>2.3</version> |
115 | | - <executions> |
116 | | - <execution> |
117 | | - <id>attach-sources</id> |
118 | | - <goals> |
119 | | - <goal>jar</goal> |
120 | | - </goals> |
121 | | - </execution> |
122 | | - </executions> |
123 | | - </plugin> |
124 | | - <plugin> |
125 | | - <groupId>org.apache.maven.plugins</groupId> |
126 | | - <artifactId>maven-javadoc-plugin</artifactId> |
127 | | - <version>2.3</version> |
128 | | - <executions> |
129 | | - <execution> |
130 | | - <id>attach-javadocs</id> |
131 | | - <goals> |
132 | | - <goal>jar</goal> |
133 | | - </goals> |
134 | | - </execution> |
135 | | - </executions> |
136 | | - </plugin> |
137 | | - </plugins> |
138 | | - </build> |
139 | | - </profile> |
140 | | - </profiles> |
141 | | - |
142 | 78 | <distributionManagement> |
143 | 79 | <snapshotRepository> |
144 | 80 | <id>ossrh</id> |
|
0 commit comments