We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cd78ae + a0a4275 commit 3f78fbcCopy full SHA for 3f78fbc
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
7
<groupId>com.dianpoint.summer</groupId>
8
- <artifactId>summer-core</artifactId>
+ <artifactId>summer</artifactId>
9
<version>0.1-SNAPSHOT</version>
10
11
<properties>
@@ -24,4 +24,12 @@
24
25
</dependencies>
26
27
+ <distributionManagement>
28
+ <repository>
29
+ <id>github</id>
30
+ <name>GitHub Packages</name>
31
+ <url>https://maven.pkg.github.com/dianpoint/summer</url>
32
+ </repository>
33
+ </distributionManagement>
34
+
35
</project>
0 commit comments