diff --git a/.github/workflows/up.yml b/.github/workflows/up.yml index 54c2f2b..f11093f 100644 --- a/.github/workflows/up.yml +++ b/.github/workflows/up.yml @@ -18,4 +18,4 @@ jobs: title: 'New version in README' assignees: yegor256 branch: up - base: master \ No newline at end of file + base: master diff --git a/.gitignore b/.gitignore index 0367a68..55c9281 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ target/ /.settings/ /.project .idea -*.iml \ No newline at end of file +*.iml diff --git a/renovate.json b/renovate.json index 9a45363..c7179b5 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,7 @@ "extends": [ "config:base" ], - "ignoreDeps": ["xml-apis"] + "ignoreDeps": [ + "xml-apis" + ] } diff --git a/src/main/java/com/jcabi/package-info.java b/src/main/java/com/jcabi/package-info.java index 322f940..49be1da 100644 --- a/src/main/java/com/jcabi/package-info.java +++ b/src/main/java/com/jcabi/package-info.java @@ -31,8 +31,6 @@ /** * Parent project. * - * @author Yegor Bugayenko (yegor256@gmail.com) - * @version $Id$ * @since 0.1 */ package com.jcabi; diff --git a/src/site/apt/profile-junit.apt.vm b/src/site/apt/profile-junit.apt.vm index 129b981..11acb21 100644 --- a/src/site/apt/profile-junit.apt.vm +++ b/src/site/apt/profile-junit.apt.vm @@ -56,4 +56,3 @@ JUnit, Hamcrest, and Mockito Thus, all you need is to create a unit test in <<>> and all necessary dependencies will be available in classpath. - diff --git a/src/site/apt/profile-mock.apt.vm b/src/site/apt/profile-mock.apt.vm index 912a66e..28e04ca 100644 --- a/src/site/apt/profile-mock.apt.vm +++ b/src/site/apt/profile-mock.apt.vm @@ -127,4 +127,3 @@ public PrinterTest { test +-- - diff --git a/src/site/apt/profile-qulice.apt.vm b/src/site/apt/profile-qulice.apt.vm index edda7ce..b12e2e7 100644 --- a/src/site/apt/profile-qulice.apt.vm +++ b/src/site/apt/profile-qulice.apt.vm @@ -58,4 +58,3 @@ $ mvn clean install -Pqulice All plugins are bound to the <<>> Maven phase. All executions are named <<>>. - diff --git a/src/site/apt/profile-site.apt.vm b/src/site/apt/profile-site.apt.vm index f8cb4c2..12ce1d2 100644 --- a/src/site/apt/profile-site.apt.vm +++ b/src/site/apt/profile-site.apt.vm @@ -114,4 +114,3 @@ $ mvn clean install site-deploy -Psite Also you can add your own plugins that should be executed when you're building a production site. Just add them to the <<>> profile. -