Skip to content

Commit daa09fd

Browse files
committed
merge and readme edits
2 parents 951c892 + 68c650f commit daa09fd

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

.factorypath

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<factorypath>
2+
<factorypathentry kind="VARJAR" id="M2_REPO/info/picocli/picocli-codegen/4.7.6/picocli-codegen-4.7.6.jar" enabled="true" runInBatchMode="false"/>
3+
<factorypathentry kind="VARJAR" id="M2_REPO/info/picocli/picocli/4.7.6/picocli-4.7.6.jar" enabled="true" runInBatchMode="false"/>
4+
</factorypath>

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
target/
2-
.vscode/
2+
.vscode/
3+
.classpath
4+
.settings/
5+
.project
6+
.factorypath1

dependency-reduced-pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</profile>
8484
</profiles>
8585
<properties>
86-
<maven.compiler.target>25</maven.compiler.target>
87-
<maven.compiler.source>25</maven.compiler.source>
86+
<maven.compiler.target>21</maven.compiler.target>
87+
<maven.compiler.source>21</maven.compiler.source>
8888
</properties>
8989
</project>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.benjamin538</groupId>
88
<artifactId>geode</artifactId>
9-
<version>0.4</version>
9+
<version>1.0</version>
1010
<profiles>
1111
<profile>
1212
<id>native</id>

0 commit comments

Comments
 (0)