File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments