Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
Update version to 2.8.1 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwallen committed Feb 26, 2013
1 parent 5dd3177 commit 8dce80b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -24,8 +24,8 @@


<!-- =================================================================================== --> <!-- =================================================================================== -->


<property name="version" value="2.8.0" /> <property name="version" value="2.8.1" />
<property name="subVersion" value="0" /> <property name="subVersion" value="SNAPSHOT" />
<property name="javaVersion" value="1.6.0" /> <!-- Minimum version required --> <property name="javaVersion" value="1.6.0" /> <!-- Minimum version required -->
<property name="jre_url" value="http://java.sun.com/javase/downloads" /> <property name="jre_url" value="http://java.sun.com/javase/downloads" />
<property name="OS" value="Compiled on ${os.name} (${osys})" /> <property name="OS" value="Compiled on ${os.name} (${osys})" />
Expand Down
18 changes: 9 additions & 9 deletions launch4j/launch4jConfig-jre.xml
Expand Up @@ -5,11 +5,11 @@
<launch4jConfig> <launch4jConfig>
<dontWrapJar>false</dontWrapJar> <dontWrapJar>false</dontWrapJar>
<headerType>0</headerType> <headerType>0</headerType>
<jar>../geonetwork-2.4.0/geonetwork-install.jar</jar> <jar>../geonetwork-2.8.1/geonetwork-install.jar</jar>
<outfile>../geonetwork-2.4.0/geonetwork-install.exe</outfile> <outfile>../geonetwork-2.8.1/geonetwork-install.exe</outfile>
<errTitle>GeoNetwork opensource Installation Error</errTitle> <errTitle>GeoNetwork opensource Installation Error</errTitle>
<!-- <downloadUrl>http://java.sun.com/javase/downloads/index_jdk5.jsp</downloadUrl> <!-- <downloadUrl>http://java.sun.com/javase/downloads/index_jdk5.jsp</downloadUrl>
<supportURL>http://java.sun.com/j2se/1.5.0/jre/install-windows.html</supportURL> --> <supportURL>http://www.oracle.com/technetwork/java/javase/downloads/jre6downloads-1902815.html</supportURL> -->
<jarArgs></jarArgs> <jarArgs></jarArgs>
<chdir></chdir> <chdir></chdir>
<customProcName>false</customProcName> <customProcName>false</customProcName>
Expand All @@ -19,8 +19,8 @@
<path>jre1.5.0_12</path> <path>jre1.5.0_12</path>
<!-- The minimal version required by the IzPack installer is 1.4 <!-- The minimal version required by the IzPack installer is 1.4
The JRE for GeoNetwork is included in the installer --> The JRE for GeoNetwork is included in the installer -->
<minVersion>1.4.0</minVersion> <minVersion>1.6.0</minVersion>
<!-- <maxVersion>1.5.0_12</maxVersion> --> <!-- <maxVersion>1.6.0_41</maxVersion> -->
<initialHeapSize>256</initialHeapSize> <initialHeapSize>256</initialHeapSize>
<maxHeapSize>512</maxHeapSize> <maxHeapSize>512</maxHeapSize>
<args></args> <args></args>
Expand All @@ -32,12 +32,12 @@
<timeoutErr>true</timeoutErr> <timeoutErr>true</timeoutErr>
</splash> </splash>
<versionInfo> <versionInfo>
<fileVersion>2.4.0.0</fileVersion> <fileVersion>2.8.1.0</fileVersion>
<txtFileVersion>2.4.0 0</txtFileVersion> <txtFileVersion>2.8.1 0</txtFileVersion>
<fileDescription>GeoNetwork opensource Windows Installer</fileDescription> <fileDescription>GeoNetwork opensource Windows Installer</fileDescription>
<copyright>OSGeo (http://www.osgeo.org)</copyright> <copyright>OSGeo (http://www.osgeo.org)</copyright>
<productVersion>2.4.0.0</productVersion> <productVersion>2.8.1.0</productVersion>
<txtProductVersion>2.4.0 0</txtProductVersion> <txtProductVersion>2.8.1 0</txtProductVersion>
<productName>GeoNetwork opensource</productName> <productName>GeoNetwork opensource</productName>
<companyName></companyName> <companyName></companyName>
<internalName>geonetwork-install.jar</internalName> <internalName>geonetwork-install.jar</internalName>
Expand Down
14 changes: 7 additions & 7 deletions launch4j/launch4jConfig.xml
Expand Up @@ -5,8 +5,8 @@
<launch4jConfig> <launch4jConfig>
<dontWrapJar>false</dontWrapJar> <dontWrapJar>false</dontWrapJar>
<headerType>0</headerType> <headerType>0</headerType>
<jar>../geonetwork-2.8.0/geonetwork-install.jar</jar> <jar>../geonetwork-2.8.1/geonetwork-install.jar</jar>
<outfile>../geonetwork-2.8.0/geonetwork-install.exe</outfile> <outfile>../geonetwork-2.8.1/geonetwork-install.exe</outfile>
<errTitle>GeoNetwork opensource Installation Error</errTitle> <errTitle>GeoNetwork opensource Installation Error</errTitle>
<jarArgs></jarArgs> <jarArgs></jarArgs>
<chdir></chdir> <chdir></chdir>
Expand All @@ -16,7 +16,7 @@
<jre> <jre>
<!-- <path>jre1.5.0_12</path> --> <!-- <path>jre1.5.0_12</path> -->
<minVersion>1.6.0</minVersion> <minVersion>1.6.0</minVersion>
<!-- <maxVersion>1.5.0_15</maxVersion> --> <!-- <maxVersion>1.6.0_37</maxVersion> -->
<initialHeapSize>256</initialHeapSize> <initialHeapSize>256</initialHeapSize>
<maxHeapSize>512</maxHeapSize> <maxHeapSize>512</maxHeapSize>
<args></args> <args></args>
Expand All @@ -28,12 +28,12 @@
<timeoutErr>true</timeoutErr> <timeoutErr>true</timeoutErr>
</splash> </splash>
<versionInfo> <versionInfo>
<fileVersion>2.8.0.0</fileVersion> <fileVersion>2.8.1.0</fileVersion>
<txtFileVersion>2.8.0 0</txtFileVersion> <txtFileVersion>2.8.1 0</txtFileVersion>
<fileDescription>GeoNetwork opensource Windows Installer</fileDescription> <fileDescription>GeoNetwork opensource Windows Installer</fileDescription>
<copyright>OSGeo (http://www.osgeo.org)</copyright> <copyright>OSGeo (http://www.osgeo.org)</copyright>
<productVersion>2.8.0.0</productVersion> <productVersion>2.8.1.0</productVersion>
<txtProductVersion>2.8.0 0</txtProductVersion> <txtProductVersion>2.8.1 0</txtProductVersion>
<productName>GeoNetwork opensource</productName> <productName>GeoNetwork opensource</productName>
<companyName></companyName> <companyName></companyName>
<internalName>geonetwork-install.jar</internalName> <internalName>geonetwork-install.jar</internalName>
Expand Down

0 comments on commit 8dce80b

Please sign in to comment.