Skip to content

Commit 07fdc36

Browse files
committed
Version 0.1.3
1 parent beddb0d commit 07fdc36

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

launch4j/L4J-windows-with-jre.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\Projets\RETA\target\reta-0.1.2.jar</jar>
5+
<jar>D:\Projets\RETA\target\reta-0.1.3.jar</jar>
66
<outfile>D:\Projets\RETA\target\reta.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
@@ -23,11 +23,11 @@
2323
<opt>-Xmx256m</opt>
2424
</jre>
2525
<versionInfo>
26-
<fileVersion>0.1.2.0</fileVersion>
26+
<fileVersion>0.1.3.0</fileVersion>
2727
<txtFileVersion>0.1</txtFileVersion>
2828
<fileDescription>Requirement Engineering Traceability Analysis Executable</fileDescription>
2929
<copyright>Ben.12 ©2014</copyright>
30-
<productVersion>0.1.2.0</productVersion>
30+
<productVersion>0.1.3.0</productVersion>
3131
<txtProductVersion>0.1</txtProductVersion>
3232
<productName>Requirement Engineering Traceability Analysis</productName>
3333
<companyName></companyName>

launch4j/L4J-windows-without-jre.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<launch4jConfig>
33
<dontWrapJar>false</dontWrapJar>
44
<headerType>gui</headerType>
5-
<jar>D:\Projets\RETA\target\reta-0.1.2.jar</jar>
5+
<jar>D:\Projets\RETA\target\reta-0.1.3.jar</jar>
66
<outfile>D:\Projets\RETA\target\reta.exe</outfile>
77
<errTitle></errTitle>
88
<cmdLine></cmdLine>
@@ -23,11 +23,11 @@
2323
<opt>-Xmx256m</opt>
2424
</jre>
2525
<versionInfo>
26-
<fileVersion>0.1.2.0</fileVersion>
26+
<fileVersion>0.1.3.0</fileVersion>
2727
<txtFileVersion>0.1</txtFileVersion>
2828
<fileDescription>Requirement Engineering Traceability Analysis Executable</fileDescription>
2929
<copyright>Ben.12 ©2014</copyright>
30-
<productVersion>0.1.2.0</productVersion>
30+
<productVersion>0.1.3.0</productVersion>
3131
<txtProductVersion>0.1</txtProductVersion>
3232
<productName>Requirement Engineering Traceability Analysis</productName>
3333
<companyName></companyName>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.ben12</groupId>
55
<artifactId>reta</artifactId>
6-
<version>0.1.2</version>
6+
<version>0.1.3</version>
77
<name>Requirement Engineering Traceability Analysis</name>
88
<properties>
99
<project.build.sourceEncoding>cp1252</project.build.sourceEncoding>

0 commit comments

Comments
 (0)