Skip to content

Commit 4d10923

Browse files
committed
Apparenly we forgot to promote the latest source
1 parent a74632f commit 4d10923

36 files changed

+257
-137
lines changed

.classpath

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@
2323
<attribute name="maven.pomderived" value="true"/>
2424
</attributes>
2525
</classpathentry>
26-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
26+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-14">
2727
<attributes>
28+
<attribute name="module" value="true"/>
2829
<attribute name="maven.pomderived" value="true"/>
2930
</attributes>
3031
</classpathentry>
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
eclipse.preferences.version=1
22
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3-
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
3+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=14
44
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5-
org.eclipse.jdt.core.compiler.compliance=1.7
5+
org.eclipse.jdt.core.compiler.compliance=14
66
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
77
org.eclipse.jdt.core.compiler.debug.localVariable=generate
88
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
99
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
1010
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
1111
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
1212
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
13-
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
14-
org.eclipse.jdt.core.compiler.release=disabled
15-
org.eclipse.jdt.core.compiler.source=1.7
13+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning
14+
org.eclipse.jdt.core.compiler.release=enabled
15+
org.eclipse.jdt.core.compiler.source=14

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ apply plugin: 'java-library'
3333

3434
}
3535

36-
version = '4.1.7'
36+
version = '4.1.8'
3737

3838
group = 'com.jpaulmorrison'
3939

@@ -137,7 +137,7 @@ description = "Create default maven directory structure"
137137

138138
groupId = 'com.jpaulmorrison'
139139
artifactId = 'javafbp'
140-
version = '4.1.7'
140+
version = '4.1.8'
141141

142142
from components.java
143143

0 Bytes
Binary file not shown.
2.84 KB
Binary file not shown.
750 KB
Binary file not shown.
662 KB
Binary file not shown.
3.77 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
-----BEGIN PGP SIGNATURE-----
2+
Version: BCPG v1.64
3+
4+
iQEcBAABCgAGBQJfkJzRAAoJEIoqalWqx6keRqUIAIiE2CCBoC5owZBJUJjn/uJ5
5+
b946aNyjErDokg1VoHNNInr9LLnZX56Ev2SQ+prUwUo7ejt52fx+wFZAhq2GeOk4
6+
ePo7Fs5/0U7QqvJUAXqYRU7GLJ7z4Cb7tYSlPI3vkcF3U0w2VhoTC9jwy48zJtaA
7+
SfLRJUDp1Cxq3rhYVARtBA/p6lf8dxDsb+M+bIlcAYknXlQaF/W3tHJZw0qi7QM5
8+
TNn89B7BQfRz7ezQ6W1J7/RWkK+RHL281c5Nr+3i6L4j+v2m9tT8pMzPXxmUOeTP
9+
zZqAJvrHTnLGd60bgi2yGWvOJ6tRPbNgJjAHq1kVQbTbcfRo9zznT8QNDMUqlZI=
10+
=NWLB
11+
-----END PGP SIGNATURE-----
1.97 KB
Binary file not shown.

0 commit comments

Comments
 (0)