Skip to content

Commit f8391c1

Browse files
authored
Update pom.xml
New version 1.0.2
1 parent a53060a commit f8391c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.moacirrf</groupId>
55
<artifactId>nb-java-decompiler</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
<packaging>nbm</packaging>
88
<name>NB Java Decompiler</name>
99
<url>https://github.com/moacirrf/nb-java-decompiler</url>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:https://github.com/moacirrf/nb-java-decompiler</connection>
2121
<developerConnection>scm:git:https://github.com/project-url.git</developerConnection>
2222
<url>https://github.com/moacirrf/nb-java-decompiler/tree/${project.scm.tag}</url>
23-
<tag>v1.0.1</tag>
23+
<tag>v1.0.2</tag>
2424
</scm>
2525
<licenses>
2626
<license>
@@ -192,4 +192,4 @@
192192
<properties>
193193
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
194194
</properties>
195-
</project>
195+
</project>

0 commit comments

Comments
 (0)