Skip to content

Commit

Permalink
#1231 Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Sep 14, 2020
1 parent 8f4ba22 commit 039ba42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>javaplugin-model</artifactId>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<name>CobiGen Javaplugin Model</name>
<packaging>jar</packaging>
<description>CobiGen - Java Plug-in Model</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>javaplugin</artifactId>
<name>CobiGen - Java Plug-in</name>
<version>7.0.0-SNAPSHOT</version>
<version>7.0.0</version>
<packaging>jar</packaging>
<description>CobiGen - Java Plug-in</description>

Expand Down

0 comments on commit 039ba42

Please sign in to comment.