Skip to content

Commit

Permalink
Fixed the maven site.xml and set chilay-sbgn v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorRodchenkov committed Aug 6, 2023
1 parent 123d226 commit f2263b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sbgn-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>pathwaycommons</groupId>
<artifactId>chilay-sbgn</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.3.0</version>
<version>1.11.2</version>
</skin>

<custom>
Expand All @@ -19,7 +19,7 @@
<topBarEnabled>true</topBarEnabled>
<profile>production</profile>
<googleSearch>
<sitesearch/>
<sitesearch/>
</googleSearch>
<facebookLike />
<googlePlusOne />
Expand Down

0 comments on commit f2263b7

Please sign in to comment.