Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit ee26db9

Browse files
committed
Update README.md
1 parent c7d9358 commit ee26db9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ system - the snippet below can be copied and pasted into your build descriptor.
182182
<dependency>
183183
<groupId>com.github.danielpacak.jenkins.ci</groupId>
184184
<artifactId>jenkins.ci.core</artifactId>
185-
<version>1.0.0-rc2</version>
185+
<version>1.0.0-rc4</version>
186186
</dependency>
187187
```
188188
Alternatively, you can use the latest build deployed to [sonatype-nexus-snapshots](https://oss.sonatype.org/content/repositories/snapshots)
@@ -191,7 +191,7 @@ repository.
191191
<dependency>
192192
<groupId>com.github.danielpacak.jenkins.ci</groupId>
193193
<artifactId>jenkins.ci.core</artifactId>
194-
<version>1.0.0-rc3-SNAPSHOT</version>
194+
<version>1.0.0-rc5-SNAPSHOT</version>
195195
</dependency>
196196
```
197197
Just remember to reference this repository in your build descriptor.
@@ -202,4 +202,4 @@ Just remember to reference this repository in your build descriptor.
202202
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
203203
</repository>
204204
</repositories>
205-
```
205+
```

0 commit comments

Comments
 (0)