File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <packaging >pom</packaging >
1414
1515 <scm >
16- <developerConnection >scm:git:git@github.com:ebean-orm /ebean-datasource.git</developerConnection >
16+ <developerConnection >scm:git:git@github.com:FOCONIS /ebean-datasource.git</developerConnection >
1717 <tag >HEAD</tag >
1818 </scm >
1919
2222 <module >ebean-datasource-api</module >
2323 </modules >
2424
25+ <profiles >
26+ <profile >
27+ <id >foconis</id >
28+ <activation >
29+ <activeByDefault >true</activeByDefault >
30+ </activation >
31+ <distributionManagement >
32+ <repository >
33+ <id >foconis-release</id >
34+ <name >FOCONIS Release Repository</name >
35+ <url >https://mvnrepo.foconis.de/repository/release/</url >
36+ </repository >
37+ <snapshotRepository >
38+ <id >foconis-snapshot</id >
39+ <name >FOCONIS Snapshot Repository</name >
40+ <url >https://mvnrepo.foconis.de/repository/snapshot/</url >
41+ </snapshotRepository >
42+ </distributionManagement >
43+ </profile >
44+ <profile >
45+ <id >github</id >
46+ <distributionManagement >
47+ <repository >
48+ <id >github-release</id >
49+ <name >FOCONIS Github Release Repository</name >
50+ <url >https://maven.pkg.github.com/foconis/ebean-datasource</url >
51+ </repository >
52+ </distributionManagement >
53+ </profile >
54+ </profiles >
55+
2556</project >
You can’t perform that action at this time.
0 commit comments