Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuri82 committed Sep 12, 2022
1 parent 0bd9ea0 commit a5bc917
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 21 deletions.
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest-gui/genome-nexus/component/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>genome-nexus</artifactId>
<!-- project version is generated through git or can be passed as
PROJECT_VERSION env variable (see version.sh) -->
<version>0-unknown-version-SNAPSHOT</version>
<version>1.1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest-gui/genome-nexus/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>genome-nexus</artifactId>
<!-- project version is generated through git or can be passed as
PROJECT_VERSION env variable (see version.sh) -->
<version>0-unknown-version-SNAPSHOT</version>
<version>1.1.49</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest-gui/genome-nexus/persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>genome-nexus</artifactId>
<!-- project version is generated through git or can be passed as
PROJECT_VERSION env variable (see version.sh) -->
<version>0-unknown-version-SNAPSHOT</version>
<version>1.1.49</version>
</parent>

<dependencies>
Expand Down
24 changes: 12 additions & 12 deletions jdk_8_maven/cs/rest-gui/genome-nexus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>Genome Nexus Master</name>
<!-- project version is generated through git or can be passed as
PROJECT_VERSION env variable (see version.sh) -->
<version>0-unknown-version-SNAPSHOT</version>
<version>1.1.49</version>
<description>Genome Nexus Master Module</description>
<url>https://github.com/cBioPortal/genome-nexus/</url>

Expand Down Expand Up @@ -62,17 +62,17 @@

<build>
<plugins>
<plugin>
<groupId>com.github.cbioportal.maven-external-version</groupId>
<artifactId>maven-external-version-plugin</artifactId>
<version>f09c2b9608</version>
<extensions>true</extensions>
<configuration>
<strategy hint="script">
<script>./version.sh</script>
</strategy>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <groupId>com.github.cbioportal.maven-external-version</groupId>-->
<!-- <artifactId>maven-external-version-plugin</artifactId>-->
<!-- <version>f09c2b9608</version>-->
<!-- <extensions>true</extensions>-->
<!-- <configuration>-->
<!-- <strategy hint="script">-->
<!-- <script>./version.sh</script>-->
<!-- </strategy>-->
<!-- </configuration>-->
<!-- </plugin>-->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jdk_8_maven/cs/rest-gui/genome-nexus/service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<artifactId>genome-nexus</artifactId>
<!-- project version is generated through git or can be passed as
PROJECT_VERSION env variable (see version.sh) -->
<version>0-unknown-version-SNAPSHOT</version>
<version>1.1.49</version>
</parent>

<dependencies>
Expand Down
13 changes: 8 additions & 5 deletions jdk_8_maven/cs/rest-gui/genome-nexus/web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,24 @@
<artifactId>genome-nexus</artifactId>
<!-- project version is generated through git or can be passed as
PROJECT_VERSION env variable (see version.sh) -->
<version>0-unknown-version-SNAPSHOT</version>
<version>1.1.49</version>
</parent>

<profiles>
<profile>
<id>war</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<!-- <activation>-->
<!-- <activeByDefault>true</activeByDefault>-->
<!-- </activation>-->
<properties>
<packaging.type>war</packaging.type>
</properties>
</profile>
<profile>
<id>jar</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<packaging.type>jar</packaging.type>
</properties>
Expand Down

0 comments on commit a5bc917

Please sign in to comment.