wanghongkai 6 лет назад
Родитель
Сommit
4497e2f634
1 измененных файлов с 10 добавлено и 5 удалено
  1. 10 5
      pom.xml

+ 10 - 5
pom.xml

@@ -8,10 +8,10 @@
 		<version>2.2.6.RELEASE</version>
 		<relativePath/> <!-- lookup parent from repository -->
 	</parent>
-	<groupId>com.moekr</groupId>
-	<artifactId>moocoder</artifactId>
-	<version>0.0.1-SNAPSHOT</version>
-	<name>moocoder</name>
+	<groupId>cn.seecoder</groupId>
+	<artifactId>seecoder-ksh</artifactId>
+	<version>0.0.1</version>
+	<name>seecoder-ksh</name>
 	<description>Demo project for Visualization on callgraph and commits</description>
 
 	<properties>
@@ -138,5 +138,10 @@
             <!--</plugin>-->
 		</plugins>
 	</build>
-
+	<distributionManagement>
+			<repository>
+					<id>nexus</id>
+					<url>${nexus.repo}</url>
+			</repository>
+	</distributionManagement>
 </project>