Skip to content

Commit 903a41f

Browse files
author
Katia Aresti
committed
Fix version in main
1 parent 6d3aa48 commit 903a41f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<modelVersion>4.0.0</modelVersion>
66
<parent>
77
<relativePath>../../pom.xml</relativePath>
8-
<version>16.2.0-SNAPSHOT</version>
8+
<version>16.1.3</version>
99
<groupId>org.infinispan.tutorial.simple</groupId>
1010
<artifactId>infinispan-simple-tutorials</artifactId>
1111
</parent>
1212

1313
<groupId>org.infinispan.tutorial.simple</groupId>
1414
<artifactId>docs-maven-plugin</artifactId>
15-
<version>16.2.0-SNAPSHOT</version>
15+
<version>16.1.3</version>
1616
<packaging>jar</packaging>
1717

1818
<properties>

0 commit comments

Comments
 (0)