Skip to content

Commit a93d65e

Browse files
committed
module fj-doc
1 parent b9d1796 commit a93d65e

File tree

4 files changed

+48
-2
lines changed

4 files changed

+48
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
- module fj-doc
1213
- Hour check
1314
- Period check test
1415
- POC PDFBox line wrapping

code-samples-fj-doc/pom.xml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
5+
<artifactId>code-samples-fj-doc</artifactId>
6+
7+
<parent>
8+
<groupId>org.fugerit.java</groupId>
9+
<artifactId>code-samples</artifactId>
10+
<version>1.0.0-SNAPSHOT</version>
11+
</parent>
12+
13+
<name>Fugerit Code Samples - Fugerit Venus</name>
14+
<description>My code samples.</description>
15+
16+
<licenses>
17+
<license>
18+
<name>Apache License, Version 2.0</name>
19+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20+
<distribution>repo</distribution>
21+
</license>
22+
</licenses>
23+
24+
<properties>
25+
</properties>
26+
27+
<scm>
28+
<connection>scm:git:git://github.com/fugerit-org/code-samples.git</connection>
29+
<developerConnection>scm:git:ssh://github.com/fugerit-org/code-samples.git</developerConnection>
30+
<url>https://github.com/fugerit-org/code-samples.git</url>
31+
<tag>HEAD</tag>
32+
</scm>
33+
34+
<dependencies>
35+
</dependencies>
36+
37+
<organization>
38+
<url>https://www.fugerit.org</url>
39+
<name>Fugerit</name>
40+
</organization>
41+
42+
<url>https://www.fugerit.org/</url>
43+
44+
</project>

code-samples-pdfbox2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<version>1.0.0-SNAPSHOT</version>
1111
</parent>
1212

13-
<name>Fugerit Code Samples</name>
13+
<name>Fugerit Code Samples PDFBOX 2</name>
1414
<description>My code samples.</description>
1515

1616
<licenses>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath/>
1212
</parent>
1313

14-
<name>Fugerit Code Samples PDFBOX 2</name>
14+
<name>Fugerit Code Samples</name>
1515
<description>My code samples.</description>
1616
<version>1.0.0-SNAPSHOT</version>
1717
<packaging>pom</packaging>
@@ -31,6 +31,7 @@
3131
<modules>
3232
<module>code-samples-base</module>
3333
<module>code-samples-pdfbox2</module>
34+
<module>code-samples-fj-doc</module>
3435
</modules>
3536

3637
<scm>

0 commit comments

Comments
 (0)