Maven artifacts for 1.8.2

mvn-repo
Vyacheslav N. Boyko 2018-01-23 08:21:46 +00:00
parent 76270edb78
commit 596c4ed224
12 changed files with 127 additions and 6 deletions

View File

@ -1 +1 @@
0918863ece477f6088df1837940c6dfc
450e5db872e8120d567d32f40f3bf25a

View File

@ -1 +1 @@
56825576574b7aea88615182395aad4bb5e48037
5853169d3963cdc95d0df9670fa97f32e16eb217

View File

@ -0,0 +1 @@
dafb7ec4416dabc50e6b41fbaa4a89f4

View File

@ -0,0 +1 @@
b6cf7b5b9b0850f3856f1d14d465d3e50714942f

View File

@ -0,0 +1,116 @@
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>ru.bvn13</groupId>
<artifactId>licenseserverjclient</artifactId>
<version>1.8.2</version>
<name>licenseserverjclient</name>
<description>LicenseServerJ client</description>
<url>https://github.com/bvn13/LicenseServerJClient</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>
<developers>
<developer>
<id>owner</id>
<name>Vyacheslav Boyko</name>
<email>mail4bvn@gmail.com</email>
<timezone>UTC+3</timezone>
</developer>
</developers>
<properties>
<java.version>1.8</java.version>
<github.global.server>github</github.global.server>
<github.maven-plugin>0.12</github.maven-plugin>
<!-- <github.global.oauth2Token>${env.GITHUB_OAUTH_TOKEN}</github.global.oauth2Token> -->
<site.path>https://github.com/bvn13/LicenseServerJClient</site.path>
</properties>
<distributionManagement>
<repository>
<id>internal.repo</id>
<name>Temporary Staging Repository</name>
<url>file://${project.build.directory}/mvn-repo</url>
</repository>
</distributionManagement>
<dependencies>
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.16.16</version>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<configuration>
<altDeploymentRepository>internal.repo::default::file://${project.build.directory}/mvn-repo</altDeploymentRepository>
</configuration>
</plugin>
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>${github.maven-plugin}</version>
<configuration>
<message>Maven artifacts for ${project.version}</message>
<noJekyll>true</noJekyll>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/mvn-repo</branch>
<includes><include>**/*</include></includes>
<repositoryName>licenseserverjclient</repositoryName>
<repositoryOwner>bvn13</repositoryOwner>
</configuration>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>deploy</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>

View File

@ -0,0 +1 @@
36007a7aae3976f4e72f2b5368c74830

View File

@ -0,0 +1 @@
fdd2ffab7184bee303cf4ec3542b79adc738174e

View File

@ -3,7 +3,7 @@
<groupId>ru.bvn13</groupId>
<artifactId>licenseserverjclient</artifactId>
<versioning>
<release>1.8.1</release>
<release>1.8.2</release>
<versions>
<version>1.0</version>
<version>1.1</version>
@ -15,7 +15,8 @@
<version>1.7</version>
<version>1.8</version>
<version>1.8.1</version>
<version>1.8.2</version>
</versions>
<lastUpdated>20170707071240</lastUpdated>
<lastUpdated>20180123081815</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
30d36c714c7a6fb9078e2589e6f35f7e
c315b32c8da27ce4441e60453a941468

View File

@ -1 +1 @@
d77f5780403f895f78b6cbc7c2fe7c14b0c87bc8
a2466b11917095dff0057cd023da1304837c69c7