pvollenweider 2005/03/15 10:19:53 CET
Modified files:
core/src/java/org/jahia/bin JahiaInterface.java
core/src/webapp/WEB-INF/etc/config license.xml
Log:
- Change the release number to 4.5
- Change the BuildNumberValidator in license to 8000 and
ReleaseNumberValidator to 4.5
Revision Changes Path
1.1115 +1 -1 jahia/core/src/java/org/jahia/bin/JahiaInterface.java
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/java/org/jahia/bin/JahiaInterface.java.diff?r1=1.1114&r2=1.1115&f=h
1.3 +4 -4 jahia/core/src/webapp/WEB-INF/etc/config/license.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/config/license.xml.diff?r1=1.2&r2=1.3&f=h
Index: JahiaInterface.java
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/java/org/jahia/bin/JahiaInterface.java,v
retrieving revision 1.1114
retrieving revision 1.1115
diff -u -r1.1114 -r1.1115
--- JahiaInterface.java 11 Mar 2005 09:57:02 -0000 1.1114
+++ JahiaInterface.java 15 Mar 2005 09:19:52 -0000 1.1115
@@ -26,7 +26,7 @@
public static final int BUILD_NUMBER = 7002; // DO
NOT CHANGE THIS VALUE
/** Jahia server release number */
- public static final double RELEASE_NUMBER = 4.1;
+ public static final double RELEASE_NUMBER = 4.5;
/** Jahia server patch number */
public static final int PATCH_NUMBER = 0;
Index: license.xml
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/config/license.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- license.xml 1 Apr 2004 14:12:53 -0000 1.2
+++ license.xml 15 Mar 2005 09:19:53 -0000 1.3
@@ -1,9 +1,9 @@
<jahia-licenses>
- <license-package format="1.0" product="Jahia" release="4.1">
- <license component="org.jahia.core" licensee="Jahia Evaluation Customer"
signature="MC0CFC+0Tx5wtGGWjv4/jErea0SswAxeAhUAjxMWWWfy7effzpcjriEKvTZdHf8="
certAlias="jahiaCert">
+ <license-package format="1.0" product="Jahia" release="4.5">
+ <license component="org.jahia.core" licensee="Jahia Evaluation Customer"
signature="MCwCFAIdrYHlg2P/4rDdlQ9s8lUFqUvdAhRMkeQzGJyPcRueuPYNf/Myo+jrhA=="
certAlias="jahiaCert">
<limit class="org.jahia.security.license.DaysLeftValidator"
name="maxUsageDays" value="60"/>
- <limit class="org.jahia.security.license.BuildNumberValidator"
name="build" value="5000 to 7000"/>
- <limit class="org.jahia.security.license.ReleaseNumberValidator"
name="release" value="4.1"/>
+ <limit class="org.jahia.security.license.BuildNumberValidator"
name="build" value="6000 to 8000"/>
+ <limit class="org.jahia.security.license.ReleaseNumberValidator"
name="release" value="4.5"/>
</license>
</license-package>
</jahia-licenses>