TheProjecter / spectacular

Automatically exported from code.google.com/p/spectacular
0 stars 0 forks source link

Change Maven POM groupId and artifactId #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Any details of backlog item:

Change Maven2 POM groupId and artifactId to reflect common standards:

groupId: com.minderupt.spectacular
artifactId: spectacular-core
version: whatever

Do this before things get too crazy, as changing the pattern gets more
difficult with time.

Original issue reported on code.google.com by mdowl...@gmail.com on 12 Nov 2009 at 4:19

GoogleCodeExporter commented 9 years ago
Added to Pivotal Tracker:
http://www.pivotaltracker.com/story/show/1709811

Original comment by mdowl...@gmail.com on 12 Nov 2009 at 4:20

GoogleCodeExporter commented 9 years ago
fixed pom:

    <modelVersion>4.0.0</modelVersion>
    <groupId>com.minderupt</groupId>
    <artifactId>spectacular-core</artifactId>
    <packaging>jar</packaging>
    <version>0.9.2-beta</version>

Original comment by mdowl...@gmail.com on 13 Nov 2009 at 6:45

GoogleCodeExporter commented 9 years ago

Original comment by mdowl...@gmail.com on 15 Nov 2009 at 10:10