Skip to content

Commit 3734eee

Browse files
nPramlrPraml
authored andcommitted
github release
1 parent 8de0cc9 commit 3734eee

1 file changed

Lines changed: 32 additions & 1 deletion

File tree

pom.xml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

@@ -22,4 +22,35 @@
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>

0 commit comments

Comments
 (0)