File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/deploy/package/windows Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven'
3
3
apply plugin : ' application'
4
4
5
5
group = ' com.exalttech'
6
- version = ' 3.2 '
6
+ version = ' 4.0 '
7
7
8
8
description = """ TRex Stateless GUI Application"""
9
9
Original file line number Diff line number Diff line change 16
16
<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" >
17
17
<modelVersion >4.0.0</modelVersion >
18
18
19
- <groupId >com.exalttech </groupId >
19
+ <groupId >com.cisco </groupId >
20
20
<artifactId >trex-stateless-gui</artifactId >
21
- <version >3.2 </version >
21
+ <version >4.0 </version >
22
22
<packaging >jar</packaging >
23
23
24
24
<name >TRex Stateless GUI Application</name >
Original file line number Diff line number Diff line change 1
1
#define TrexAppName " trex-stateless-gui"
2
2
#define TrexDisplayAppName " TRex"
3
- #define TrexAppVersion " 3.2 "
3
+ #define TrexAppVersion " 4.0 "
4
4
#define TrexAppPublisher " TRex"
5
5
#define TrexAppURL " https://github.com/cisco-system-traffic-generator/trex-stateless-gui"
6
6
#define TrexAppExeName " trex-stateless-gui.exe"
You can’t perform that action at this time.
0 commit comments