|
14 | 14 | # See the License for the specific language governing permissions and |
15 | 15 | # limitations under the License. |
16 | 16 | --> |
17 | | -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
18 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 17 | +<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/maven-v4_0_0.xsd"> |
19 | 18 | <modelVersion>4.0.0</modelVersion> |
20 | 19 |
|
21 | 20 | <groupId>com.github.chrishantha.sample</groupId> |
22 | 21 | <artifactId>java-samples</artifactId> |
23 | | - <version>0.0.2-SNAPSHOT</version> |
| 22 | + <version>0.0.2</version> |
24 | 23 | <packaging>pom</packaging> |
25 | 24 |
|
26 | 25 | <name>Java Samples</name> |
|
39 | 38 | <url>https://github.com/chrishantha/sample-java-programs.git</url> |
40 | 39 | <developerConnection>scm:git:https://github.com/Sampath2609/sample-java-programs.git</developerConnection> |
41 | 40 | <connection>scm:git:https://github.com/Sampath2609/sample-java-programs.git</connection> |
42 | | - <tag>HEAD</tag> |
| 41 | + <tag>0.0.2</tag> |
43 | 42 | </scm> |
44 | 43 |
|
45 | 44 | <modules> |
|
88 | 87 | </goals> |
89 | 88 | <configuration> |
90 | 89 | <transformers> |
91 | | - <transformer |
92 | | - implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
| 90 | + <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> |
93 | 91 | <mainClass>com.github.chrishantha.sample.base.App</mainClass> |
94 | 92 | </transformer> |
95 | 93 | </transformers> |
|
149 | 147 | <properties> |
150 | 148 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
151 | 149 | <javac.target>1.8</javac.target> |
152 | | - <samples.version>0.0.2-SNAPSHOT</samples.version> |
| 150 | + <samples.version>0.0.2</samples.version> |
153 | 151 | <jcommander.version>1.72</jcommander.version> |
154 | 152 | <hdrhistogram.version>2.1.11</hdrhistogram.version> |
155 | 153 | </properties> |
|
0 commit comments