diff --git a/activation/pom.xml b/activation/pom.xml
index aca123e..7dbbb4b 100644
--- a/activation/pom.xml
+++ b/activation/pom.xml
@@ -48,7 +48,7 @@
com.sun.activation
all
- 1.2.0-SNAPSHOT
+ 1.2.0
4.0.0
com.sun.activation
@@ -60,6 +60,9 @@
javax.activation
+
+ java.activation
+
JavaBeans(TM) Activation Framework Specification
diff --git a/activationapi/pom.xml b/activationapi/pom.xml
index 8c00df7..9a78112 100644
--- a/activationapi/pom.xml
+++ b/activationapi/pom.xml
@@ -55,7 +55,7 @@
com.sun.activation
all
- 1.2.0-SNAPSHOT
+ 1.2.0
4.0.0
javax.activation
@@ -67,6 +67,9 @@
javax.activation
+
+ java.activation
+
javax.activation.*; version=${activation.spec.version}
@@ -100,7 +103,7 @@
com.sun.activation
javax.activation
- ${activation.version}
+ ${project.version}
sources
${project.build.directory}/sources
@@ -115,7 +118,7 @@
com.sun.activation
javax.activation
- ${activation.version}
+ ${project.version}
diff --git a/demo/pom.xml b/demo/pom.xml
index d104a5a..5547fcc 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -48,7 +48,7 @@
com.sun.activation
all
- 1.2.0-SNAPSHOT
+ 1.2.0
4.0.0
com.sun.activation
@@ -61,8 +61,8 @@
maven-compiler-plugin
-
- 1.4
+
+ 1.7
internal/**
diff --git a/pom.xml b/pom.xml
index d0d67c0..e9dacb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
com.sun.activation
all
pom
- 1.2.0-SNAPSHOT
+ 1.2.0
JavaBeans Activation Framework distribution
${project.name}
@@ -84,12 +84,14 @@
- 1.2.0-SNAPSHOT
1.2
${project.groupId}.${project.artifactId}
+
+ ${project.groupId}.${project.artifactId}
+
${project.groupId}.${project.artifactId}
@@ -435,6 +437,10 @@
com.sun
+
+
+ ${activation.moduleName}
+
@@ -608,7 +614,7 @@
com.sun.activation
javax.activation
- ${activation.version}
+ ${project.version}