Skip to content

Commit

Permalink
Version 216
Browse files Browse the repository at this point in the history
gquerret committed Dec 22, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent bad48a7 commit a789799
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
</and>
</condition>

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

<!-- Some directories definitions -->
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.rssw.pct</groupId>
<artifactId>pct</artifactId>
<version>216.pre</version>
<version>216</version>
<packaging>jar</packaging>

<name>PCT</name>
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sonar.projectKey=eu.rssw.pct:PCT
sonar.projectName=PCT
sonar.projectVersion=216.pre
sonar.projectVersion=216
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

0 comments on commit a789799

Please sign in to comment.