yuzurss

Feed aggregator microservice based on Spring
git clone https://git.neuralcrash.com/yuzurss.git
Log | Files | Refs | README | LICENSE

commit 6d5a045c9d1054a43c597318856d64206ae55ac4
parent 290420a94f30976407a017744bc4396a06e7f055
Author: Kebigon <git@kebigon.xyz>
Date:   Sat, 25 Jan 2020 15:39:40 +0900

YuzuRSS version 0.1.0

Diffstat:
Mpom.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml @@ -6,7 +6,7 @@ <groupId>xyz.kebigon</groupId> <artifactId>yuzurss</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> <parent> <groupId>org.springframework.boot</groupId>