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

Commit

Permalink
Fix pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
adelapena committed May 3, 2016
1 parent f5d4be7 commit f84ef52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@
<contactEmail>[email protected]</contactEmail>
<deb>
<section>devel</section>
<preDepends>stratio-cassandra (= ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion})
<preDepends>stratio-cassandra (= ${parsedVersion.majorVersion}.${parsedVersion.minorVersion})
</preDepends>
</deb>
<rpm>
<group>stratio</group>
<requires>stratio-cassandra = ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}
<requires>stratio-cassandra = ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}
</requires>
</rpm>
<name>Stratio Cassandra Lucene index</name>
Expand Down

0 comments on commit f84ef52

Please sign in to comment.