Skip to content

Commit 877845f

Browse files
committed
*增加git发布pack
1 parent da29464 commit 877845f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
2121
<attributes>
2222
<attribute name="maven.pomderived" value="true"/>
23-
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
2423
</attributes>
2524
</classpathentry>
2625
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.cbus</groupId>
66
<artifactId>tg-cbus</artifactId>
7-
<version>1.0.1</version>
7+
<version>2.0.4</version>
88
<packaging>jar</packaging>
99

1010
<name>tg-cbus</name>
@@ -64,4 +64,12 @@
6464
</dependency>
6565

6666
</dependencies>
67+
68+
<distributionManagement>
69+
<repository>
70+
<id>github</id>
71+
<name>GitHub OWNER Apache Maven Packages</name>
72+
<url>https://maven.pkg.github.com/TranscodeGroup/tg-cbus</url>
73+
</repository>
74+
</distributionManagement>
6775
</project>

0 commit comments

Comments
 (0)