Skip to content

Commit

Permalink
Version 219
Browse files Browse the repository at this point in the history
  • Loading branch information
gquerret committed Jul 30, 2021
1 parent d77985e commit 2e6fb68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -11,7 +11,7 @@
</and>
</condition>

<property name="pct.release" value="219-pre" />
<property name="pct.release" value="219" />
<property name="pct.version.string" value="pct-${pct.release}-${env.BRANCH_NAME}-${GIT_COMMIT}" />

<!-- Some directories definitions -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.rssw.pct</groupId>
<artifactId>pct</artifactId>
<version>219-pre</version>
<version>219</version>
<packaging>jar</packaging>

<name>PCT</name>
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
@@ -1,6 +1,6 @@
sonar.projectKey=eu.rssw.pct:PCT
sonar.projectName=PCT
sonar.projectVersion=219-pre
sonar.projectVersion=219
sonar.sources=src/java,src/progress
sonar.exclusions=src/progress/Consultingwerk/**/*,src/progress/**/dump_inc*.p,src/progress/**/_dmp*.p,src/progress/prodict/**/*,src/progress/adecomm/*,src/progress/web/method/*
sonar.sourceEncoding=iso8859-1
Expand Down

0 comments on commit 2e6fb68

Please sign in to comment.