Skip to content

Commit fdfaa5a

Browse files
committed
release 4.0.7
1 parent 7c0319b commit fdfaa5a

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

pom-nexus.xml

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

55
<groupId>com.aventstack</groupId>
66
<artifactId>extentreports</artifactId>
7-
<version>4.0.6</version>
7+
<version>4.0.7</version>
88

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

pom.xml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.aventstack</groupId>
66
<artifactId>extentreports</artifactId>
7-
<version>4.0.7-SNAPSHOT</version>
7+
<version>4.0.7</version>
88

99
<name>extentreports</name>
1010
<url>www.extentreports.com</url>
@@ -113,25 +113,6 @@
113113
<artifactId>maven-resources-plugin</artifactId>
114114
<version>2.7</version>
115115
</plugin>
116-
<plugin>
117-
<groupId>org.jacoco</groupId>
118-
<artifactId>jacoco-maven-plugin</artifactId>
119-
<version>0.7.9</version>
120-
<executions>
121-
<execution>
122-
<goals>
123-
<goal>prepare-agent</goal>
124-
</goals>
125-
</execution>
126-
<execution>
127-
<id>report</id>
128-
<phase>test</phase>
129-
<goals>
130-
<goal>report</goal>
131-
</goals>
132-
</execution>
133-
</executions>
134-
</plugin>
135116
</plugins>
136117
</build>
137118

0 commit comments

Comments
 (0)