Update Jenkins job link (#2548)
* Update Hazelcast * Update Hbase * Update Immutables * Update Lombok * Update JMockit * Update CI link
This commit is contained in:
parent
e0c1678dfb
commit
218210f76a
|
@ -23,4 +23,4 @@ Any IDE can be used to work with the projects, but if you're using Eclipse, cons
|
|||
|
||||
CI - Jenkins
|
||||
================================
|
||||
This tutorials project is being built **[>> HERE](https://rest-security.ci.cloudbees.com/job/tutorials/)**
|
||||
This tutorials project is being built **[>> HERE](https://rest-security.ci.cloudbees.com/job/github%20projects%20Jobs/job/tutorials/)**
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>mapstruct</artifactId>
|
||||
<name>mapstruct</name>
|
||||
<groupId>com.baeldung</groupId>
|
||||
<version>1.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
|
|
|
@ -13,9 +13,9 @@
|
|||
<name>mock-comparisons</name>
|
||||
|
||||
<properties>
|
||||
<mockito.version>2.8.9</mockito.version>
|
||||
<mockito.version>2.9.0</mockito.version>
|
||||
<easymock.version>3.4</easymock.version>
|
||||
<jmockit.version>1.29</jmockit.version>
|
||||
<jmockit.version>1.34</jmockit.version>
|
||||
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
|
Loading…
Reference in New Issue