Skip to content

Commit 3457ae5

Browse files
committed
Set release version 1.0.0-1.3
1 parent 5a7eee5 commit 3457ae5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can add the latest stable version of this library to your application using
1111
<dependency>
1212
<groupId>me.desair.tus</groupId>
1313
<artifactId>tus-java-server</artifactId>
14-
<version>1.0.0-1.2</version>
14+
<version>1.0.0-1.3</version>
1515
</dependency>
1616

1717
The main entry point of the library is the `me.desair.tus.server.TusFileUploadService.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)` method. You can call this method inside a `javax.servlet.http.HttpServlet`, a `javax.servlet.Filter` or any REST API controller of a framework that gives you access to `HttpServletRequest` and `HttpServletResponse` objects. In the following list, you can find some example implementations:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>me.desair.tus</groupId>
66
<artifactId>tus-java-server</artifactId>
7-
<version>1.0.0-1.3-SNAPSHOT</version>
7+
<version>1.0.0-1.3</version>
88
<packaging>jar</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)