From b5f255132447c942070c7deac357647275384417 Mon Sep 17 00:00:00 2001 From: darkhyper24 Date: Wed, 15 Jan 2025 22:47:00 +0200 Subject: [PATCH] renamed readme file and abstracted pom file --- bloc/{Readme.md => README.md} | 0 bloc/pom.xml | 22 +++++++--------------- 2 files changed, 7 insertions(+), 15 deletions(-) rename bloc/{Readme.md => README.md} (100%) diff --git a/bloc/Readme.md b/bloc/README.md similarity index 100% rename from bloc/Readme.md rename to bloc/README.md diff --git a/bloc/pom.xml b/bloc/pom.xml index 1edc49f03721..eeaef8c8cae2 100644 --- a/bloc/pom.xml +++ b/bloc/pom.xml @@ -43,23 +43,15 @@ org.apache.maven.plugins maven-assembly-plugin - - - - com.iluwatar.bloC.App - - - - jar-with-dependencies - - - make-assembly - package - - single - + + + + com.iluwatar.bloc.Main + + +