Skip to content

Commit

Permalink
Merge pull request #257 from WDAqua/bugfix-qanary-commons
Browse files Browse the repository at this point in the history
Fixed Javadoc, increment version, adjusted image building
  • Loading branch information
dschiese authored Mar 12, 2024
2 parents ccfd94c + 29edf09 commit 9907c09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qanary_commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.wdaqua.qanary</groupId>
<artifactId>qa.commons</artifactId>
<version>3.11.4</version>
<version>3.11.5</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
* the class is a covering standard tasks users of the Qanary methodology might
* have
*
* if you are missing helper methods than please request them via
* {@see <a href="https://github.com/WDAqua/Qanary/issues/new">Github</a>}
* if you are missing helper methods than please request them via @see <a href="https://github.com/WDAqua/Qanary/issues/new">Github</a>
*
* @author AnBo
*/
Expand Down
2 changes: 1 addition & 1 deletion service_config/build_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
fi

# build Docker Images and store name and tag
if ! mvn -B clean install -DskipTests;
if ! mvn -B clean install -DskipTests -Dgpg.skip=true;
then
# build failed
exit 1
Expand Down

0 comments on commit 9907c09

Please sign in to comment.