Skip to content

Commit 07d9407

Browse files
committed
prepare next dev iteration
1 parent b7bbc21 commit 07d9407

2 files changed

Lines changed: 2 additions & 56 deletions

File tree

pom.xml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.aventstack</groupId>
77
<artifactId>extentreports</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99

1010
<name>ExtentReports</name>
1111
<url>www.extentreports.com</url>
@@ -104,20 +104,6 @@
104104
<artifactId>maven-resources-plugin</artifactId>
105105
<version>3.1.0</version>
106106
</plugin>
107-
<plugin>
108-
<groupId>org.apache.maven.plugins</groupId>
109-
<artifactId>maven-gpg-plugin</artifactId>
110-
<version>1.6</version>
111-
<executions>
112-
<execution>
113-
<id>sign-artifacts</id>
114-
<phase>verify</phase>
115-
<goals>
116-
<goal>sign</goal>
117-
</goals>
118-
</execution>
119-
</executions>
120-
</plugin>
121107
<plugin>
122108
<groupId>org.jacoco</groupId>
123109
<artifactId>jacoco-maven-plugin</artifactId>
@@ -142,19 +128,6 @@
142128

143129
<profiles>
144130
<profile>
145-
<id>release-sign-artifacts</id>
146-
<activation>
147-
<property>
148-
<name>performRelease</name>
149-
<value>true</value>
150-
</property>
151-
</activation>
152-
<properties>
153-
<gpg.keyname>41414BBD</gpg.keyname>
154-
<!-- GPG Key ID to use for signing -->
155-
<release.username>anshooarora</release.username>
156-
<!-- username for our svn repository -->
157-
</properties>
158131
<build>
159132
<plugins>
160133
<plugin>

reporters/klov/pom.xml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.aventstack</groupId>
77
<artifactId>klov-reporter</artifactId>
8-
<version>5.0.2</version>
8+
<version>5.0.3-SNAPSHOT</version>
99
<name>klov-reporter</name>
1010
<url>www.extentreports.com</url>
1111
<description>Reporter for Klov Server</description>
@@ -101,38 +101,11 @@
101101
<artifactId>maven-resources-plugin</artifactId>
102102
<version>3.1.0</version>
103103
</plugin>
104-
<plugin>
105-
<groupId>org.apache.maven.plugins</groupId>
106-
<artifactId>maven-gpg-plugin</artifactId>
107-
<version>1.6</version>
108-
<executions>
109-
<execution>
110-
<id>sign-artifacts</id>
111-
<phase>verify</phase>
112-
<goals>
113-
<goal>sign</goal>
114-
</goals>
115-
</execution>
116-
</executions>
117-
</plugin>
118104
</plugins>
119105
</build>
120106

121107
<profiles>
122108
<profile>
123-
<id>release-sign-artifacts</id>
124-
<activation>
125-
<property>
126-
<name>performRelease</name>
127-
<value>true</value>
128-
</property>
129-
</activation>
130-
<properties>
131-
<gpg.keyname>41414BBD</gpg.keyname>
132-
<!-- GPG Key ID to use for signing -->
133-
<release.username>anshooarora</release.username>
134-
<!-- username for our svn repository -->
135-
</properties>
136109
<build>
137110
<plugins>
138111
<plugin>

0 commit comments

Comments
 (0)