Skip to content

Commit

Permalink
Update version to 3.2.0-0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Sep 28, 2016
1 parent 1814cb3 commit 863bde1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPDATE Settings SET value='3.2.0' WHERE name='system/platform/version';
UPDATE Settings SET value='SNAPSHOT' WHERE name='system/platform/subVersion';
5 changes: 5 additions & 0 deletions web/src/main/webapp/WEB-INF/config-db/database_migration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,10 @@
<value>WEB-INF/classes/setup/sql/migrate/v310/migrate-</value>
</list>
</entry>
<entry key="3.2.0">
<list>
<value>WEB-INF/classes/setup/sql/migrate/v320/migrate-</value>
</list>
</entry>
</util:map>
</beans>
8 changes: 4 additions & 4 deletions web/src/main/webapp/WEB-INF/server.prop
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#GeoNetwork opensource properties. These are also used by geonetwork at runtime
#Wed, 28 Sep 2016 07:06:01 +0200
#Wed, 28 Sep 2016 07:26:49 +0200

version=3.2.0
subVersion=0
release=3.2.0
javaVersion=1.8.0
jre_url=http\://openjdk.java.net/
ant.build.javac.target=1.8
buildDate=2016-09-28T07\:06\:01+0200
date=1606280706
buildDate=2016-09-28T07\:26\:49+0200
date=1626280726
day=28-9-2016
OS=Compiled on Linux (unix)
debugOn=on
git_revision=a2bdb9aa4ee496209baa20a67ee2717458047605
git_revision=1814cb34aa17943cad3238d9f643a53c31986e1b
git_url=https\://github.com/geonetwork/core-geonetwork.git (push)

0 comments on commit 863bde1

Please sign in to comment.