We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294e112 commit cf521b2Copy full SHA for cf521b2
.mvn/settings.xml
@@ -49,6 +49,9 @@
49
<buildRootDir>${maven.multiModuleProjectDirectory}/build</buildRootDir>
50
<storage>${buildRootDir}/storage</storage>
51
<product.build.id>${product.final.name}</product.build.id>
52
+ <repo.type>Release</repo.type>
53
+ <osgi.compatible.version>${base.version}</osgi.compatible.version>
54
+ <maven.compatible.version>${base.version}</maven.compatible.version>
55
</properties>
56
</profile>
57
<profile>
0 commit comments