We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb48f41 commit 5652b12Copy full SHA for 5652b12
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<groupId>il.co.multiDatabaseFramework</groupId>
8
- <artifactId>Model-based-Framework-for-Developing-Multi-Database-Application</artifactId>
+ <artifactId>model-based-framework-for-developing-multi-database-application</artifactId>
9
<version>3.0</version>
10
11
<properties>
@@ -190,4 +190,12 @@
190
</plugin>
191
</plugins>
192
</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>
201
</project>
0 commit comments