Skip to content

Commit

Permalink
IGNITE-15676 Fix update-version.sh for .NET (apache#9468)
Browse files Browse the repository at this point in the history
  • Loading branch information
nizhikov authored Oct 4, 2021
1 parent ec608b0 commit 5395ada
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -667,17 +667,15 @@
<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>

<replaceregexp byline="true" encoding="UTF-8">
<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>

Expand Down

0 comments on commit 5395ada

Please sign in to comment.