Skip to content

Commit 5652b12

Browse files
authored
Update pom.xml
1 parent bb48f41 commit 5652b12

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<groupId>il.co.multiDatabaseFramework</groupId>
8-
<artifactId>Model-based-Framework-for-Developing-Multi-Database-Application</artifactId>
8+
<artifactId>model-based-framework-for-developing-multi-database-application</artifactId>
99
<version>3.0</version>
1010

1111
<properties>
@@ -190,4 +190,12 @@
190190
</plugin>
191191
</plugins>
192192
</build>
193+
194+
<distributionManagement>
195+
<repository>
196+
<id>github</id>
197+
<name>GitHub Packages</name>
198+
<url>https://maven.pkg.github.com/ashr123/model-based-framework-for-developing-multi-database-application</url>
199+
</repository>
200+
</distributionManagement>
193201
</project>

0 commit comments

Comments
 (0)