Skip to content

Commit 754996f

Browse files
authoredJan 9, 2025··
Merge pull request #20 from diffblue/develop
Release 1.3.0
2 parents 1043a10 + 56f1b3c commit 754996f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<modelVersion>4.0.0</modelVersion>
1717
<groupId>com.diffblue.cover</groupId>
1818
<artifactId>cover-annotations</artifactId>
19-
<version>1.2.0</version>
19+
<version>1.3.0</version>
2020
<packaging>jar</packaging>
2121

2222
<name>Cover Annotations</name>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*
2+
* Copyright 2025 Diffblue Limited.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License").
5+
* You may not use this file except in compliance with the License.
6+
* A copy of the License is located at
7+
*
8+
* https://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* or in the "license" file accompanying this file. This file is distributed
11+
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
12+
* express or implied. See the License for the specific language governing
13+
* permissions and limitations under the License.
14+
*/
15+
package com.diffblue.cover.annotations;
16+
17+
/**
18+
* Empty interface, required, with the Category annotation, to label JUnit 4 tests in the following
19+
* manner: @Category(MaintainedByDiffblue.class)
20+
*/
21+
public interface MaintainedByDiffblue {}

0 commit comments

Comments
 (0)
Please sign in to comment.