Skip to content

Commit

Permalink
set version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkleinke committed Dec 17, 2015
1 parent 50454ed commit 6291c2a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2.0-SNAPSHOT</version>
<version>2.3.0-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 @@ -11,4 +11,4 @@ smtpHost=smtp-auth.uni-koeln.de
smtpPort=25
senderMail[email protected]
mergeNotificationMail=
version=2.2.0
version=2.3.0
2 changes: 1 addition & 1 deletion src/main/resources/config.test.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ smtpHost=smtp-auth.uni-koeln.de
smtpPort=25
senderMail[email protected]
mergeNotificationMail=
version=2.2.0
version=2.3.0
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/config.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
baseUri=http://gazetteer.dainst.org/gazetteer-test/
baseUri=http://localhost:8080/gazetteer/
googleMapsApiKey=AIzaSyCNTJLU3jVpWlPScF9CL85-g7yqG3KVeUE
languages=deu,eng,ita,fra,ell,lat,grc,sqi,pol,tur,ara,spa,por,zho,rus,vie,srp,egy,xmr,eus
idTypes=arachne-entity,arachne-place,geonames,ISO 3166-1 alpha-2,zenon-thesaurus,zenon-systemnr,pleiades,AMS-Nr.,cadastral-id
Expand All @@ -11,4 +11,4 @@ smtpHost=smtp-auth.uni-koeln.de
smtpPort=25
senderMail[email protected]
mergeNotificationMail=
version=2.2.0
version=2.3.0

0 comments on commit 6291c2a

Please sign in to comment.