You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2019/05/29 12:15:08 UTC

[aries-jpa] branch master updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jpa.git


The following commit(s) were added to refs/heads/master by this push:
     new 119c7eb  Update README.md
119c7eb is described below

commit 119c7eb0aa83b6d83955d2c0aa0fa837d04566e2
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Wed May 29 14:15:03 2019 +0200

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a6e3d57..78326a3 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Aries JPA
 
-[![Build Status](https://builds.apache.org/buildStatus/icon?job=Aries-JPA-Trunk-JDK8-Deploy)](https://builds.apache.org/job/Aries-JPA-Trunk-JDK8-Deploy/)
+[![Build Status](https://builds.apache.org/buildStatus/icon?job=Aries-JPA-Trunk-JDK8)](https://builds.apache.org/job/Aries-JPA-Trunk-JDK8/)
 
 Implements the [JPA Service Specification from the OSGi compendium spec](https://osgi.org/specification/osgi.cmpn/7.0.0/service.jpa.html). Additionally some convenience
 services are provided to make it easier to use JPA in blueprint and DS.