You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2021/10/04 17:25:50 UTC

[ignite] branch master updated: IGNITE-15676 Fix update-version.sh for .NET (#9468)

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

nizhikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 5395ada  IGNITE-15676 Fix update-version.sh for .NET (#9468)
5395ada is described below

commit 5395ada52e4e9a2d63953349ebe0aed67502c7d8
Author: Nikolay <ni...@apache.org>
AuthorDate: Mon Oct 4 20:25:21 2021 +0300

    IGNITE-15676 Fix update-version.sh for .NET (#9468)
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2e3a9c9..ff05981 100644
--- a/pom.xml
+++ b/pom.xml
@@ -667,8 +667,7 @@
                                             <regexp pattern="(\[assembly:\s*Assembly\w*Version\w*\(&quot;)\d+\.\d+\.\d+(\.\d+)?(&quot;\)\])" />
                                             <substitution expression="\1${new.client.version}\3" />
                                             <fileset dir="${basedir}/">
-                                                <include name="**/AssemblyInfo.cs" />
-                                                <include name="**/AssemblyInfo.cpp" />
+                                                <include name="**/SharedAssemblyInfo.cs" />
                                             </fileset>
                                         </replaceregexp>
 
@@ -676,8 +675,7 @@
                                             <regexp pattern="(\[assembly:\s*AssemblyInformationalVersion\w*\(&quot;).*?(&quot;\)\])" />
                                             <substitution expression="\1${new.ignite.version.fixed}\2" />
                                             <fileset dir="${basedir}/">
-                                                <include name="**/AssemblyInfo.cs" />
-                                                <include name="**/AssemblyInfo.cpp" />
+                                                <include name="**/SharedAssemblyInfo.cs" />
                                             </fileset>
                                         </replaceregexp>