Skip to content

Commit

Permalink
Merge pull request #488 from wcmc-its/development
Browse files Browse the repository at this point in the history
Prepare for release of 2.1.2
  • Loading branch information
sarbajitdutta authored Dec 15, 2021
2 parents 3b380a6 + ac6ee2c commit 02f0476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: java -jar reciter-2.1.1.jar
web: java -jar reciter-2.1.2.jar
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.cornell.weill.reciter</groupId>
<artifactId>reciter</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
<name>ReCiter</name>
<description>ReCiter is a publication suggestions engine</description>
<url>https://github.com/wcmc-its/ReCiter</url>
Expand Down Expand Up @@ -42,7 +42,7 @@
<connection>scm:git:git://github.com/wcmc-its/ReCiter.git</connection>
<developerConnection>scm:git:git@github.com:wcmc-its/ReCiter.git</developerConnection>
<url>https://github.com/wcmc-its/ReCiter</url>
<tag>2.0.0</tag>
<tag>2.1.2</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/reciter/swagger/SwaggerConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private ApiInfo apiInfo() {
.contact(new Contact("Sarbajit Dutta", "https://github.com/wcmc-its/ReCiter", "szd2013@med.cornell.edu"))
.license("Apache License Version 2.0")
.licenseUrl("https://www.apache.org/licenses/LICENSE-2.0")
.version("2.1.1")
.version("2.1.2")
.build();
}

Expand Down

0 comments on commit 02f0476

Please sign in to comment.