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

Commit

Permalink
2.0.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Nov 24, 2017
1 parent 03c665d commit b673dd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -40,7 +40,7 @@ A few reasons:
- Smaller load, since this checker only sends the required info.

## Deployment
This is designed as a single ejb jar, to be deployed on a single server so for this, take the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/mention-notifications-ejb/1.1.4/mention-notifications-ejb-1.1.4-jar-with-dependencies.jar">fat</a>
This is designed as a single ejb jar, to be deployed on a single server so for this, take the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/mention-notifications-ejb/2.0.0/mention-notifications-ejb-2.0.0-jar-with-dependencies.jar">fat</a>
jar.

**It should work on any webserver** (e.g. Glassfish, Jboss, Payara, WebSphere even), it doesn't rely on proprietary property files or dubious assembly xml files. I spin it inside a Glassfish.
Expand All @@ -53,7 +53,7 @@ But **keep in mind** the following: if you deploy your package on multiple nodes
<dependency>
<groupId>com.amihaiemil.web</groupId>
<artifactId>mention-notifications-ejb</artifactId>
<version>1.1.4</version>
<version>2.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.amihaiemil.web</groupId>
<artifactId>mention-notifications-ejb</artifactId>
<version>1.1.5-SNAPSHOT</version><!--rrv-sed-flag-->
<version>2.0.1-SNAPSHOT</version><!--rrv-sed-flag-->
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit b673dd5

Please sign in to comment.