File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments