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 c3a9c22 commit d5ae4f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<classpathentry kind="output" path="target/classes"/>
<classpathentry kind="var" path="M2_REPO/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar" sourcepath="M2_REPO/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2-sources.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="var" path="M2_REPO/com/siemens/ct/exi/exificient-core/0.9.7-SNAPSHOT/exificient-core-0.9.7-SNAPSHOT.jar" sourcepath="M2_REPO/com/siemens/ct/exi/exificient-core/0.9.7-SNAPSHOT/exificient-core-0.9.7-SNAPSHOT-sources.jar">
<classpathentry kind="var" path="M2_REPO/com/siemens/ct/exi/exificient-core/0.9.7/exificient-core-0.9.7.jar" sourcepath="M2_REPO/com/siemens/ct/exi/exificient-core/0.9.7/exificient-core-0.9.7-sources.jar">
<attributes>
<attribute value="jar:file:/C:/Users/mchn4310/.m2/repository/com/siemens/ct/exi/exificient-core/0.9.7-SNAPSHOT/exificient-core-0.9.7-SNAPSHOT-javadoc.jar!/" name="javadoc_location"/>
<attribute value="jar:file:/C:/Users/mchn4310/.m2/repository/com/siemens/ct/exi/exificient-core/0.9.7/exificient-core-0.9.7-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/com/siemens/ct/exi/exificient-grammars/0.9.7-SNAPSHOT/exificient-grammars-0.9.7-SNAPSHOT.jar" sourcepath="M2_REPO/com/siemens/ct/exi/exificient-grammars/0.9.7-SNAPSHOT/exificient-grammars-0.9.7-SNAPSHOT-sources.jar">
<classpathentry kind="var" path="M2_REPO/com/siemens/ct/exi/exificient-grammars/0.9.7/exificient-grammars-0.9.7.jar" sourcepath="M2_REPO/com/siemens/ct/exi/exificient-grammars/0.9.7/exificient-grammars-0.9.7-sources.jar">
<attributes>
<attribute value="jar:file:/C:/Users/mchn4310/.m2/repository/com/siemens/ct/exi/exificient-grammars/0.9.7-SNAPSHOT/exificient-grammars-0.9.7-SNAPSHOT-javadoc.jar!/" name="javadoc_location"/>
<attribute value="jar:file:/C:/Users/mchn4310/.m2/repository/com/siemens/ct/exi/exificient-grammars/0.9.7/exificient-grammars-0.9.7-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0.jar" sourcepath="M2_REPO/xerces/xercesImpl/2.11.0/xercesImpl-2.11.0-sources.jar">
Expand All @@ -36,7 +36,7 @@
<attribute value="jar:file:/C:/Users/mchn4310/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3-javadoc.jar!/" name="javadoc_location"/>
</attributes>
</classpathentry>
<classpathentry kind="var" path="M2_REPO/xmlunit/xmlunit/1.6/xmlunit-1.6.jar">
<classpathentry kind="var" path="M2_REPO/xmlunit/xmlunit/1.6/xmlunit-1.6.jar" sourcepath="M2_REPO/xmlunit/xmlunit/1.6/xmlunit-1.6-sources.jar">
<attributes>
<attribute value="jar:file:/C:/Users/mchn4310/.m2/repository/xmlunit/xmlunit/1.6/xmlunit-1.6-javadoc.jar!/" name="javadoc_location"/>
</attributes>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<dependency>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient-core</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version><!-- -SNAPSHOT -->
</dependency>
<dependency>
<groupId>com.siemens.ct.exi</groupId>
<artifactId>exificient-grammars</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version><!-- -SNAPSHOT -->
</dependency>
<dependency>
<groupId>xmlpull</groupId>
Expand Down

0 comments on commit d5ae4f7

Please sign in to comment.