Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Update project version in pom.xml to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Magrath committed Mar 17, 2015
1 parent ff54b33 commit d911a16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>exhibitor</groupId>
<artifactId>exhibitor</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>

<dependencies>
<dependency>
Expand Down

4 comments on commit d911a16

@itsolutionsprovider
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this fix apply to building war using maven too? Because I dont see that the version is getting applied on the dashboard if i build a war file. Please advice. thanks

@Magrath
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you use this pom file, it would, yes.

@itsolutionsprovider
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I copied the Pom.xml to
/temp/exhibitor/exhibitor-standalone/src/main/resources/buildscripts/war/maven
I get an error when i compile(see attached)
I am following the steps in https://github.com/Netflix/exhibitor/wiki/Building-A-WAR-File
Any help will be greatly appreciated.
Thank you.

mavenbuilderror

@itsolutionsprovider
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this the root cause. I posted it here

#254

Please sign in to comment.