Skip to content

Commit 42d1cfc

Browse files
pom: update references to pyopencga.version #TASK-7612
1 parent 3abcf58 commit 42d1cfc

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

opencga-app/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
<app.dir>${project.basedir}/app</app.dir>
3535
<sonar.skip>true</sonar.skip>
3636
<opencga.client.dir>opencga-client-${project.parent.version}</opencga.client.dir>
37-
37+
<pyopencga.version></pyopencga.version>
38+
<R.version></R.version>
3839
</properties>
3940

4041
<dependencies>
@@ -474,12 +475,12 @@
474475
<arg value="${project.version}"/>
475476
</exec>
476477

477-
<echo message="Calculated Python Version: ${calculated.version}"/>
478+
<echo message="Calculated Python Version: ${pyopencga.version}"/>
478479

479-
<echo>Updating setup.py with version ${calculated.version}</echo>
480+
<echo>Updating setup.py with version ${pyopencga.version}</echo>
480481
<exec executable="sed" failonerror="true">
481482
<arg value="-i"/>
482-
<arg value="s/PYOPENCGA_VERSION/${calculated.version}/"/>
483+
<arg value="s/PYOPENCGA_VERSION/${pyopencga.version}/"/>
483484
<arg value="${build.dir}/clients/python/setup.py"/>
484485
</exec>
485486

0 commit comments

Comments
 (0)