Skip to content

Commit 88c6bed

Browse files
committed
Release version 1.0.0-1.0
1 parent b017499 commit 88c6bed

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 this library to your application using Maven by adding the following
1111
<dependency>
1212
<groupId>me.desair.tus</groupId>
1313
<artifactId>tus-java-server</artifactId>
14-
<version>1.0.0-1.0-SNAPSHOT</version>
14+
<version>1.0.0-1.0</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.0-SNAPSHOT</version>
7+
<version>1.0.0-1.0</version>
88
<packaging>jar</packaging>
99

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

0 commit comments

Comments
 (0)