We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed438c7 commit af29f77Copy full SHA for af29f77
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>org.mitre.dsmiley.httpproxy</groupId>
11
<artifactId>smiley-http-proxy-servlet</artifactId>
12
- <version>1.7-SNAPSHOT</version>
+ <version>1.7</version>
13
<packaging>jar</packaging>
14
15
<name>Smiley's HTTP Proxy Servlet</name>
@@ -41,6 +41,7 @@
41
<url>https://github.com/dsmiley/HTTP-Proxy-Servlet</url>
42
<connection>scm:git:https://[email protected]/dsmiley/HTTP-Proxy-Servlet.git</connection>
43
<developerConnection>scm:git:[email protected]:dsmiley/HTTP-Proxy-Servlet.git</developerConnection>
44
+ <tag>smiley-http-proxy-servlet-1.7</tag>
45
</scm>
46
47
<properties>
0 commit comments