Skip to content

Commit

Permalink
Version 226
Browse files Browse the repository at this point in the history
  • Loading branch information
gquerret committed Mar 27, 2023
1 parent 10e35a5 commit e52f4a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10'))
timeout(time: 30, unit: 'MINUTES')
timeout(time: 45, unit: 'MINUTES')
skipDefaultCheckout()
}

Expand Down
2 changes: 1 addition & 1 deletion alt-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.rssw.pct</groupId>
<artifactId>pct</artifactId>
<version>226-pre</version>
<version>226</version>
<packaging>jar</packaging>

<name>PCT</name>
Expand Down
2 changes: 1 addition & 1 deletion openedge-project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "PCT",
"version": "226-pre",
"version": "226",
"charset": "utf-8",
"oeversion": "12.2",
"graphicalMode": false,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
226-pre
226

0 comments on commit e52f4a4

Please sign in to comment.