This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
tcommon-studio-se/pom.xml
amarkevich c01d6afad1 update version to 5.0.1
git-svn-id: http://talendforge.org/svn/tis_shared/trunk@73523 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2011-11-30 13:30:10 +00:00

38 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<!--
Copyright (C) 2010 Talend Inc. - www.talend.com
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.talend</groupId>
<artifactId>org.talend.tis-shared</artifactId>
<version>5.0.1</version>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<modules>
<module>org.talend.remote.commons</module>
<module>org.talend.remote.jobserver.commons</module>
</modules>
<distributionManagement>
<repository>
<id>tis-releases</id>
<name>TIS releases Repository</name>
<url>${tis.releases.repo.url}</url>
</repository>
<snapshotRepository>
<id>tis-snapshots</id>
<name>TIS snapshots Repository</name>
<url>${tis.snapshots.repo.url}</url>
</snapshotRepository>
</distributionManagement>
</project>