From 882072e6f54b65c29d0b7383c53b7bec8e108ff8 Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Wed, 15 Jan 2020 10:51:11 +0100 Subject: [PATCH 1/8] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bff3e4..ce63cf8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ -# chiby-ide -A Blockly-based Spring boot enabled IDE + + +# Chiby IDE +[![Jitpack Release](https://jitpack.io/v/chibyhq/playar.svg)](https://jitpack.io/#chibyhq/playar) +[![GitHub Actions Status](https://github.com/chibyhq/chiby-ide/workflows/Java%20CI/badge.svg)](https://github.com/chibyhq/chiby-ide/actions) + +A Blockly-based Spring Boot-enabled IDE From 456746636c337f42744a645c13cd713fefe5c6db Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Wed, 15 Jan 2020 10:54:41 +0100 Subject: [PATCH 2/8] Add Java 11 badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce63cf8..765b27b 100644 --- a/README.md +++ b/README.md @@ -3,5 +3,6 @@ # Chiby IDE [![Jitpack Release](https://jitpack.io/v/chibyhq/playar.svg)](https://jitpack.io/#chibyhq/playar) [![GitHub Actions Status](https://github.com/chibyhq/chiby-ide/workflows/Java%20CI/badge.svg)](https://github.com/chibyhq/chiby-ide/actions) +[![Java 11](https://img.shields.io/badge/Java-11-green) A Blockly-based Spring Boot-enabled IDE From 645ed0d3a29f55767578e5e683ef4d2069568882 Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Wed, 15 Jan 2020 10:58:20 +0100 Subject: [PATCH 3/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 765b27b..356134f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Chiby IDE -[![Jitpack Release](https://jitpack.io/v/chibyhq/playar.svg)](https://jitpack.io/#chibyhq/playar) +[![](https://jitpack.io/v/chibyhq/playar.svg)](https://jitpack.io/#chibyhq/playar) [![GitHub Actions Status](https://github.com/chibyhq/chiby-ide/workflows/Java%20CI/badge.svg)](https://github.com/chibyhq/chiby-ide/actions) -[![Java 11](https://img.shields.io/badge/Java-11-green) +![Java 11](https://img.shields.io/badge/Java-11-green) A Blockly-based Spring Boot-enabled IDE From 2d7ed20c8718e6f8a05fdba4d4b8e4972b0ab3a7 Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Wed, 15 Jan 2020 10:59:38 +0100 Subject: [PATCH 4/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 356134f..1033e6a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ # Chiby IDE [![](https://jitpack.io/v/chibyhq/playar.svg)](https://jitpack.io/#chibyhq/playar) [![GitHub Actions Status](https://github.com/chibyhq/chiby-ide/workflows/Java%20CI/badge.svg)](https://github.com/chibyhq/chiby-ide/actions) -![Java 11](https://img.shields.io/badge/Java-11-green) +[![Java 11](https://img.shields.io/badge/Java-11-green "Java 11")](https://java.com) A Blockly-based Spring Boot-enabled IDE From af1a2d1b880872bc543e72cda411b7ecc6d3c3af Mon Sep 17 00:00:00 2001 From: Brice Copy <500789+bcopy@users.noreply.github.com> Date: Wed, 15 Jan 2020 16:04:29 +0100 Subject: [PATCH 5/8] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1033e6a..30dfbd8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Chiby IDE -[![](https://jitpack.io/v/chibyhq/playar.svg)](https://jitpack.io/#chibyhq/playar) +[![IDE Version](https://jitpack.io/v/chibyhq/chiby-ide.svg)](https://jitpack.io/#chibyhq/chiby-ide) [![GitHub Actions Status](https://github.com/chibyhq/chiby-ide/workflows/Java%20CI/badge.svg)](https://github.com/chibyhq/chiby-ide/actions) [![Java 11](https://img.shields.io/badge/Java-11-green "Java 11")](https://java.com) From 4050102c913e68bc55e52d2b68d621e86d2a3b2f Mon Sep 17 00:00:00 2001 From: Brice Copy Date: Wed, 15 Jan 2020 17:37:28 +0100 Subject: [PATCH 6/8] add gitflow plugin --- pom.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a6dbfd3..44c943e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.chiby.ide reactor - 1 + 1.3-SNAPSHOT pom Chiby IDE reactor project @@ -15,4 +15,24 @@ modules/frontend + + + + com.amashchenko.maven.plugin + gitflow-maven-plugin + 1.11.0 + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + false + true + true + + + + + From 2c0f8c147926128e579a8fae4d945453230abff4 Mon Sep 17 00:00:00 2001 From: Brice Copy Date: Wed, 15 Jan 2020 17:40:33 +0100 Subject: [PATCH 7/8] Add gitflow plugin --- modules/frontend/pom.xml | 17 ++++++++++++++++- pom.xml | 22 +++++++++++----------- 2 files changed, 27 insertions(+), 12 deletions(-) diff --git a/modules/frontend/pom.xml b/modules/frontend/pom.xml index a196e57..aa2d415 100644 --- a/modules/frontend/pom.xml +++ b/modules/frontend/pom.xml @@ -284,7 +284,22 @@ - + + com.amashchenko.maven.plugin + gitflow-maven-plugin + 1.11.0 + + + org.codehaus.mojo + versions-maven-plugin + 2.5 + + false + true + true + + + org.springframework.boot spring-boot-maven-plugin diff --git a/pom.xml b/pom.xml index 44c943e..3bfb9aa 100644 --- a/pom.xml +++ b/pom.xml @@ -18,19 +18,19 @@ - com.amashchenko.maven.plugin - gitflow-maven-plugin - 1.11.0 + com.amashchenko.maven.plugin + gitflow-maven-plugin + 1.11.0 - org.codehaus.mojo - versions-maven-plugin - 2.5 - - false - true - true - + org.codehaus.mojo + versions-maven-plugin + 2.5 + + false + true + true + From 1c0548af12a001917195361c30e21185e01b8654 Mon Sep 17 00:00:00 2001 From: Brice Copy Date: Wed, 15 Jan 2020 17:40:51 +0100 Subject: [PATCH 8/8] Update versions for release --- modules/frontend/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/frontend/pom.xml b/modules/frontend/pom.xml index aa2d415..5eb087a 100644 --- a/modules/frontend/pom.xml +++ b/modules/frontend/pom.xml @@ -4,7 +4,7 @@ com.github.chibyhq ide-frontend - 1.3-SNAPSHOT + 1.3 jar Chiby IDE :: frontend diff --git a/pom.xml b/pom.xml index 3bfb9aa..0a411f3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.chiby.ide reactor - 1.3-SNAPSHOT + 1.3 pom Chiby IDE reactor project