Skip to content

Commit ca8db9d

Browse files
committed
Update version number
1 parent a87a8b5 commit ca8db9d

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

SimpleAPI/pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.bencodez</groupId>
66
<artifactId>simpleapi</artifactId>
7-
<version>0.0.2-SNAPSHOT</version>
7+
<version>0.0.3</version>
88
<name>SimpleAPI</name>
99
<properties>
1010
<!-- github server corresponds to entry in ~/.m2/settings.xml -->
@@ -13,6 +13,8 @@
1313
<timestamp>${maven.build.timestamp}</timestamp>
1414
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
1515
<build.number>NOTSET</build.number>
16+
<maven.compiler.source>17</maven.compiler.source>
17+
<maven.compiler.target>17</maven.compiler.target>
1618
</properties>
1719
<build>
1820
<sourceDirectory>src/main/java</sourceDirectory>
@@ -181,9 +183,6 @@
181183
<id>normal</id>
182184
<properties>
183185
<build.profile.id>normal</build.profile.id>
184-
<maven.compiler.source>1.8</maven.compiler.source>
185-
<maven.compiler.target>1.8</maven.compiler.target>
186-
<version.art>simpleapi</version.art>
187186
</properties>
188187
<activation>
189188
<activeByDefault>true</activeByDefault>
@@ -200,9 +199,6 @@
200199
<id>deploy</id>
201200
<properties>
202201
<build.profile.id>deploy</build.profile.id>
203-
<maven.compiler.source>1.8</maven.compiler.source>
204-
<maven.compiler.target>1.8</maven.compiler.target>
205-
<version.art>simpleapi</version.art>
206202
</properties>
207203
<distributionManagement>
208204
<snapshotRepository>
@@ -295,9 +291,6 @@
295291
<id>javadoc</id>
296292
<properties>
297293
<build.profile.id>javadoc</build.profile.id>
298-
<maven.compiler.source>1.8</maven.compiler.source>
299-
<maven.compiler.target>1.8</maven.compiler.target>
300-
<version.art>simpleapi</version.art>
301294
</properties>
302295
<distributionManagement>
303296
<repository>

0 commit comments

Comments
 (0)