Skip to content

Commit

Permalink
Prepare for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Apr 25, 2017
1 parent 99711c5 commit 2dcf59d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions norconex-jef-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.norconex.jef</groupId>
<artifactId>norconex-jef-monitor</artifactId>
<version>4.0.5-SNAPSHOT</version>
<version>4.0.5</version>
<name>Norconex JEF Monitor</name>
<description>JEF Monitor is a standalone web-based application offering a glance view of all running jobs, with possibilities to perform actions on them.</description>
<inceptionYear>2007</inceptionYear>
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>com.norconex.jef</groupId>
<artifactId>norconex-jef</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.norconex.commons</groupId>
Expand All @@ -135,6 +135,21 @@
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<outputDirectory>${basedir}/target/classes</outputDirectory>
<resources>
Expand Down
2 changes: 1 addition & 1 deletion norconex-jef-monitor/src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<body>

<release version="4.0.5-SNAPSHOT" date="2017-??-??" description="Maintenance release">
<release version="4.0.5" date="2017-04-25" description="Maintenance release">
<action dev="essiembre" type="update">
Removed Ajax "Progress" indicator at the top and replaced with an error
message when calls to JEF Monitor fails.
Expand Down

0 comments on commit 2dcf59d

Please sign in to comment.