Skip to content

Commit bf6dc06

Browse files
Yash LadhaYash Ladha
authored andcommitted
chore: changes for release
1 parent 2f9968e commit bf6dc06

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>browserstack-integration</artifactId>
13-
<version>1.1.6</version>
13+
<version>1.1.6-SNAPSHOT</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>BrowserStack</name>
@@ -278,6 +278,19 @@
278278
</resource>
279279
</resources>
280280
<plugins>
281+
<plugin>
282+
<groupId>org.apache.maven.plugins</groupId>
283+
<artifactId>maven-release-plugin</artifactId>
284+
<version>2.5.3</version>
285+
<configuration>
286+
<localCheckout>true</localCheckout>
287+
<pushChanges>false</pushChanges>
288+
<checkModificationExcludes>
289+
<checkModificationExclude>pom.xml</checkModificationExclude>
290+
</checkModificationExcludes>
291+
</configuration>
292+
</plugin>
293+
281294
<plugin>
282295
<groupId>org.jacoco</groupId>
283296
<artifactId>jacoco-maven-plugin</artifactId>

0 commit comments

Comments
 (0)