Skip to content

Commit a7b6c76

Browse files
committed
pom.xml re-format
Signed-off-by: Bala Raman <srbala@gmail.com>
1 parent a1bba19 commit a7b6c76

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,18 @@
1515
<inceptionYear>2018</inceptionYear>
1616

1717
<description>
18-
A simple implementation of JNDI. It is entirely library based, so no server instances are started, and it sits upon Java .properties files or XML files, so it is easy to use and simple to understand. The .properties/.xml files may be either on the file system or in the classpath.
18+
A simple implementation of JNDI. It is entirely library based,
19+
so no server instances are started, and it sits upon Java .properties
20+
files or XML files, so it is easy to use and simple to understand.
21+
The .properties/.xml files may be either on the file system or
22+
in the classpath.
1923
</description>
2024

2125
<scm>
2226
<developerConnection>scm:git:https://github.com/java-tools/SimpleJNDI/</developerConnection>
2327
<connection>scm:git:https://github.com/java-tools/SimpleJNDI/</connection>
2428
</scm>
29+
2530
<issueManagement>
2631
<url>https://github.com/java-tools/SimpleJNDI/issues</url>
2732
</issueManagement>

0 commit comments

Comments
 (0)