Skip to content

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben12 committed Nov 23, 2014
1 parent beddb0d commit 07fdc36
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions launch4j/L4J-windows-with-jre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\Projets\RETA\target\reta-0.1.2.jar</jar>
<jar>D:\Projets\RETA\target\reta-0.1.3.jar</jar>
<outfile>D:\Projets\RETA\target\reta.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
Expand All @@ -23,11 +23,11 @@
<opt>-Xmx256m</opt>
</jre>
<versionInfo>
<fileVersion>0.1.2.0</fileVersion>
<fileVersion>0.1.3.0</fileVersion>
<txtFileVersion>0.1</txtFileVersion>
<fileDescription>Requirement Engineering Traceability Analysis Executable</fileDescription>
<copyright>Ben.12 ©2014</copyright>
<productVersion>0.1.2.0</productVersion>
<productVersion>0.1.3.0</productVersion>
<txtProductVersion>0.1</txtProductVersion>
<productName>Requirement Engineering Traceability Analysis</productName>
<companyName></companyName>
Expand Down
6 changes: 3 additions & 3 deletions launch4j/L4J-windows-without-jre.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>D:\Projets\RETA\target\reta-0.1.2.jar</jar>
<jar>D:\Projets\RETA\target\reta-0.1.3.jar</jar>
<outfile>D:\Projets\RETA\target\reta.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
Expand All @@ -23,11 +23,11 @@
<opt>-Xmx256m</opt>
</jre>
<versionInfo>
<fileVersion>0.1.2.0</fileVersion>
<fileVersion>0.1.3.0</fileVersion>
<txtFileVersion>0.1</txtFileVersion>
<fileDescription>Requirement Engineering Traceability Analysis Executable</fileDescription>
<copyright>Ben.12 ©2014</copyright>
<productVersion>0.1.2.0</productVersion>
<productVersion>0.1.3.0</productVersion>
<txtProductVersion>0.1</txtProductVersion>
<productName>Requirement Engineering Traceability Analysis</productName>
<companyName></companyName>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ben12</groupId>
<artifactId>reta</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<name>Requirement Engineering Traceability Analysis</name>
<properties>
<project.build.sourceEncoding>cp1252</project.build.sourceEncoding>
Expand Down

0 comments on commit 07fdc36

Please sign in to comment.