File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33.history /
44
55# IntelliJ IDEA files
6- .idea /
6+ .idea /
7+ * .iml
Original file line number Diff line number Diff line change 3232 <configuration >
3333 <signature >
3434 <groupId >org.codehaus.mojo.signature</groupId >
35- <artifactId >java15 </artifactId >
35+ <artifactId >java18 </artifactId >
3636 <version >1.0</version >
3737 </signature >
3838 </configuration >
3939 <executions >
4040 <execution >
41- <id >ensure-java-1.5 -class-library</id >
41+ <id >ensure-java-1.8 -class-library</id >
4242 <phase >test</phase >
4343 <goals >
4444 <goal >check</goal >
8282 <Bundle-SymbolicName >${project.artifactId} </Bundle-SymbolicName >
8383 <Bundle-Name >${project.name} </Bundle-Name >
8484 <Bundle-Version >${project.version} </Bundle-Version >
85- <Bundle-RequiredExecutionEnvironment >J2SE-1.5 </Bundle-RequiredExecutionEnvironment >
85+ <Bundle-RequiredExecutionEnvironment >J2SE-1.8 </Bundle-RequiredExecutionEnvironment >
8686 <Import-Package ><!-- without this empty statement, a package import is added --> </Import-Package >
8787 <Export-Package >com.eclipsesource.json;version="${project.version} "</Export-Package >
8888 </instructions >
You can’t perform that action at this time.
0 commit comments