We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f9968e + ad33245 commit a72ff5bCopy full SHA for a72ff5b
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>browserstack-integration</artifactId>
13
- <version>1.1.6</version>
+ <version>1.1.7-SNAPSHOT</version>
14
<packaging>hpi</packaging>
15
16
<name>BrowserStack</name>
@@ -278,6 +278,19 @@
278
</resource>
279
</resources>
280
<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
+
294
<plugin>
295
<groupId>org.jacoco</groupId>
296
<artifactId>jacoco-maven-plugin</artifactId>
0 commit comments