Skip to content

Commit 97fb170

Browse files
committed
Add newline for better readability in pom.xml
Inserted a blank line after <modelVersion>4.0.0</modelVersion> to improve code readability. This change does not affect the functionality but enhances the visual structure of the XML file.
1 parent 86481d3 commit 97fb170

File tree

1 file changed

+2
-1
lines changed
  • nifi-tdf-controller-services-api-nar

1 file changed

+2
-1
lines changed

nifi-tdf-controller-services-api-nar/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://www.maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4+
45
<parent>
56
<groupId>io.opentdf.nifi</groupId>
67
<artifactId>nifi-pom</artifactId>

0 commit comments

Comments
 (0)