Skip to content

Commit 284b80e

Browse files
committed
prepare release 4.1.4
1 parent 1a5cc11 commit 284b80e

File tree

3 files changed

+12
-66
lines changed

3 files changed

+12
-66
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [4.1.4](https://github.com/extent-framework/extentreports-java/compare/v4.1.3...v4.1.4)
2+
#### Improvements
3+
* [#114] ExtentSparkReporter to display hierarchical name in tags view
4+
* [#119] ExtentSparkReporter to display thumbnail screenshots
5+
* [#125] ExtentSparkReporter displays clip icon for tests with leaf containing screenshots
6+
* [#132] ExtentSparkReporter to accept file-name instead of Index.html default
7+
8+
#### Fixes
9+
* [#135] ExtentSparkReporter issue with not parsing the `scripts` tag in config.xml
10+
111
## [4.1.3](https://github.com/extent-framework/extentreports-java/compare/v4.1.2...v4.1.3)
212
#### Improvements
313
* [#119] `ExtentSparkReporter` now displays thumbnails as default

pom-nexus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>4.1.3</version>
8+
<version>4.1.4</version>
99

1010
<name>extentreports</name>
1111
<url>www.extentreports.com</url>

pom.xml

Lines changed: 1 addition & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>4.1.3</version>
8+
<version>4.1.4</version>
99

1010
<name>extentreports</name>
1111
<url>www.extentreports.com</url>
@@ -114,20 +114,6 @@
114114
<artifactId>maven-resources-plugin</artifactId>
115115
<version>2.7</version>
116116
</plugin>
117-
<plugin>
118-
<groupId>org.apache.maven.plugins</groupId>
119-
<artifactId>maven-gpg-plugin</artifactId>
120-
<version>1.6</version>
121-
<executions>
122-
<execution>
123-
<id>sign-artifacts</id>
124-
<phase>verify</phase>
125-
<goals>
126-
<goal>sign</goal>
127-
</goals>
128-
</execution>
129-
</executions>
130-
</plugin>
131117
<plugin>
132118
<groupId>org.jacoco</groupId>
133119
<artifactId>jacoco-maven-plugin</artifactId>
@@ -150,56 +136,6 @@
150136
</plugins>
151137
</build>
152138

153-
<profiles>
154-
<profile>
155-
<id>release-sign-artifacts</id>
156-
<activation>
157-
<property>
158-
<name>performRelease</name>
159-
<value>true</value>
160-
</property>
161-
</activation>
162-
<properties>
163-
<gpg.keyname>41414BBD</gpg.keyname>
164-
<!-- GPG Key ID to use for signing -->
165-
<release.username>anshooarora</release.username>
166-
<!-- username for our svn repository -->
167-
</properties>
168-
<build>
169-
<resources>
170-
</resources>
171-
<plugins>
172-
<plugin>
173-
<groupId>org.apache.maven.plugins</groupId>
174-
<artifactId>maven-source-plugin</artifactId>
175-
<version>2.3</version>
176-
<executions>
177-
<execution>
178-
<id>attach-sources</id>
179-
<goals>
180-
<goal>jar</goal>
181-
</goals>
182-
</execution>
183-
</executions>
184-
</plugin>
185-
<plugin>
186-
<groupId>org.apache.maven.plugins</groupId>
187-
<artifactId>maven-javadoc-plugin</artifactId>
188-
<version>2.3</version>
189-
<executions>
190-
<execution>
191-
<id>attach-javadocs</id>
192-
<goals>
193-
<goal>jar</goal>
194-
</goals>
195-
</execution>
196-
</executions>
197-
</plugin>
198-
</plugins>
199-
</build>
200-
</profile>
201-
</profiles>
202-
203139
<distributionManagement>
204140
<snapshotRepository>
205141
<id>ossrh</id>

0 commit comments

Comments
 (0)