Skip to content

Commit 3a275b5

Browse files
committed
Bumping version to 1.0.3
1 parent 11d4721 commit 3a275b5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.browserstack</groupId>
44
<artifactId>browserstack-local-java</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77

88
<name>browserstack-local-java</name>
99
<description>Java bindings for BrowserStack Local</description>
@@ -37,6 +37,10 @@
3737
<id>ossrh</id>
3838
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
3939
</snapshotRepository>
40+
<repository>
41+
<id>ossrh</id>
42+
<url>https://oss.sonatype.org/content/repositories/releases</url>
43+
</repository>
4044
</distributionManagement>
4145

4246
<dependencies>
@@ -135,7 +139,7 @@
135139
<configuration>
136140
<serverId>ossrh</serverId>
137141
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
138-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
142+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
139143
</configuration>
140144
</plugin>
141145
<plugin>

0 commit comments

Comments
 (0)