Skip to content

Commit

Permalink
release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
anshooarora committed Jan 7, 2019
1 parent 2700e5a commit 3a55df2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 68 deletions.
4 changes: 2 additions & 2 deletions pom-nexus.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.aventstack</groupId>
<artifactId>extentreports-cucumber4-adapter</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<name>extentreports-cucumber4-adapter</name>
<url>http://extentreports.com</url>
<description>Cucumber-JVM 4 adapter for Extent Framework</description>
Expand Down Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.aventstack</groupId>
<artifactId>extentreports</artifactId>
<version>4.0.5</version>
<version>4.0.6</version>
</dependency>
<dependency>
<groupId>io.cucumber</groupId>
Expand Down
66 changes: 1 addition & 65 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.aventstack</groupId>
<artifactId>extentreports-cucumber4-adapter</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<name>extentreports-cucumber4-adapter</name>
<url>http://extentreports.com</url>
<description>Cucumber-JVM 4 adapter for Extent Framework</description>
Expand Down Expand Up @@ -92,70 +92,6 @@
</plugins>
</build>

<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<properties>
<gpg.keyname>7A7DAF8A</gpg.keyname> <!-- GPG Key ID to use for signing -->
<release.username>anshooarora</release.username> <!-- username for our svn repository -->
</properties>
<build>
<resources>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<configuration>
<sources>
<source>src/</source>
</sources>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import java.net.URL;
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
Expand Down

0 comments on commit 3a55df2

Please sign in to comment.