Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Commit

Permalink
Remove custom development profile
Browse files Browse the repository at this point in the history
  • Loading branch information
rveitch committed Mar 3, 2015
1 parent 9383d22 commit 4f19765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion og-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</dependency>
</dependencies>
<build>
<finalName>${display.version}</finalName>
<finalName>og-${display.version}</finalName>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
Expand Down
10 changes: 1 addition & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<display.version>${project.parent.artifactId}-${project.parent.version}</display.version>
<display.version>${project.parent.version}</display.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down Expand Up @@ -367,12 +367,4 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>development</id>
<properties>
<display.version>${project.parent.artifactId}-${development.version}</display.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit 4f19765

Please sign in to comment.