-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
1,685 additions
and
269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
© Copyright 2017-2022 Micro Focus or one of its affiliates. | ||
Copyright 2017-2023 Open Text. | ||
The only warranties for products and services of Open Text and | ||
its affiliates and licensors (“Open Text”) are as may be set forth | ||
in the express warranty statements accompanying such products and services. | ||
Nothing herein should be construed as constituting an additional warranty. | ||
Open Text shall not be liable for technical or editorial errors or | ||
omissions contained herein. The information contained herein is subject | ||
to change without notice. | ||
Except as specifically indicated otherwise, this document contains | ||
confidential information and a valid license is required for possession, | ||
use or copying. If this work is provided to the U.S. Government, | ||
consistent with FAR 12.211 and 12.212, Commercial Computer Software, | ||
Computer Software Documentation, and Technical Data for Commercial Items are | ||
licensed to the U.S. Government under vendor's standard commercial license. | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
@@ -20,7 +36,7 @@ | |
|
||
<groupId>com.hpe.adm.octane.ideplugins</groupId> | ||
<artifactId>octane-plugin-common</artifactId> | ||
<version>1.8.1</version> | ||
<version>1.9.0</version> | ||
<packaging>jar</packaging> | ||
|
||
<name>ALM Octane IDE Plugins Common</name> | ||
|
@@ -46,40 +62,40 @@ | |
</scm> | ||
|
||
<organization> | ||
<name>Micro Focus</name> | ||
<url>https://www.microfocus.com/</url> | ||
<name>Open Text</name> | ||
<url>https://www.opentext.com/</url> | ||
</organization> | ||
|
||
<developers> | ||
<developer> | ||
<name>Alexandra Marinescu</name> | ||
<email>[email protected]</email> | ||
<organization>Micro Focus</organization> | ||
<organization>Open Text</organization> | ||
</developer> | ||
<developer> | ||
<name>Andras Toth</name> | ||
<email>[email protected]</email> | ||
<organization>Micro Focus</organization> | ||
<organization>Open Text</organization> | ||
</developer> | ||
<developer> | ||
<name>Octavian Savencu</name> | ||
<email>[email protected]</email> | ||
<organization>Micro Focus</organization> | ||
<organization>Open Text</organization> | ||
</developer> | ||
<developer> | ||
<name>Tudor Dulau</name> | ||
<email>[email protected]</email> | ||
<organization>Micro Focus</organization> | ||
<organization>Open Text</organization> | ||
</developer> | ||
<developer> | ||
<name>Vlad Benchea</name> | ||
<email>[email protected]</email> | ||
<organization>Micro Focus</organization> | ||
<organization>Open Text</organization> | ||
</developer> | ||
<developer> | ||
<name>Kadar Tibor</name> | ||
<email>[email protected]</email> | ||
<organization>Micro Focus</organization> | ||
<organization>Open Text</organization> | ||
</developer> | ||
</developers> | ||
|
||
|
@@ -210,6 +226,14 @@ | |
</includes> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<groupId>org.apache.maven.plugins</groupId> | ||
<artifactId>maven-dependency-plugin</artifactId> | ||
<version>3.3.0</version> | ||
<configuration> | ||
<outputDirectory>${project.build.directory}/stat</outputDirectory> | ||
</configuration> | ||
</plugin> | ||
</plugins> | ||
</build> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.