Initial commit

This commit is contained in:
Victor Romero 2025-05-10 10:08:54 -06:00
parent deebec4c7f
commit d70cb051bc
2 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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>