You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mu...@apache.org on 2022/08/02 07:32:58 UTC

[xalan-java] branch xalan-j_2_7_1_maint updated: xalanj commit : update of version no within codebase, for next xalanj release

This is an automated email from the ASF dual-hosted git repository.

mukulg pushed a commit to branch xalan-j_2_7_1_maint
in repository https://gitbox.apache.org/repos/asf/xalan-java.git


The following commit(s) were added to refs/heads/xalan-j_2_7_1_maint by this push:
     new 9edbfb69 xalanj commit : update of version no within codebase, for next xalanj release
9edbfb69 is described below

commit 9edbfb69cf739a6e9b74298ec52217f62144ba5d
Author: Mukul Gandhi <mu...@apache.org>
AuthorDate: Tue Aug 2 13:02:35 2022 +0530

    xalanj commit : update of version no within codebase, for next xalanj
    release
---
 src/org/apache/xalan/Version.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/org/apache/xalan/Version.java b/src/org/apache/xalan/Version.java
index 570d2bd6..7b4a3953 100644
--- a/src/org/apache/xalan/Version.java
+++ b/src/org/apache/xalan/Version.java
@@ -119,7 +119,7 @@ public class Version
    */
   public static int getMaintenanceVersionNum()
   {
-    return 2;
+    return 3;
   }
 
   /**


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xalan.apache.org
For additional commands, e-mail: commits-help@xalan.apache.org