Skip to content

Commit 867aed1

Browse files
committed
add .idea to .gitignore and fix typo in BUILD.rest
1 parent dfeef93 commit 867aed1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.project
55
target
66

7+
.idea
78
*iml
89
*ipr
910
*iws

BUILD.rest

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ Releasing
1818
- update version number to pom.xml
1919
- create git tag for new version
2020
- mvn deploy deploys the library to maven central. See instructions on Robot Framework releasing for the prerequisites.
21-
- Go to https://oss.sonatype.org/index.html#welcome, log in with Sonatype creadentials, find the staging repository and do close & release
21+
- Go to https://oss.sonatype.org/index.html#welcome, log in with Sonatype credentials, find the staging repository and do close & release
2222
- Update the download links from README and Release notes: http://search.maven.org/remotecontent?filepath=org/robotframework/javalib-core/1.2/javalib-core-1.2.jar

0 commit comments

Comments
 (0)