Skip to content

Commit

Permalink
moves information from old master pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Cerbo committed Nov 14, 2016
1 parent 6d6d1fb commit ef06d73
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
15 changes: 0 additions & 15 deletions nut-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@

<name>nut-archetype</name>
<description>A maven archetype to create a microservice component using OrientDB, Resteasy, Undertow, Metrics and Swagger</description>
<url>https://github.com/jesty/orientdb-microservices</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/jesty/orientdb-microservices</url>
<connection>scm:git:git://github.com/jesty/orientdb-microservices.git</connection>
<developerConnection>scm:git:[email protected]:jesty/orientdb-microservices.git</developerConnection>
</scm>

<build>
<extensions>
Expand Down
20 changes: 18 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,29 @@
<artifactId>nut</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>

<url>https://github.com/jesty/orientdb-microservices</url>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<scm>
<url>https://github.com/jesty/orientdb-microservices</url>
<connection>scm:git:git://github.com/jesty/orientdb-microservices.git</connection>
<developerConnection>scm:git:[email protected]:jesty/orientdb-microservices.git</developerConnection>
</scm>

<modules>
<module>nut-corelationid</module>
<module>nut-metrics</module>
<module>nut-utils</module>
<module>nut-archetype</module>
</modules>
</modules>

<properties>
<resteasy.version>3.0.13.Final</resteasy.version>
Expand Down Expand Up @@ -169,5 +186,4 @@
</build>



</project>

0 comments on commit ef06d73

Please sign in to comment.