Skip to content

Commit

Permalink
get ready for release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeintner committed Jan 16, 2018
1 parent 21f09f9 commit a6f0193
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<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">
<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>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient</artifactId>
<name>EXIficient</name>
<url>http://exificient.github.io/</url>
<version>0.9.7</version>
<version>0.9.7-SNAPSHOT</version>
<packaging>jar</packaging><!-- bundle -->
<description>EXIficient is an open source implementation of the W3C Efficient XML Interchange
(EXI) format specification written in the Java programming language. The EXI format is a very
Expand Down

0 comments on commit a6f0193

Please sign in to comment.