Skip to content

Commit

Permalink
Release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 16, 2023
1 parent 3b6c329 commit eb492fa
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion it/qacover-api-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>giis</groupId>
<artifactId>qacover-api-sample</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion it/spring-petclinic-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.samples</groupId>
<artifactId>spring-petclinic</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 2 additions & 2 deletions net/QACover/QACover.csproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<InformationalVersion>3.5.0-SNAPSHOT</InformationalVersion>
<Version>3.5.0-SNAPSHOT</Version>
<InformationalVersion>1.5.0</InformationalVersion>
<Version>1.5.0</Version>
<PackageId>QACover</PackageId>

<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
4 changes: 2 additions & 2 deletions net/QACover/QACoverReport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<InformationalVersion>3.5.0-SNAPSHOT</InformationalVersion>
<Version>3.5.0-SNAPSHOT</Version>
<InformationalVersion>1.5.0</InformationalVersion>
<Version>1.5.0</Version>
<PackageId>QACover</PackageId>

<PackAsTool>true</PackAsTool>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.giis-uniovi</groupId>
<artifactId>qacover</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<name>qacover</name>
Expand Down
2 changes: 1 addition & 1 deletion qacover-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.giis-uniovi</groupId>
<artifactId>qacover</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>qacover-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion qacover-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>io.github.giis-uniovi</groupId>
<artifactId>qacover</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>qacover-model</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit eb492fa

Please sign in to comment.