Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 1e1acb1

Browse files
committed
Bumb version
1 parent 63b93a9 commit 1e1acb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ jobs:
127127
gpg_passphrase: ${{ secrets.gpg_passphrase }}
128128
nexus_username: ${{ secrets.nexus_username }}
129129
nexus_password: ${{ secrets.nexus_password }}
130-
maven_args: -DskipTests
130+
maven_args: -DskipTests -B -ntp

pom.xml

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

66
<groupId>com.github.marketsquare</groupId>
77
<artifactId>robotframework-seleniumlibrary</artifactId>
8-
<version>4.0.0-rc-1.0</version>
8+
<version>4.0.0-rc-1.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<name>Robot Framework :: SeleniumLibrary</name>

0 commit comments

Comments
 (0)