We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5d4f9 commit 1c68ea4Copy full SHA for 1c68ea4
pom.xml
@@ -11,7 +11,7 @@
11
<modelVersion>4.0.0</modelVersion>
12
<groupId>za.co.absa</groupId>
13
<artifactId>abris_2.12</artifactId>
14
- <version>5.1.1-SNAPSHOT</version>
+ <version>5.1.1</version>
15
<name>abris</name>
16
<description>Provides seamless integration between Avro and Spark Structured APIs.</description>
17
<url>https://github.com/AbsaOSS/ABRiS</url>
@@ -92,7 +92,7 @@
92
<url>${scm.url}</url>
93
<connection>${scm.connection}</connection>
94
<developerConnection>${scm.developerConnection}</developerConnection>
95
- <tag>HEAD</tag>
+ <tag>v5.1.1</tag>
96
</scm>
97
98
<licenses>
0 commit comments