Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 26, 2023
1 parent fd5836a commit 55ec276
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.github.javiertuya</groupId>
<artifactId>selema</artifactId>
<version>3.0.4-SNAPSHOT</version>
<version>3.0.4</version>
<packaging>jar</packaging>
<organization>
<name>Software Engineering Research Group - University of Oviedo, ES</name>
Expand Down
4 changes: 2 additions & 2 deletions net/Selema/Selema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<InformationalVersion>3.0.4-SNAPSHOT</InformationalVersion>
<InformationalVersion>3.0.4</InformationalVersion>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>CS1591</NoWarn>
<SonarQubeTestProject>false</SonarQubeTestProject>

<PackageOutputPath>./nupkg</PackageOutputPath>
<RepositoryUrl>https://github.com/$(GITHUB_REPOSITORY)</RepositoryUrl>
<Version>3.0.4-SNAPSHOT</Version>
<Version>3.0.4</Version>
<Authors>Javier Tuya</Authors>
<Company>GIIS - University of Oviedo, ES</Company>
<Description>
Expand Down

0 comments on commit 55ec276

Please sign in to comment.