From e431dcd69c1344c477102fa0c3278d880e1b2477 Mon Sep 17 00:00:00 2001 From: Petr Portnov Date: Tue, 8 Feb 2022 00:31:43 +0300 Subject: [PATCH 1/5] build: bump version to 1.0.0-rc.9 --- SECURITY.md | 6 +++--- java-commons/pom.xml | 2 +- padla-bom/pom.xml | 8 ++++---- pom.xml | 2 +- reflector/pom.xml | 2 +- ultimate-messenger/pom.xml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index a8d1f881..2ee59481 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -3,9 +3,9 @@ ## Supported Versions | Version | Supported | -| ------------ | ------------------ | -| [1.0.0-rc.8] | :heavy_check_mark: | -| < 1.0.0-rc.8 | :x: | +|--------------| ------------------ | +| [1.0.0-rc.9] | :heavy_check_mark: | +| < 1.0.0-rc.9 | :x: | ## Reporting a Vulnerability diff --git a/java-commons/pom.xml b/java-commons/pom.xml index d244edbe..c711139d 100644 --- a/java-commons/pom.xml +++ b/java-commons/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.9 java-commons diff --git a/padla-bom/pom.xml b/padla-bom/pom.xml index f9c59a21..a905055a 100644 --- a/padla-bom/pom.xml +++ b/padla-bom/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.9 padla-bom pom @@ -20,17 +20,17 @@ ru.progrm-jarvis java-commons - 1.0.0-SNAPSHOT + 1.0.0-rc.9 ru.progrm-jarvis reflector - 1.0.0-SNAPSHOT + 1.0.0-rc.9 ru.progrm-jarvis ultimate-messenger - 1.0.0-SNAPSHOT + 1.0.0-rc.9 diff --git a/pom.xml b/pom.xml index 54d6791e..d9f130d9 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.9 java-commons reflector diff --git a/reflector/pom.xml b/reflector/pom.xml index ad2dea06..3c678da5 100644 --- a/reflector/pom.xml +++ b/reflector/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.9 reflector diff --git a/ultimate-messenger/pom.xml b/ultimate-messenger/pom.xml index 9023600c..334553f4 100644 --- a/ultimate-messenger/pom.xml +++ b/ultimate-messenger/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.9 ultimate-messenger From ad610fc2ba06bf01041ad375178db5c3385ce22b Mon Sep 17 00:00:00 2001 From: Cheryl <68248402+Cheryl-des@users.noreply.github.com> Date: Mon, 14 Feb 2022 21:24:05 +0200 Subject: [PATCH 2/5] build: remove redundant `dependencies` from `nexus-staging-maven-plugin` configuration --- pom.xml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/pom.xml b/pom.xml index d9f130d9..cb083bdf 100644 --- a/pom.xml +++ b/pom.xml @@ -217,19 +217,6 @@ https://oss.sonatype.org/ true - - - - com.thoughtworks.xstream - xstream - 1.4.17 - - - org.ogce - xpp3 - 1.1.6 - - From de467f47714764368d299a67331b1ddb3ebebbbe Mon Sep 17 00:00:00 2001 From: Petr Portnov Date: Fri, 1 Jul 2022 17:05:11 +0300 Subject: [PATCH 3/5] build: bump version to 1.0.0-rc.10 --- SECURITY.md | 13 +++++++------ java-commons/pom.xml | 2 +- padla-bom/pom.xml | 8 ++++---- padla-parent/pom.xml | 2 +- pom.xml | 2 +- reflector/pom.xml | 2 +- ultimate-messenger/pom.xml | 2 +- 7 files changed, 16 insertions(+), 15 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 2ee59481..a751d0ae 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -2,17 +2,18 @@ ## Supported Versions -| Version | Supported | -|--------------| ------------------ | -| [1.0.0-rc.9] | :heavy_check_mark: | -| < 1.0.0-rc.9 | :x: | +| Version | Supported | +|---------------| ------------------ | +| [1.0.0-rc.10] | :heavy_check_mark: | +| < 1.0.0-rc.10 | :x: | ## Reporting a Vulnerability -In order to report a vulnerability simply create an [issues](https://github.com/JarvisCraft/padla/issues) for it. +In order to report a vulnerability simply create +an [issues](https://github.com/JarvisCraft/padla/issues) for it. These are checked regularly and are the primary support channel. -[1.0.0-rc.8]: https://mvnrepository.com/artifact/ru.progrm-jarvis/padla/1.0.0-rc.8 +[1.0.0-rc.10]: https://mvnrepository.com/artifact/ru.progrm-jarvis/padla/1.0.0-rc.10 diff --git a/java-commons/pom.xml b/java-commons/pom.xml index 4b915a9a..2384fa1d 100644 --- a/java-commons/pom.xml +++ b/java-commons/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla-parent - 1.0.0-SNAPSHOT + 1.0.0-rc.10 ../padla-parent java-commons diff --git a/padla-bom/pom.xml b/padla-bom/pom.xml index f9c59a21..ed57e89b 100644 --- a/padla-bom/pom.xml +++ b/padla-bom/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.10 padla-bom pom @@ -20,17 +20,17 @@ ru.progrm-jarvis java-commons - 1.0.0-SNAPSHOT + 1.0.0-rc.10 ru.progrm-jarvis reflector - 1.0.0-SNAPSHOT + 1.0.0-rc.10 ru.progrm-jarvis ultimate-messenger - 1.0.0-SNAPSHOT + 1.0.0-rc.10 diff --git a/padla-parent/pom.xml b/padla-parent/pom.xml index e8190b83..b008ced0 100644 --- a/padla-parent/pom.xml +++ b/padla-parent/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.10 padla-parent pom diff --git a/pom.xml b/pom.xml index 553e74a3..ddb96cf6 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 ru.progrm-jarvis padla - 1.0.0-SNAPSHOT + 1.0.0-rc.10 padla-bom padla-parent diff --git a/reflector/pom.xml b/reflector/pom.xml index e55f0bea..de9c8d48 100644 --- a/reflector/pom.xml +++ b/reflector/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla-parent - 1.0.0-SNAPSHOT + 1.0.0-rc.10 ../padla-parent reflector diff --git a/ultimate-messenger/pom.xml b/ultimate-messenger/pom.xml index 87c8fb70..bf9b4405 100644 --- a/ultimate-messenger/pom.xml +++ b/ultimate-messenger/pom.xml @@ -6,7 +6,7 @@ ru.progrm-jarvis padla-parent - 1.0.0-SNAPSHOT + 1.0.0-rc.10 ../padla-parent ultimate-messenger From 617f94be190a2bef3f6f49c99784f27653e0eed4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:18:07 +0000 Subject: [PATCH 4/5] docs: update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 247e6639..c55017b6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) [![License](https://img.shields.io/github/license/JarvisCraft/padla)](/LICENSE) @@ -51,6 +51,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
xxDark

💻 🤔 🐛
Daniil Sudomoin

💻 🤔
Yaroslav Bolyukin

🤔 🛡️ 📖 +
Cheryl

🚇 👀 From fe62630c07813c03d91edc760a5929ec8f5e4e22 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 14:18:08 +0000 Subject: [PATCH 5/5] docs: update .all-contributorsrc --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index a54b8fc4..7714f2ea 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -65,6 +65,16 @@ "security", "doc" ] + }, + { + "login": "Cheryl-des", + "name": "Cheryl", + "avatar_url": "https://avatars.githubusercontent.com/u/68248402?v=4", + "profile": "https://github.com/Cheryl-des", + "contributions": [ + "infra", + "review" + ] } ], "contributorsPerLine": 7,