Skip to content

Commit 2210733

Browse files
committed
Release 2.2.1-net
1 parent 18b22f1 commit 2210733

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [created]
55
jobs:
66
release-java:
7-
#if: ${{ false }} # disable for now
7+
if: ${{ false }} # disable for now
88
runs-on: ubuntu-latest
99
defaults:
1010
run:

java/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>io.github.javiertuya</groupId>
66
<artifactId>portable-java</artifactId>
7-
<version>2.2.2-SNAPSHOT</version>
7+
<version>2.2.2</version>
88
<packaging>jar</packaging>
99
<organization>
1010
<name>Software Engineering Research Group - Universidad de Oviedo</name>

net/Portable/Portable.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<OutputType>Library</OutputType>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>PortableCs</PackageId>
6-
<InformationalVersion>2.2.2-SNAPSHOT</InformationalVersion>
6+
<InformationalVersion>2.2.2</InformationalVersion>
7+
<Version>2.2.2</Version>
78

89
<GenerateDocumentationFile>true</GenerateDocumentationFile>
910
<NoWarn>CS1591</NoWarn>
1011
<SonarQubeTestProject>false</SonarQubeTestProject>
1112

1213
<PackageOutputPath>./nupkg</PackageOutputPath>
1314
<RepositoryUrl>https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl>
14-
<Version>2.2.2-SNAPSHOT</Version>
1515
<Authors>Javier Tuya</Authors>
1616
<Company>GIIS - University of Oviedo, ES</Company>
1717
<Description>

0 commit comments

Comments
 (0)