Skip to content

Commit 3bba58d

Browse files
committed
release 4.0.3
The code remains exactly the same as 4.0.2 but the archive on central (for 4.0.2) had a configuration error when building
1 parent 22a0ae1 commit 3bba58d

File tree

2 files changed

+16
-2
lines changed

2 files changed

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

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

pom.xml

Lines changed: 15 additions & 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.2</version>
7+
<version>4.0.3</version>
88

99
<name>extentreports</name>
1010
<url>www.extentreports.com</url>
@@ -112,6 +112,20 @@
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>
115129
</plugins>
116130
</build>
117131

0 commit comments

Comments
 (0)