We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9a0bb commit fc34e99Copy full SHA for fc34e99
pom.xml
@@ -12,7 +12,7 @@
12
13
<groupId>org.cbioportal</groupId>
14
<artifactId>cbioportal</artifactId>
15
- <version>6.0.29</version>
+ <version>6.0.29-SNAPSHOT</version>
16
17
<description>cBioPortal for Cancer Genomics</description>
18
@@ -28,7 +28,7 @@
28
<!-- TODO replace with version of cbioportal frontend with compatible
29
login url-->
30
<frontend.groupId>com.github.cBioPortal</frontend.groupId>
31
- <frontend.version></frontend.version>
+ <frontend.version>v6.0.28</frontend.version>
32
33
<!-- THIS SHOULD BE KEPT IN SYNC TO VERSION IN CGDS.SQL -->
34
<db.version>2.13.1</db.version>
0 commit comments