Skip to content

Commit e2c1c00

Browse files
committed
[maven-release-plugin] prepare release pyrolite-4.23
1 parent 1aa33c0 commit e2c1c00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<groupId>net.razorvine</groupId>
1111
<artifactId>pyrolite</artifactId>
12-
<version>4.23-SNAPSHOT</version>
12+
<version>4.23</version>
1313
<packaging>jar</packaging>
1414

1515
<name>pyrolite</name>
@@ -72,7 +72,7 @@
7272
<url>https://github.com/irmen/Pyrolite</url>
7373
<connection>scm:git:https://github.com/irmen/Pyrolite.git</connection>
7474
<developerConnection>scm:git:https://github.com/irmen/Pyrolite.git</developerConnection>
75-
<tag>HEAD</tag>
75+
<tag>pyrolite-4.23</tag>
7676
</scm>
7777
<issueManagement>
7878
<system>Github</system>
@@ -101,6 +101,6 @@ Pyrolite only implements part of the client side Pyro library, hence its name 'l
101101
(More info about Pyro itself: https://pyro4.readthedocs.io/ )
102102

103103
Version 4.23 changes:
104-
Fixed compilation issues with newer java versions (>8)
104+
Fixed compilation issues with newer java versions (&gt;8)
105105
</description>
106106
</project>

0 commit comments

Comments
 (0)