Skip to content

Commit

Permalink
Merge branch 'release/0.13.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
dermatologist committed May 5, 2021
2 parents b9a4684 + ddc77ed commit 5788b63
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>ckblib-application</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<name>ckblib-application</name>
<description>Demo project for Spring Boot</description>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion graph/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>graph</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<name>ckblib-graph</name>
<description>Demo project for Spring Boot</description>

Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>library</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<name>ckblib-library</name>
<description>Demo project for Spring Boot</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public String getQuery() {
}

public String getFetchQuery(String ids) {
String query = "?retmode=xml&rettype=abstract&db=" + db + "&id=" + ids;
String query = "?retmode=xml&rettype=abstract&db=" + db + "&id=" + ids + "&api_key=" + api_key;
return query.replace(" ", "+");
}
}
2 changes: 1 addition & 1 deletion pom-deploy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.canehealth.ckblib</groupId>
<artifactId>cklib-core</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.canehealth.ckblib</groupId>
<artifactId>cklib-core</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion qtakes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.canehealth.ckblib</groupId>
<artifactId>qtakes</artifactId>
<version>0.12.0</version>
<version>0.13.0</version>
<name>ckblib-qtakes</name>
<description>Demo project for Spring Boot</description>

Expand Down

0 comments on commit 5788b63

Please sign in to comment.