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 41
41
MAVEN_GPG_PASSPHRASE : ${{ secrets.MAVEN_GPG_PASSPHRASE }}
42
42
43
43
release-net :
44
- if : ${{ false }} # disable for now
44
+ # if: ${{ false }} # disable for now
45
45
runs-on : ubuntu-latest
46
46
defaults :
47
47
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.1.3-SNAPSHOT </version >
7
+ <version >2.1.3</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.1.3-SNAPSHOT </InformationalVersion >
6
+ <InformationalVersion >2.1.3</InformationalVersion >
7
7
8
8
<GenerateDocumentationFile >true</GenerateDocumentationFile >
9
9
<NoWarn >CS1591</NoWarn >
10
10
<SonarQubeTestProject >false</SonarQubeTestProject >
11
11
12
12
<PackageOutputPath >./nupkg</PackageOutputPath >
13
13
<RepositoryUrl >https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl >
14
- <Version >2.1.3-SNAPSHOT </Version >
14
+ <Version >2.1.3</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