Skip to content

Commit

Permalink
Using variable for norconex-commons-lang.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Apr 18, 2017
1 parent f77b36b commit d210dd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions norconex-committer-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<site.baseurl/>
<norconex-commons-lang.version>1.13.0-SNAPSHOT</norconex-commons-lang.version>
</properties>
<inceptionYear>2009</inceptionYear>

Expand Down Expand Up @@ -54,12 +55,12 @@
<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>${norconex-commons-lang.version}</version>
</dependency>
<dependency>
<groupId>com.norconex.commons</groupId>
<artifactId>norconex-commons-lang</artifactId>
<version>1.13.0-SNAPSHOT</version>
<version>${norconex-commons-lang.version}</version>
<classifier>resources</classifier>
<type>zip</type>
<scope>provided</scope>
Expand Down

0 comments on commit d210dd8

Please sign in to comment.