Skip to content
This repository was archived by the owner on Nov 16, 2024. It is now read-only.

Commit 9b7a8af

Browse files
author
Gerald Boersma
committed
Updated readme and POM.
1 parent 459d961 commit 9b7a8af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ To generate UML diagrams for your own project, add the following to your POM:
6565

6666
<build>
6767
<plugins>
68+
<plugin>
6869
<groupId>org.apache.maven.plugins</groupId>
6970
<artifactId>maven-javadoc-plugin</artifactId>
7071
<version>3.2.0</version>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
<configuration>
6464
<doclet>info.leadinglight.umljavadoclet.UmlJavaDoclet</doclet>
6565
<docletArtifact>
66-
<groupId>com.github.gboersma</groupId>
66+
<groupId>info.leadinglight</groupId>
6767
<artifactId>uml-java-doclet</artifactId>
68-
<version>1.1</version>
68+
<version>1.2-SNAPSHOT</version>
6969
</docletArtifact>
7070
<useStandardDocletOptions>true</useStandardDocletOptions>
7171
<additionalOptions>

0 commit comments

Comments
 (0)