|
@@ -8,10 +8,10 @@
|
|
|
<version>2.2.6.RELEASE</version>
|
|
<version>2.2.6.RELEASE</version>
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
</parent>
|
|
</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>
|
|
<description>Demo project for Visualization on callgraph and commits</description>
|
|
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
@@ -138,5 +138,10 @@
|
|
|
<!--</plugin>-->
|
|
<!--</plugin>-->
|
|
|
</plugins>
|
|
</plugins>
|
|
|
</build>
|
|
</build>
|
|
|
-
|
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
|
|
+ <repository>
|
|
|
|
|
+ <id>nexus</id>
|
|
|
|
|
+ <url>${nexus.repo}</url>
|
|
|
|
|
+ </repository>
|
|
|
|
|
+ </distributionManagement>
|
|
|
</project>
|
|
</project>
|