diff --git a/nbactions.xml b/nbactions.xml
index dc704ac..72f85d7 100644
--- a/nbactions.xml
+++ b/nbactions.xml
@@ -7,4 +7,15 @@
site
+
+ CUSTOM-release
+ release
+
+ clean
+ release:perform
+
+
+ "I come not to praise Caesar"
+
+
diff --git a/pom.xml b/pom.xml
index 5bf6e14..7cc9e16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,12 +2,17 @@
4.0.0
- com.sun.syndication
+ org.rometools
rome-modules
jar
- 1.0-SNAPSHOT
+ 1.0
rome-modules
- http://rome.java.net
+ http://www.rometools.org
+
+ scm:svn:http://rometools.jira.com/svn/MODULES/trunk
+ scm:svn:https://rometools.jira.com/svn/MODULES/trunk
+ https://rometools.jira.com/source/browse/MODULES
+
maven2-repository.dev.java.net
@@ -86,4 +91,32 @@
+
+
+ release
+
+
+ performRelease
+ true
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+
+
diff --git a/src/main/etc/header.txt b/src/main/etc/header.txt
new file mode 100644
index 0000000..249b522
--- /dev/null
+++ b/src/main/etc/header.txt
@@ -0,0 +1,17 @@
+/*
+ * Copyright (C) The ROME Team ${year}
+ *
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
\ No newline at end of file