Skip to content

Commit 28cc2cc

Browse files
committed
release 4.0.5
1 parent 7386c3f commit 28cc2cc

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
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.4</version>
7+
<version>4.0.5</version>
88

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

pom.xml

Lines changed: 1 addition & 15 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.4</version>
7+
<version>4.0.5</version>
88

99
<name>extentreports</name>
1010
<url>www.extentreports.com</url>
@@ -112,20 +112,6 @@
112112
<artifactId>maven-resources-plugin</artifactId>
113113
<version>2.7</version>
114114
</plugin>
115-
<plugin>
116-
<groupId>org.apache.maven.plugins</groupId>
117-
<artifactId>maven-gpg-plugin</artifactId>
118-
<version>1.6</version>
119-
<executions>
120-
<execution>
121-
<id>sign-artifacts</id>
122-
<phase>verify</phase>
123-
<goals>
124-
<goal>sign</goal>
125-
</goals>
126-
</execution>
127-
</executions>
128-
</plugin>
129115
</plugins>
130116
</build>
131117

0 commit comments

Comments
 (0)