File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
types : [created]
5
5
jobs :
6
6
release-java :
7
- # if: ${{ false }} # disable for now
7
+ if : ${{ false }} # disable for now
8
8
runs-on : ubuntu-latest
9
9
defaults :
10
10
run :
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >io.github.javiertuya</groupId >
6
6
<artifactId >portable-java</artifactId >
7
- <version >2.2.2-SNAPSHOT </version >
7
+ <version >2.2.2</version >
8
8
<packaging >jar</packaging >
9
9
<organization >
10
10
<name >Software Engineering Research Group - Universidad de Oviedo</name >
Original file line number Diff line number Diff line change 3
3
<OutputType >Library</OutputType >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<PackageId >PortableCs</PackageId >
6
- <InformationalVersion >2.2.2-SNAPSHOT</InformationalVersion >
6
+ <InformationalVersion >2.2.2</InformationalVersion >
7
+ <Version >2.2.2</Version >
7
8
8
9
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
10
<NoWarn >CS1591</NoWarn >
10
11
<SonarQubeTestProject >false</SonarQubeTestProject >
11
12
12
13
<PackageOutputPath >./nupkg</PackageOutputPath >
13
14
<RepositoryUrl >https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl >
14
- <Version >2.2.2-SNAPSHOT</Version >
15
15
<Authors >Javier Tuya</Authors >
16
16
<Company >GIIS - University of Oviedo, ES</Company >
17
17
<Description >
You can’t perform that action at this time.
0 commit comments