Skip to content

Commit

Permalink
@author and @Version removed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 27, 2025
1 parent 76bd008 commit 14dabec
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
title: 'New version in README'
assignees: yegor256
branch: up
base: master
base: master
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ target/
/.settings/
/.project
.idea
*.iml
*.iml
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"extends": [
"config:base"
],
"ignoreDeps": ["xml-apis"]
"ignoreDeps": [
"xml-apis"
]
}
2 changes: 0 additions & 2 deletions src/main/java/com/jcabi/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
/**
* Parent project.
*
* @author Yegor Bugayenko ([email protected])
* @version $Id$
* @since 0.1
*/
package com.jcabi;
1 change: 0 additions & 1 deletion src/site/apt/profile-junit.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,3 @@ JUnit, Hamcrest, and Mockito

Thus, all you need is to create a unit test in <<<src/test/java>>> and all
necessary dependencies will be available in classpath.

1 change: 0 additions & 1 deletion src/site/apt/profile-mock.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,3 @@ public PrinterTest {
<scope>test</scope>
</dependency>
+--

1 change: 0 additions & 1 deletion src/site/apt/profile-qulice.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ $ mvn clean install -Pqulice

All plugins are bound to the <<<verify>>> Maven phase. All executions
are named <<<jcabi-check>>>.

1 change: 0 additions & 1 deletion src/site/apt/profile-site.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<<site>>> profile.

0 comments on commit 14dabec

Please sign in to comment.