Remove ${revision} from pom.xml files

This commit is contained in:
Chris Bono
2022-10-01 20:35:20 -05:00
parent f012166816
commit 002204270e
139 changed files with 322 additions and 411 deletions

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>transform-processor</artifactId>
<version>${revision}</version>
<name>transform-processor</name>
<description>transform processor apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>