Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e8fdbb

Browse files
author
Jenkins Continuous Build server
committed
[maven-release-plugin] prepare release v1.3
1 parent fed53d1 commit 8e8fdbb

File tree

1 file changed

+91
-91
lines changed

1 file changed

+91
-91
lines changed

pom.xml

Lines changed: 91 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,92 @@
1-
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4-
<modelVersion>4.0.0</modelVersion>
5-
<parent>
6-
<groupId>de.taimos</groupId>
7-
<artifactId>oss-parent</artifactId>
8-
<version>2</version>
9-
</parent>
10-
<artifactId>gpsd4java</artifactId>
11-
<version>1.3-SNAPSHOT</version>
12-
<packaging>bundle</packaging>
13-
<name>GPSd4Java</name>
14-
<description>Java Client library for GPSd deamon</description>
15-
<prerequisites>
16-
<maven>3.0.0</maven>
17-
</prerequisites>
18-
19-
<url>http://taimos.github.com/GPSd4Java/</url>
20-
<inceptionYear>2011</inceptionYear>
21-
22-
<contributors>
23-
<contributor>
24-
<name>Irakli Betchvaia</name>
25-
</contributor>
26-
<contributor>
27-
<name>Andrew Evdokimov</name>
28-
</contributor>
29-
</contributors>
30-
31-
<dependencies>
32-
<dependency>
33-
<groupId>org.json</groupId>
34-
<artifactId>json</artifactId>
35-
<version>20090211</version>
36-
</dependency>
37-
<dependency>
38-
<groupId>junit</groupId>
39-
<artifactId>junit</artifactId>
40-
<version>4.11</version>
41-
<scope>test</scope>
42-
</dependency>
43-
</dependencies>
44-
45-
<scm>
46-
<connection>scm:git:[email protected]:taimos/GPSd4Java.git</connection>
47-
<developerConnection>scm:git:git@github.com:taimos/GPSd4Java.git</developerConnection>
48-
<url>[email protected]:taimos/GPSd4Java.git</url>
49-
</scm>
50-
51-
<build>
52-
<pluginManagement>
53-
<plugins>
54-
<plugin>
55-
<artifactId>maven-compiler-plugin</artifactId>
56-
<version>3.0</version>
57-
</plugin>
58-
</plugins>
59-
</pluginManagement>
60-
61-
<plugins>
62-
<plugin>
63-
<groupId>org.apache.maven.plugins</groupId>
64-
<artifactId>maven-compiler-plugin</artifactId>
65-
<configuration>
66-
<source>1.6</source>
67-
<target>1.6</target>
68-
<showDeprecation>true</showDeprecation>
69-
</configuration>
70-
</plugin>
71-
<plugin>
72-
<artifactId>maven-jar-plugin</artifactId>
73-
<version>2.4</version>
74-
<configuration>
75-
<archive>
76-
<addMavenDescriptor />
77-
<compress>true</compress>
78-
<manifest>
79-
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
80-
</manifest>
81-
</archive>
82-
</configuration>
83-
</plugin>
84-
<plugin>
85-
<groupId>org.apache.felix</groupId>
86-
<artifactId>maven-bundle-plugin</artifactId>
87-
<version>2.5.3</version>
88-
<extensions>true</extensions>
89-
</plugin>
90-
</plugins>
91-
</build>
1+
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<parent>
5+
<groupId>de.taimos</groupId>
6+
<artifactId>oss-parent</artifactId>
7+
<version>2</version>
8+
</parent>
9+
<artifactId>gpsd4java</artifactId>
10+
<version>1.3</version>
11+
<packaging>bundle</packaging>
12+
<name>GPSd4Java</name>
13+
<description>Java Client library for GPSd deamon</description>
14+
<prerequisites>
15+
<maven>3.0.0</maven>
16+
</prerequisites>
17+
18+
<url>http://taimos.github.com/GPSd4Java/</url>
19+
<inceptionYear>2011</inceptionYear>
20+
21+
<contributors>
22+
<contributor>
23+
<name>Irakli Betchvaia</name>
24+
</contributor>
25+
<contributor>
26+
<name>Andrew Evdokimov</name>
27+
</contributor>
28+
</contributors>
29+
30+
<dependencies>
31+
<dependency>
32+
<groupId>org.json</groupId>
33+
<artifactId>json</artifactId>
34+
<version>20090211</version>
35+
</dependency>
36+
<dependency>
37+
<groupId>junit</groupId>
38+
<artifactId>junit</artifactId>
39+
<version>4.11</version>
40+
<scope>test</scope>
41+
</dependency>
42+
</dependencies>
43+
44+
<scm>
45+
<connection>scm:git:[email protected]:taimos/GPSd4Java.git</connection>
46+
<developerConnection>scm:git:[email protected]:taimos/GPSd4Java.git</developerConnection>
47+
<url>[email protected]:taimos/GPSd4Java.git</url>
48+
<tag>v1.3</tag>
49+
</scm>
50+
51+
<build>
52+
<pluginManagement>
53+
<plugins>
54+
<plugin>
55+
<artifactId>maven-compiler-plugin</artifactId>
56+
<version>3.0</version>
57+
</plugin>
58+
</plugins>
59+
</pluginManagement>
60+
61+
<plugins>
62+
<plugin>
63+
<groupId>org.apache.maven.plugins</groupId>
64+
<artifactId>maven-compiler-plugin</artifactId>
65+
<configuration>
66+
<source>1.6</source>
67+
<target>1.6</target>
68+
<showDeprecation>true</showDeprecation>
69+
</configuration>
70+
</plugin>
71+
<plugin>
72+
<artifactId>maven-jar-plugin</artifactId>
73+
<version>2.4</version>
74+
<configuration>
75+
<archive>
76+
<addMavenDescriptor />
77+
<compress>true</compress>
78+
<manifest>
79+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
80+
</manifest>
81+
</archive>
82+
</configuration>
83+
</plugin>
84+
<plugin>
85+
<groupId>org.apache.felix</groupId>
86+
<artifactId>maven-bundle-plugin</artifactId>
87+
<version>2.5.3</version>
88+
<extensions>true</extensions>
89+
</plugin>
90+
</plugins>
91+
</build>
9292
</project>

0 commit comments

Comments
 (0)