Skip to content

Commit

Permalink
Starting v210
Browse files Browse the repository at this point in the history
  • Loading branch information
gquerret committed Apr 18, 2018
1 parent 260e0a7 commit e7e340e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -12,7 +12,7 @@
</and>
</condition>

<property name="pct.release" value="209" />
<property name="pct.release" value="210.pre" />
<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 sonar.xml
Expand Up @@ -10,7 +10,7 @@
<property name="sonar.host.url" value="${SONAR_URL}" />
<property name="sonar.projectKey" value="eu.rssw.pct:PCT" />
<property name="sonar.projectName" value="PCT" />
<property name="sonar.projectVersion" value="209" />
<property name="sonar.projectVersion" value="210-pre" />
<property name="sonar.sources" value="src/java,src/progress" />
<property name="sonar.exclusions" value="src/progress/Consultingwerk/**/*,src/progress/**/dump_inc*.p,src/progress/**/_dmp*.p,src/progress/prodict/**/*,src/progress/adecomm/*,src/progress/web/method/*" />
<property name="sonar.sourceEncoding" value="iso8859-1" />
Expand Down

0 comments on commit e7e340e

Please sign in to comment.