File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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
You can’t perform that action at this time.
0 commit comments