Skip to content

Commit 7b26b47

Browse files
committed
pom.xml: Bump the version to 1.0
1 parent 7d6ac92 commit 7b26b47

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.piccode</groupId>
55
<artifactId>PiccodeScript</artifactId>
6-
<version>0.3</version>
6+
<version>1.0</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -217,11 +217,6 @@
217217
<groupId>org.apache.maven.plugins</groupId>
218218
<artifactId>maven-compiler-plugin</artifactId>
219219
<version>3.11.0</version>
220-
<configuration>
221-
<compilerArgs>
222-
<arg>--enable-preview</arg>
223-
</compilerArgs>
224-
</configuration>
225220
</plugin>
226221
</plugins>
227222

0 commit comments

Comments
 (0)