From c866c68d555f28716b5566ab707e8382782ee3b2 Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Wed, 2 Aug 2023 18:53:08 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a346bad..1e6e918 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![Java CI with Maven](https://github.com/Pera-Swarm/java-robot/actions/workflows/java-ci.yml/badge.svg)](https://github.com/Pera-Swarm/java-robot/actions/workflows/java-ci.yml) +[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) [![Java CI with Maven](https://github.com/Pera-Swarm/java-robot/actions/workflows/java-ci.yml/badge.svg)](https://github.com/Pera-Swarm/java-robot/actions/workflows/java-ci.yml) ![Library](https://img.shields.io/github/v/release/Pera-Swarm/robot-library-java?label=Library) + # Java Robot @@ -51,4 +52,4 @@ java -jar target/java-robot-node-1.0-SNAPSHOT-jar-with-dependencies.jar ## Detailed Guide -- [pera-swarm.ce.pdn.ac.lk/docs/robots/virtual/v1/java/](https://pera-swarm.ce.pdn.ac.lk/docs/robots/virtual/v1/java/) \ No newline at end of file +- [pera-swarm.ce.pdn.ac.lk/docs/robots/virtual/v1/java/](https://pera-swarm.ce.pdn.ac.lk/docs/robots/virtual/v1/java/) From 01f15a878200e4b45f6fff4f95e4e250ff76fffb Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Fri, 4 Aug 2023 20:16:09 +0530 Subject: [PATCH 2/3] Java Robot Library version update 1.0.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1b60690..9e9b5bb 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ pera.swarm java-robot - 1.0.1 + 1.0.2 From fb0bc8afbb13a4d54660cb474664925935eaf260 Mon Sep 17 00:00:00 2001 From: Nuwan Jaliyagoda Date: Fri, 4 Aug 2023 20:16:49 +0530 Subject: [PATCH 3/3] modified: .vscode/launch.json --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1e55839..5d60f8d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "type": "java", - "name": "App", + "name": "Run the Swarm", "request": "launch", "mainClass": "App", "projectName": "java-robot"