Skip to content

Commit

Permalink
(self-xdsd#726) Correct the next release version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Dec 22, 2020
1 parent 123fe31 commit aa840ad
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @author andreoss
* @version $Id$
* @since 0.0.41
* @since 0.0.45
*/
final class GitlabIssueComments implements Comments {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Invitations to a Gitlab Repo.
* @author Mihai Andronache (amihaiemil@gmail.com)
* @version $Id$
* @since 0.0.41
* @since 0.0.45
*/
final class GitlabRepoInvitations implements Invitations {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Unit tests for {@link GitlabComment}.
*
* @version $Id$
* @since 0.0.41
* @since 0.0.45
*/
public final class GitlabCommentTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/**
* Unit tests for {@link GitlabIssueComments}.
*
* @since 0.0.41
* @since 0.0.45
*/
public final class GitlabIssueCommentsTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Unit tests for {@link GitlabRepoInvitations}.
* @author Mihai Andronache (amihaiemil@gmail.com)
* @version $Id$
* @since 0.0.41
* @since 0.0.45
*/
public final class GitlabRepoInvitationsTestCase {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Matcher for {@link Comment}.
*
* @version $Id$
* @since 0.0.41
* @since 0.0.45
*/
public final class IsComment extends TypeSafeDiagnosingMatcher<Comment> {

Expand Down

0 comments on commit aa840ad

Please sign in to comment.