<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.VyacheslavShmakin</groupId>
  <artifactId>rouble-price-view</artifactId>
  <version>1.0.1</version>
  <packaging>aar</packaging>
  
  <name>Rouble PriceView</name>
    <description>Simple library that can be used to display any russian rouble values. Based on RobotoTextView library</description>
    <url>https://github.com/VyacheslavShmakin/Material-SearchView</url>
	
	<licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
	
	

	<scm>
		<connection>scm:git:git@github.com:VyacheslavShmakin/Rouble-PriceView.git</connection>
		<url>scm:git:git@github.com:VyacheslavShmakin/Rouble-PriceView.git</url>
		<developerConnection>scm:git:git@github.com:VyacheslavShmakin/Rouble-PriceView.git</developerConnection>
	</scm>
	

    <developers>
        <developer>
            <id>vyacheslav.shmakin</id>
            <name>Vyacheslav Shmakin</name>
            <email>vyacheslav.shmakin@gmail.com</email>
            <timezone>UTC+3</timezone>
        </developer>
    </developers>
  
  <dependencies>
    <dependency>
      <groupId>com.github.johnkil.android-robototextview</groupId>
      <artifactId>robototextview</artifactId>
      <version>2.5.0</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  
  <distributionManagement>
    <repository>
      <id>ossrh</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
  </distributionManagement>
  
  <build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-source-plugin</artifactId>
				<version>2.2.1</version>
				<executions>
					<execution>
						<id>attach-sources</id>
						<phase>package</phase>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-javadoc-plugin</artifactId>
				<version>2.9</version>
				<executions>
					<execution>
						<id>attach-javadocs</id>
						<phase>package</phase>
						<goals>
							<goal>jar</goal>
						</goals>
					</execution>
				</executions>
			</plugin>
		</plugins>
	</build>
</project>
