File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ version : 2.1
2+
3+ jobs :
4+ build-and-test :
5+ docker :
6+ - image : cimg/openjdk:8.0
7+ steps :
8+ - checkout
9+ - run :
10+ name : Build
11+ command : mvn -B -DskipTests clean package
12+ - run :
13+ name : Test
14+ command : mvn verify
15+
16+ workflows :
17+ ci :
18+ jobs :
19+ - build-and-test
Original file line number Diff line number Diff line change 11# Fork of Apache XML-RPC
2+ [ ![ CircleCI] ( https://circleci.com/gh/evolvedbinary/apache-xmlrpc/tree/main.svg?style=svg )] ( https://circleci.com/gh/evolvedbinary/apache-xmlrpc/tree/main )
23[ ![ Java 8] ( https://img.shields.io/badge/java-8+-blue.svg )] ( https://adoptopenjdk.net/ )
34[ ![ License] ( https://img.shields.io/badge/license-Apache%202-blue.svg )] ( https://opensource.org/licenses/Apache2.0 )
45[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.evolvedbinary.thirdparty.org.apache.xmlrpc/xmlrpc/badge.svg )] ( https://search.maven.org/search?q=g:com.evolvedbinary.thirdparty.org.apache.xmlrpc )
Original file line number Diff line number Diff line change 6161 </issueManagement >
6262
6363 <ciManagement >
64- <system >Gump </system >
65- <url >http ://vmgump.apache.org/gump/public/ws -xmlrpc/xmlrpc/index.html </url >
64+ <system >CircleCI </system >
65+ <url >https ://circleci.com/gh/evolvedbinary/apache -xmlrpc/tree/main </url >
6666 </ciManagement >
6767
6868 <mailingLists >
You can’t perform that action at this time.
0 commit comments