Skip to content

Commit 080b2bc

Browse files
committed
Finish 5.0.2
2 parents 999afee + 1aa1f15 commit 080b2bc

64 files changed

Lines changed: 489 additions & 401 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
/work/
44
/sonargraph_access*.log
55
/work1/
6+
**/.DS_Store

license-header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Jenkins Sonargraph Integration Plugin
2-
Copyright (C) 2015-2020 hello2morrow GmbH
2+
Copyright (C) 2015-2023 hello2morrow GmbH
33
mailto: support AT hello2morrow DOT com
44

55
Licensed under the Apache License, Version 2.0 (the "License");

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99

1010
<artifactId>sonargraph-integration</artifactId>
11-
<version>5.0.2-SNAPSHOT</version>
11+
<version>5.0.2</version>
1212
<name>Sonargraph Integration Jenkins Plugin</name>
1313
<packaging>hpi</packaging>
1414

@@ -254,8 +254,8 @@
254254

255255
<developers>
256256
<developer>
257-
<id>andreashoyerh2m</id>
258-
<name>Andreas Hoyer</name>
257+
<id>dietmarmenges</id>
258+
<name>Dietmar Menges</name>
259259
</developer>
260260
</developers>
261261
</project>

src/main/java/com/hello2morrow/sonargraph/integration/jenkins/controller/AbstractBuildStepDescriptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Jenkins Sonargraph Integration Plugin
3-
* Copyright (C) 2015-2020 hello2morrow GmbH
3+
* Copyright (C) 2015-2023 hello2morrow GmbH
44
* mailto: support AT hello2morrow DOT com
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/hello2morrow/sonargraph/integration/jenkins/controller/AbstractHTMLAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Jenkins Sonargraph Integration Plugin
3-
* Copyright (C) 2015-2020 hello2morrow GmbH
3+
* Copyright (C) 2015-2023 hello2morrow GmbH
44
* mailto: support AT hello2morrow DOT com
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/hello2morrow/sonargraph/integration/jenkins/controller/AbstractSonargraphRecorder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Jenkins Sonargraph Integration Plugin
3-
* Copyright (C) 2015-2020 hello2morrow GmbH
3+
* Copyright (C) 2015-2023 hello2morrow GmbH
44
* mailto: support AT hello2morrow DOT com
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/hello2morrow/sonargraph/integration/jenkins/controller/BuildActionsEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Jenkins Sonargraph Integration Plugin
3-
* Copyright (C) 2015-2020 hello2morrow GmbH
3+
* Copyright (C) 2015-2023 hello2morrow GmbH
44
* mailto: support AT hello2morrow DOT com
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/hello2morrow/sonargraph/integration/jenkins/controller/ConfigParameters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Jenkins Sonargraph Integration Plugin
3-
* Copyright (C) 2015-2020 hello2morrow GmbH
3+
* Copyright (C) 2015-2023 hello2morrow GmbH
44
* mailto: support AT hello2morrow DOT com
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/hello2morrow/sonargraph/integration/jenkins/controller/IReportPathProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Jenkins Sonargraph Integration Plugin
3-
* Copyright (C) 2015-2020 hello2morrow GmbH
3+
* Copyright (C) 2015-2023 hello2morrow GmbH
44
* mailto: support AT hello2morrow DOT com
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

src/main/java/com/hello2morrow/sonargraph/integration/jenkins/controller/InvisibleDiffAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Jenkins Sonargraph Integration Plugin
3-
* Copyright (C) 2015-2020 hello2morrow GmbH
3+
* Copyright (C) 2015-2023 hello2morrow GmbH
44
* mailto: support AT hello2morrow DOT com
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)