File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 5.1.2] ( https://github.com/extent-framework/extentreports-java/compare/v5.1.1...v5.1.2 )
2
+
3
+ #### Issues Resolved
4
+ - [ #411 ] ( /issues/411 ) Fixes issue navigating from tag -> test view
5
+ - [ #413 ] ( /issues/413 ) Fixes ID conversion (when ID > 999) in freemarker template
6
+
7
+ #### New Features
8
+ - [ #400 ] ( /issues/400 ) Adds Video display to tests (credits: https://github.com/grasshopper7 )
9
+
10
+
1
11
## [ 5.1.1] ( https://github.com/extent-framework/extentreports-java/compare/v5.1.0...v5.1.1 )
2
12
3
13
#### Issues Resolved
6
16
#### New Features
7
17
- [ #393 ] ( /issues/393 ) Adds circular auto-scroll to failing nodes or events
8
18
19
+
9
20
## [ 5.1.0] ( https://github.com/extent-framework/extentreports-java/compare/v5.0.9...v5.1.0 ) - JDK11
10
21
11
22
#### Issues Resolved
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.aventstack</groupId >
7
7
<artifactId >extentreports</artifactId >
8
- <version >5.1.2-SNAPSHOT </version >
8
+ <version >5.1.2</version >
9
9
10
10
<name >ExtentReports</name >
11
11
<url >www.extentreports.com</url >
123
123
</execution >
124
124
</executions >
125
125
</plugin >
126
+ <plugin >
127
+ <groupId >org.apache.maven.plugins</groupId >
128
+ <artifactId >maven-gpg-plugin</artifactId >
129
+ <version >1.6</version >
130
+ <executions >
131
+ <execution >
132
+ <id >sign-artifacts</id >
133
+ <phase >verify</phase >
134
+ <goals >
135
+ <goal >sign</goal >
136
+ </goals >
137
+ <configuration >
138
+ <gpgArguments >
139
+ <arg >--pinentry-mode</arg >
140
+ <arg >loopback</arg >
141
+ </gpgArguments >
142
+ </configuration >
143
+ </execution >
144
+ </executions >
145
+ </plugin >
126
146
</plugins >
127
147
</build >
128
148
You can’t perform that action at this time.
0 commit comments