Added the "jwt-transformation-properties" plugin to the build and incremented the version.
diff --git a/releng/mvn-jwt-builder/pom.xml b/releng/mvn-jwt-builder/pom.xml
index 4d333b1..d126c68 100644
--- a/releng/mvn-jwt-builder/pom.xml
+++ b/releng/mvn-jwt-builder/pom.xml
@@ -20,6 +20,7 @@
     <module>../../transformations/jwt-transformation-stpim</module>
     <module>../../transformations/jwt-transformation-base</module>
     <module>../../transformations/jwt-transformation-bpmn</module>
+    <module>../../transformations/jwt-transformation-properties</module>
     <module>../../releng/org.eclipse.jwt.feature</module>
     <module>../../releng/org.eclipse.jwt.p2updatesite</module>
   </modules>
diff --git a/releng/org.eclipse.jwt.feature/feature.xml b/releng/org.eclipse.jwt.feature/feature.xml
index 49622e9..309a852 100644
--- a/releng/org.eclipse.jwt.feature/feature.xml
+++ b/releng/org.eclipse.jwt.feature/feature.xml
@@ -216,7 +216,7 @@
          id="org.eclipse.jwt.transformations.properties"
          download-size="0"
          install-size="0"
-         version="1.2.0.qualifier"
+         version="1.3.0.qualifier"
          unpack="false"/>
 
    <plugin
diff --git a/transformations/jwt-transformation-properties/META-INF/MANIFEST.MF b/transformations/jwt-transformation-properties/META-INF/MANIFEST.MF
index be0f17c..6acc061 100644
--- a/transformations/jwt-transformation-properties/META-INF/MANIFEST.MF
+++ b/transformations/jwt-transformation-properties/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Extraction of properties from model into a .properties file
 Bundle-SymbolicName: org.eclipse.jwt.transformations.properties;singleton:=true
-Bundle-Version: 1.2.0.qualifier
+Bundle-Version: 1.3.0.qualifier
 Bundle-Localization: plugin
 Bundle-Vendor: Eclipse.org
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/transformations/jwt-transformation-properties/pom.xml b/transformations/jwt-transformation-properties/pom.xml
new file mode 100644
index 0000000..cbf0ba1
--- /dev/null
+++ b/transformations/jwt-transformation-properties/pom.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <modelVersion>4.0.0</modelVersion>
+
+  <parent>
+    <relativePath>../../releng/mvn-jwt-builder/pom.xml</relativePath>
+    <groupId>org.eclipse.jwt</groupId>
+    <artifactId>parent</artifactId>
+    <version>1.3.0.qualifier</version>
+  </parent>
+
+  <artifactId>org.eclipse.jwt.transformations.properties</artifactId>
+  <packaging>eclipse-plugin</packaging>
+</project> 
\ No newline at end of file