NIFI-1347 Updated to use explicit version reference

Signed-off-by: joewitt <joewitt@apache.org>
This commit is contained in:
joewitt 2016-01-03 22:25:40 -05:00
parent ad4019f9aa
commit fddb4cd52a
3 changed files with 118 additions and 118 deletions

View File

@ -12,16 +12,16 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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>
<parent> <parent>
<artifactId>nifi-riemann-bundle</artifactId> <artifactId>nifi-riemann-bundle</artifactId>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<version>0.4.2-SNAPSHOT</version> <version>0.4.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-riemann-nar</artifactId> <artifactId>nifi-riemann-nar</artifactId>
<packaging>nar</packaging> <packaging>nar</packaging>
@ -29,7 +29,6 @@
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-riemann-processors</artifactId> <artifactId>nifi-riemann-processors</artifactId>
<version>${project.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -12,21 +12,24 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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>
<parent> <parent>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-riemann-bundle</artifactId> <artifactId>nifi-riemann-bundle</artifactId>
<version>0.4.2-SNAPSHOT</version> <version>0.4.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-riemann-processors</artifactId> <artifactId>nifi-riemann-processors</artifactId>
<packaging>jar</packaging>
<dependencies> <dependencies>
<dependency>
<groupId>com.aphyr</groupId>
<artifactId>riemann-java-client</artifactId>
</dependency>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-api</artifactId> <artifactId>nifi-api</artifactId>

View File

@ -12,17 +12,16 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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>
<parent> <parent>
<artifactId>nifi-nar-bundles</artifactId> <artifactId>nifi-nar-bundles</artifactId>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<version>0.4.2-SNAPSHOT</version> <version>0.4.2-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>nifi-riemann-bundle</artifactId> <artifactId>nifi-riemann-bundle</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -35,18 +34,17 @@
<url>http://clojars.org/repo</url> <url>http://clojars.org/repo</url>
</repository> </repository>
</repositories> </repositories>
<dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.aphyr</groupId> <groupId>com.aphyr</groupId>
<artifactId>riemann-java-client</artifactId> <artifactId>riemann-java-client</artifactId>
<version>0.4.0</version> <version>0.4.0</version>
</dependency> </dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency> <dependency>
<groupId>org.apache.nifi</groupId> <groupId>org.apache.nifi</groupId>
<artifactId>nifi-riemann-processors</artifactId> <artifactId>nifi-riemann-processors</artifactId>
<version>0.4.2-SNAPSHOT</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>