mysql
diff --git a/oa4mp-webapp/pom.xml b/oa4mp-webapp/pom.xml
index 4e7454f1a..0031fd67c 100644
--- a/oa4mp-webapp/pom.xml
+++ b/oa4mp-webapp/pom.xml
@@ -6,7 +6,7 @@
edu.uiuc.ncsa.myproxy
myproxy
- 4.1-SNAPSHOT
+ 4.1.0
oa4mp-webapp
diff --git a/oa4mp-website/pom.xml b/oa4mp-website/pom.xml
index b37bb3e5d..fa7359398 100644
--- a/oa4mp-website/pom.xml
+++ b/oa4mp-website/pom.xml
@@ -12,7 +12,7 @@
The version number reflects the currently released project.
THIS WILL BE DISPLAYED ON THE SITE AS THE CURRENT VERSION NUMBER AT THE TOP OF EACH PAGE!
-->
- 4.1-SNAPSHOT
+ 4.1.0
oa4mp-website
jar
@@ -81,99 +81,99 @@
edu.uiuc.ncsa.security.delegation
ncsa-security-delegation-client
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.security.delegation
ncsa-security-delegation-common
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.security
ncsa-security-core
- 4.1-SNAPSHOT
+ 4.1.0
test-jar
test
edu.uiuc.ncsa.security
ncsa-security-servlet
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.security.delegation
ncsa-security-delegation-server
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.security
ncsa-security-core
- 4.1-SNAPSHOT
+ 4.1.0
test-jar
test
edu.uiuc.ncsa.security.delegation
ncsa-security-delegation-common
- 4.1-SNAPSHOT
+ 4.1.0
test-jar
test
edu.uiuc.ncsa.security
ncsa-security-util
- 4.1-SNAPSHOT
+ 4.1.0
test-jar
test
edu.uiuc.ncsa.myproxy
myproxy-logon
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.myproxy
oa4mp-client-api
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.myproxy
oa4mp-client-loader-oauth1
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.myproxy
oa4mp-client-loader-oauth2
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.myproxy
oa4mp-server-api
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.myproxy
oa4mp-server-loader-oauth1
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.myproxy
oa4mp-server-loader-oauth2
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.security.delegation
ncsa-security-oauth-1.0a
- 4.1-SNAPSHOT
+ 4.1.0
edu.uiuc.ncsa.security.delegation
ncsa-security-oauth-2.0
- 4.1-SNAPSHOT
+ 4.1.0
@@ -236,7 +236,7 @@
edu.uiuc.ncsa.maven.skin
oa4mp-skin
- 4.1-SNAPSHOT
+ 4.1.0
diff --git a/oa4mp-website/src/site/resources/client/manuals/api-reference.xhtml b/oa4mp-website/src/site/resources/client/manuals/api-reference.xhtml
index a10ff14ae..4630ea7f9 100644
--- a/oa4mp-website/src/site/resources/client/manuals/api-reference.xhtml
+++ b/oa4mp-website/src/site/resources/client/manuals/api-reference.xhtml
@@ -25,7 +25,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-client-oauth1</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.1.0</version>
</dependency>
OAuth 2.0
@@ -33,7 +33,7 @@
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-client-oauth2</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.1.0</version>
</dependency>
diff --git a/oa4mp-website/src/site/resources/server/manuals/Username-transformations.xhtml b/oa4mp-website/src/site/resources/server/manuals/Username-transformations.xhtml
index 07e49347a..7797afb6f 100644
--- a/oa4mp-website/src/site/resources/server/manuals/Username-transformations.xhtml
+++ b/oa4mp-website/src/site/resources/server/manuals/Username-transformations.xhtml
@@ -77,14 +77,14 @@ First and foremost, the dependencies that are required to roll a version of OA4M
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-webapp</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.1.0</version>
<type>war</type>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>edu.uiuc.ncsa.myproxy</groupId>
<artifactId>oa4mp-server-api</artifactId>
- <version>4.1-SNAPSHOT</version>
+ <version>4.1.0</version>
</dependency>