Skip to content

Commit f2263b7

Browse files
Fixed the maven site.xml and set chilay-sbgn v3.1.0
1 parent 123d226 commit f2263b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sbgn-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>pathwaycommons</groupId>
3434
<artifactId>chilay-sbgn</artifactId>
35-
<version>3.0.1-SNAPSHOT</version>
35+
<version>3.1.0</version>
3636
</dependency>
3737
</dependencies>
3838

src/site/site.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<skin>
1111
<groupId>org.apache.maven.skins</groupId>
1212
<artifactId>maven-fluido-skin</artifactId>
13-
<version>1.3.0</version>
13+
<version>1.11.2</version>
1414
</skin>
1515

1616
<custom>
@@ -19,7 +19,7 @@
1919
<topBarEnabled>true</topBarEnabled>
2020
<profile>production</profile>
2121
<googleSearch>
22-
<sitesearch/>
22+
<sitesearch/>
2323
</googleSearch>
2424
<facebookLike />
2525
<googlePlusOne />

0 commit comments

Comments
 (0)