Skip to content

Commit 251e0cc

Browse files
committed
release 1.0.1
1 parent ee266b1 commit 251e0cc

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
@@ -3,7 +3,7 @@
33

44
<groupId>com.aventstack</groupId>
55
<artifactId>extentreports-cucumber3-adapter</artifactId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<name>extentreports-cucumber3-adapter</name>
88
<url>http://extentreports.com</url>
99
<description>Cucumber-JVM 3 adapter for Extent Framework</description>

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>com.aventstack</groupId>
55
<artifactId>extentreports-cucumber3-adapter</artifactId>
6-
<version>1.0.1-SNAPSHOT</version>
6+
<version>1.0.1</version>
77
<name>extentreports-cucumber3-adapter</name>
88
<url>http://extentreports.com</url>
99
<description>Cucumber-JVM 3 adapter for Extent Framework</description>
@@ -88,6 +88,20 @@
8888
<artifactId>maven-resources-plugin</artifactId>
8989
<version>2.7</version>
9090
</plugin>
91+
<plugin>
92+
<groupId>org.apache.maven.plugins</groupId>
93+
<artifactId>maven-gpg-plugin</artifactId>
94+
<version>1.6</version>
95+
<executions>
96+
<execution>
97+
<id>sign-artifacts</id>
98+
<phase>verify</phase>
99+
<goals>
100+
<goal>sign</goal>
101+
</goals>
102+
</execution>
103+
</executions>
104+
</plugin>
91105
</plugins>
92106
</build>
93107

0 commit comments

Comments
 (0)