Skip to content

Commit

Permalink
set version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed May 12, 2015
1 parent c53ee82 commit 847b238
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>gazetteer</artifactId>
<name>gazetteer</name>
<packaging>war</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1-SNAPSHOT</version>
<properties>
<java-version>1.7</java-version>
<org.springframework-version>4.1.1.RELEASE</org.springframework-version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.prod.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ geonamesSolrUri=http://arachne.uni-koeln.de:8080/solrGeonames35
smtpHost=smtp-auth.uni-koeln.de
smtpPort=25
senderMail[email protected]
version=2.1
version=2.1.1
2 changes: 1 addition & 1 deletion src/main/resources/config.test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ geonamesSolrUri=http://arachne.uni-koeln.de:8080/solrGeonames35
smtpHost=smtp-auth.uni-koeln.de
smtpPort=25
senderMail[email protected]
version=2.1
version=2.1.1
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ geonamesSolrUri=http://arachne.uni-koeln.de:8080/solrGeonames35
smtpHost=smtp-auth.uni-koeln.de
smtpPort=25
senderMail[email protected]
version=2.1
version=2.1.1

0 comments on commit 847b238

Please sign in to comment.