File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 12
12
</organization >
13
13
<url >http://unitsofmeasurement.github.io/uom-impl-enum/</url >
14
14
<description >Small footprint approach based on Java Enums</description >
15
+ <version >2.2-SNAPSHOT</version >
15
16
<licenses >
16
17
<license >
17
18
<name >BSD 3 Clause</name >
21
22
<parent >
22
23
<groupId >tech.uom</groupId >
23
24
<artifactId >uom-parent</artifactId >
24
- <version >2.1 </version >
25
+ <version >2.2.1-SNAPSHOT </version >
25
26
</parent >
26
27
<scm >
27
28
<url >https://github.com/unitsofmeasurement/uom-impl-enum.git</url >
31
32
<!-- Build Settings -->
32
33
<!-- ======================================================= -->
33
34
<properties >
34
- <lib .version>2.1 </lib .version>
35
+ <lib .version>2.2 </lib .version>
35
36
<sourceEncoding >UTF-8</sourceEncoding > <!-- in Maven 3. -->
36
37
<project .build.sourceEncoding>${sourceEncoding} </project .build.sourceEncoding>
37
38
<project .reporting.outputEncoding>${sourceEncoding} </project .reporting.outputEncoding>
Original file line number Diff line number Diff line change 15
15
<booleanAttribute key =" M2_WORKSPACE_RESOLUTION" value =" false" />
16
16
<booleanAttribute key =" org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value =" false" />
17
17
<stringAttribute key =" org.eclipse.debug.ui.ATTR_CONSOLE_ENCODING" value =" UTF-8" />
18
+ <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value =" false" />
19
+ <booleanAttribute key =" org.eclipse.jdt.launching.ATTR_SHOW_CODEDETAILS_IN_EXCEPTION_MESSAGES" value =" true" />
18
20
<booleanAttribute key =" org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value =" false" />
19
- <stringAttribute key =" org.eclipse.jdt.launching.JRE_CONTAINER" value =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 /" />
21
+ <stringAttribute key =" org.eclipse.jdt.launching.JRE_CONTAINER" value =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21 /" />
20
22
<stringAttribute key =" org.eclipse.jdt.launching.WORKING_DIRECTORY" value =" ${project_loc:uom-impl-enum}" />
21
23
</launchConfiguration >
You can’t perform that action at this time.
0 commit comments