Skip to content

Commit 04959bc

Browse files
committed
release 1.0.3
1 parent 75bb7ee commit 04959bc

File tree

2 files changed

+5
-69
lines changed

2 files changed

+5
-69
lines changed

pom-nexus.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports-testng-adapter</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
<name>extentreports-testng-adapter</name>
1010
<url>http://extentreports.com</url>
1111
<description>TestNG adapter for Extent Framework</description>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.aventstack</groupId>
4444
<artifactId>extentreports</artifactId>
45-
<version>4.0.5</version>
45+
<version>4.0.6</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.mongodb</groupId>

pom.xml

Lines changed: 3 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports-testng-adapter</artifactId>
8-
<version>1.0.3-SNAPSHOT</version>
8+
<version>1.0.3</version>
99
<name>extentreports-testng-adapter</name>
1010
<url>http://extentreports.com</url>
1111
<description>TestNG adapter for Extent Framework</description>
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>com.aventstack</groupId>
4444
<artifactId>extentreports</artifactId>
45-
<version>4.0.5</version>
45+
<version>4.0.6</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.mongodb</groupId>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.testng</groupId>
5454
<artifactId>testng</artifactId>
55-
<version>6.9.10</version>
55+
<version>6.14.3</version>
5656
</dependency>
5757
</dependencies>
5858

@@ -75,70 +75,6 @@
7575
</plugins>
7676
</build>
7777

78-
<profiles>
79-
<profile>
80-
<id>release-sign-artifacts</id>
81-
<activation>
82-
<property>
83-
<name>performRelease</name>
84-
<value>true</value>
85-
</property>
86-
</activation>
87-
<properties>
88-
<gpg.keyname>1C85C082</gpg.keyname> <!-- GPG Key ID to use for signing -->
89-
<release.username>anshooarora</release.username> <!-- username for our svn repository -->
90-
</properties>
91-
<build>
92-
<resources>
93-
</resources>
94-
<plugins>
95-
<plugin>
96-
<groupId>org.apache.maven.plugins</groupId>
97-
<artifactId>maven-gpg-plugin</artifactId>
98-
<version>1.4</version>
99-
<executions>
100-
<execution>
101-
<id>sign-artifacts</id>
102-
<phase>verify</phase>
103-
<configuration>
104-
<sources>
105-
<source>src/</source>
106-
</sources>
107-
</configuration>
108-
</execution>
109-
</executions>
110-
</plugin>
111-
<plugin>
112-
<groupId>org.apache.maven.plugins</groupId>
113-
<artifactId>maven-source-plugin</artifactId>
114-
<version>2.3</version>
115-
<executions>
116-
<execution>
117-
<id>attach-sources</id>
118-
<goals>
119-
<goal>jar</goal>
120-
</goals>
121-
</execution>
122-
</executions>
123-
</plugin>
124-
<plugin>
125-
<groupId>org.apache.maven.plugins</groupId>
126-
<artifactId>maven-javadoc-plugin</artifactId>
127-
<version>2.3</version>
128-
<executions>
129-
<execution>
130-
<id>attach-javadocs</id>
131-
<goals>
132-
<goal>jar</goal>
133-
</goals>
134-
</execution>
135-
</executions>
136-
</plugin>
137-
</plugins>
138-
</build>
139-
</profile>
140-
</profiles>
141-
14278
<distributionManagement>
14379
<snapshotRepository>
14480
<id>ossrh</id>

0 commit comments

Comments
 (0)