Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[maven] fixing poms to make NetBeans happy
  • Loading branch information
tulskiy committed Aug 25, 2011
1 parent adab62e commit aeedc07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion dependencies/pom.xml
Expand Up @@ -5,12 +5,13 @@
<parent>
<artifactId>musique</artifactId>
<groupId>com.tulskiy</groupId>
<version>${project.version}</version>
<version>0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>com.tulskiy.musique</groupId>
<artifactId>dependencies</artifactId>
<name>dependencies</name>
<packaging>pom</packaging>

<modules>
Expand Down
5 changes: 2 additions & 3 deletions musique-core/pom.xml
Expand Up @@ -5,11 +5,12 @@
<parent>
<artifactId>musique</artifactId>
<groupId>com.tulskiy</groupId>
<version>${project.version}</version>
<version>0.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>musique-core</artifactId>
<name>musique-core</name>

<build>
<resources>
Expand Down Expand Up @@ -37,7 +38,6 @@
<source>1.6</source>
<target>1.6</target>
</configuration>
<version>2.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -52,7 +52,6 @@
</manifest>
</archive>
</configuration>
<version>2.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -15,11 +15,10 @@
</modules>

<artifactId>musique</artifactId>
<version>${project.version}</version>
<version>0.3-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.version>0.3-SNAPSHOT</project.version>
</properties>
<licenses>
<license>
Expand Down

0 comments on commit aeedc07

Please sign in to comment.