Skip to content

Commit

Permalink
#41 emails
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 11, 2017
1 parent 8b2df2a commit 0e8ec63
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssl/maven/plugin/Cacerts.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
/**
* Abstraction of {@code java.home/lib/security/cacerts} file.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.5
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssl/maven/plugin/KeygenMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/**
* Generate SSL keystore and configure in JVM.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.5
* @goal keygen
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssl/maven/plugin/Keystore.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/**
* Keystore abstraction.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.5
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssl/maven/plugin/Keytool.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
/**
* Keytool abstraction.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.5
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/jcabi/ssl/maven/plugin/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* <artifactId>jcabi-ssl-maven-plugin</artifactId>
* &lt;/dependency&gt;</pre>
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.5
*/
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/ssl/maven/plugin/CacertsTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

/**
* Test case for {@link Cacerts}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class CacertsTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

/**
* Test case for {@link KeygenMojo} (more detailed test is in maven invoker).
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
@RunWith(MockitoJUnitRunner.class)
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/ssl/maven/plugin/KeystoreTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/**
* Test case for {@link Keystore}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class KeystoreTest {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/ssl/maven/plugin/KeytoolTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

/**
* Test case for {@link Keytool}.
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
*/
public final class KeytoolTest {
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/com/jcabi/ssl/maven/plugin/package-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* SSL manipulation Maven plugin, tests.
*
* @author Yegor Bugayenko (yegor@tpc2.com)
* @author Yegor Bugayenko (yegor256@gmail.com)
* @version $Id$
* @since 0.5
*/
Expand Down

0 comments on commit 0e8ec63

Please sign in to comment.