Index: /CKEditor.Java/ckeditor-java-core/trunk/pom.xml
===================================================================
--- /CKEditor.Java/ckeditor-java-core/trunk/pom.xml	(revision 6841)
+++ /CKEditor.Java/ckeditor-java-core/trunk/pom.xml	(revision 6842)
@@ -4,5 +4,5 @@
 	<groupId>com.ckeditor</groupId>
 	<artifactId>ckeditor-java-core</artifactId>
-	<version>3.5.3-SNAPSHOT</version>
+	<version>3.5.3</version>
 	<name>CKEditor for Java - Core</name>
 	<description>CKEditor Server-Side Integration for Java. This Java library
@@ -30,7 +30,13 @@
 		<url>http://cksource.com</url>
 	</organization>
+	<parent>
+		<groupId>org.sonatype.oss</groupId>
+		<artifactId>oss-parent</artifactId>
+		<version>7</version>
+	</parent>
 	<scm>
 		<url>http://svn.ckeditor.com/CKEditor.Java/ckeditor-java-core/trunk</url>
-		<connection>http://svn.ckeditor.com/CKEditor.Java/ckeditor-java-core/trunk</connection>
+		<connection>scm:svn:http://svn.ckeditor.com/CKEditor.Java/ckeditor-java-core/trunk</connection>
+		<developerConnection>scm:svn:https://svn.ckeditor.com/CKEditor.Java/ckeditor-java-core/trunk</developerConnection>
 	</scm>
 	<packaging>jar</packaging>
@@ -108,4 +114,32 @@
 		</plugins>
 	</build>
+	<profiles>
+		<profile>
+			<id>release-sign-artifacts</id>
+			<activation>
+			<property>
+				<name>performRelease</name>
+				<value>true</value>
+			</property>
+			</activation>
+			<build>
+				<plugins>
+					<plugin>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-gpg-plugin</artifactId>
+						<executions>
+							<execution>
+							<id>sign-artifacts</id>
+							<phase>verify</phase>
+							<goals>
+								<goal>sign</goal>
+							</goals>
+							</execution>
+						</executions>
+					</plugin>
+				</plugins>
+			</build>
+		</profile>
+	</profiles>
 	<dependencies>
 		<dependency>
Index: /CKEditor.Java/ckeditor-java/trunk/pom.xml
===================================================================
--- /CKEditor.Java/ckeditor-java/trunk/pom.xml	(revision 6841)
+++ /CKEditor.Java/ckeditor-java/trunk/pom.xml	(revision 6842)
@@ -9,5 +9,5 @@
 	environment. It provides JSP tags for creating a CKEditor instance.
 	Samples and CKEditor (the editor) are included.</description>
-	<version>3.5.3-SNAPSHOT</version>
+	<version>3.5.3</version>
 	<url>http://ckeditor.com</url>
 	<inceptionYear>2003</inceptionYear>
@@ -103,5 +103,5 @@
 			<groupId>com.ckeditor</groupId>
 			<artifactId>ckeditor-java-core</artifactId>
-			<version>3.5.3-SNAPSHOT</version>
+			<version>3.5.3</version>
 		</dependency>
 		<dependency>
