Skip to content

Commit

Permalink
Finalized version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vpinna80 committed Dec 11, 2023
1 parent b238e10 commit 130fa45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
</profiles>

<properties>
<revision>1.1.2-SNAPSHOT</revision>
<revision>1.1.2</revision>
<sdmx.version>3.0.6</sdmx.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -917,7 +917,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down
5 changes: 4 additions & 1 deletion vtl-meta/vtl-metajson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<version>${revision}</version>
</parent>

<name>vtl-metajson</name>
<description>Metadata repository based on a JSON file mapping the VTL IM</description>

<dependencies>
<dependency>
<groupId>it.bancaditalia.oss.vtl</groupId>
Expand Down Expand Up @@ -81,4 +84,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 130fa45

Please sign in to comment.