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

Commit

Permalink
Set version in POM for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Boersma committed Mar 31, 2020
1 parent 9cc9a2d commit 559c770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>info.leadinglight</groupId>
<artifactId>uml-java-doclet</artifactId>
<name>uml-java-doclet</name>
<version>1.2-SNAPSHOT</version>
<version>1.1</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -65,7 +65,7 @@
<docletArtifact>
<groupId>info.leadinglight</groupId>
<artifactId>uml-java-doclet</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.1</version>
</docletArtifact>
<useStandardDocletOptions>true</useStandardDocletOptions>
<additionalOptions>
Expand Down

0 comments on commit 559c770

Please sign in to comment.