Skip to content

Commit 708a8a9

Browse files
committed
Remove TODOs related to 7.3/fips merge
DEVSIX-7032
1 parent 7c97028 commit 708a8a9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env groovy
2-
// TODO DEVSIX-7032 Change pipeline-library branch name back to just 'pipeline-library'
3-
@Library('[email protected]/fips')_
2+
@Library('pipeline-library')_
43

54
def repoName = "itextcore"
65
def dependencyRegex = ""

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,6 @@
501501
<onlyBinaryIncompatible>true</onlyBinaryIncompatible>
502502
<ignoreMissingClasses>true</ignoreMissingClasses>
503503
</parameter>
504-
<!-- TODO DEVSIX-7032 Remove this skip property -->
505504
<skip>true</skip>
506505
</configuration>
507506
</plugin>

0 commit comments

Comments
 (0)