Skip to content

Commit a167a39

Browse files
author
blackduck-serv-builder
committed
Using the next snapshot post release 14.2.2-SNAPSHOT
1 parent bf15ebd commit a167a39

File tree

108 files changed

+114
-107
lines changed

Some content is hidden

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

108 files changed

+114
-107
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ project.ext.moduleName = 'com.synopsys.integration.hub-imageinspector-lib'
1919
project.ext.javaUseAutoModuleName = 'true'
2020
project.ext.junitShowStandardStreams = 'true'
2121

22-
version = '14.2.1'
22+
version = '14.2.2-SNAPSHOT'
2323
description = 'A library for creating Black Duck Input Output (BDIO) representing the packages installed in a Linux Docker image'
2424

2525
apply plugin: "io.spring.dependency-management"

src/main/java/com/synopsys/integration/blackduck/imageinspector/ImageInspector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/WorkingDirectories.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/api/BdioGeneratorApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/api/ImageInspectionRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/api/ImageInspectionRequestBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/api/ImageInspectorApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/api/ImageInspectorOsEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/api/InvalidArchiveFormatException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

src/main/java/com/synopsys/integration/blackduck/imageinspector/api/PackageManagerEnum.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* hub-imageinspector-lib
33
*
4-
* Copyright (c) 2023 Synopsys, Inc.
4+
* Copyright (c) 2024 Synopsys, Inc.
55
*
66
* Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide.
77
*/

0 commit comments

Comments
 (0)