diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 600289c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -dist: bionic -language: java -sudo: false - -jdk: - - oraclejdk11 - - openjdk11 - - oraclejdk14 - - openjdk14 - -cache: - directories: - - $HOME/.m2 - -script: - - mvn -f api/pom.xml verify -B -V \ No newline at end of file diff --git a/README.md b/README.md index a9ba718..0b36eb6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Jakarta Annotations [![Build Status](https://travis-ci.org/eclipse-ee4j/common-annotations-api.svg?branch=master)](https://travis-ci.org/eclipse-ee4j/common-annotations-api) +# Jakarta annotations + +[![Build Status](https://github.com/jakartaee/common-annotation-api/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/jakartaee/common-annotation-api/actions/workflows/maven.yml?branch=master) +[![Jakarta Staging (Snapshots)](https://img.shields.io/nexus/s/https/jakarta.oss.sonatype.org/jakarta.annotation/jakarta.annotation-api.svg)](https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/) + **Jakarta Annotations** defines a collection of annotations representing common semantic concepts that enable a declarative style of programming that applies