Skip to content

Commit

Permalink
Release 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Kroon committed Jan 22, 2020
1 parent 9413cf3 commit 6c72a39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>nl.armatiek.xslweb</groupId>
<artifactId>xslweb</artifactId>
<packaging>war</packaging>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.1-SNAPSHOT</version>

<inceptionYear>2013</inceptionYear>

Expand Down Expand Up @@ -325,7 +325,7 @@
<dependency>
<groupId>com.mchange</groupId>
<artifactId>c3p0</artifactId>
<version>0.9.5</version>
<version>0.9.5.5</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class Definitions {

public final static String PROJECT_NAME = "xslweb";
public final static String PROJECT_VERSION = "3.0.0";
public final static String PROJECT_VERSION = "3.0.1";
public final static String PATHNAME_REQUESTDISPATCHER_XSL = "xsl/request-dispatcher.xsl";
public final static String FILENAME_PROPERTIES = "xslweb.properties";
public final static String FILENAME_QUARTZ = "xslweb-quartz.properties";
Expand Down

0 comments on commit 6c72a39

Please sign in to comment.