mirror of
https://github.com/openMF/fineract-pentaho.git
synced 2026-02-06 11:17:11 +00:00
Initial commit
This commit is contained in:
parent
deebec4c7f
commit
d70cb051bc
@ -13,6 +13,6 @@ You can copy and paste the single properties, into the pom.xml file and the IDE
|
|||||||
That way multiple projects can share the same settings (useful for formatting rules for example).
|
That way multiple projects can share the same settings (useful for formatting rules for example).
|
||||||
Any value defined here will override the pom.xml file value but is only applicable to the current project.
|
Any value defined here will override the pom.xml file value but is only applicable to the current project.
|
||||||
-->
|
-->
|
||||||
<netbeans.hint.jdkPlatform>JDK_17</netbeans.hint.jdkPlatform>
|
<netbeans.hint.jdkPlatform>JDK_21</netbeans.hint.jdkPlatform>
|
||||||
</properties>
|
</properties>
|
||||||
</project-shared-configuration>
|
</project-shared-configuration>
|
||||||
|
|||||||
7
pom.xml
7
pom.xml
@ -243,8 +243,11 @@
|
|||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>fineract-release</id>
|
<id>fineract-release</id>
|
||||||
<name>libs-release</name>
|
<name>libs-release-local</name>
|
||||||
<url>https://mifos.jfrog.io/artifactory/libs-release</url>
|
<url>https://mifos.jfrog.io/artifactory/libs-release-local</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>fineract-snapshot</id>
|
<id>fineract-snapshot</id>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user