Skip to content

Commit

Permalink
#506 Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeec committed Jun 7, 2018
1 parent be81015 commit 3101bfd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions cobigen/cobigen-xmlplugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<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>xmlplugin</artifactId>
<name>CobiGen - XML Plug-In</name>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<description>CobiGen - XML Plug-In</description>

Expand Down Expand Up @@ -51,4 +49,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 3101bfd

Please sign in to comment.