Commit 81fd3ce3d782315e723d76513523bde0b018c605
1 parent
64402636
[maven-release-plugin] prepare release htmlunit-sandbox-1.0
Showing
1 changed file
with
31 additions
and
8 deletions
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
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/maven-v4_0_0.xsd"> | 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/maven-v4_0_0.xsd"> |
4 | 3 | ||
5 | <modelVersion>4.0.0</modelVersion> | 4 | <modelVersion>4.0.0</modelVersion> |
6 | 5 | ||
7 | 6 | ||
8 | <groupId>pl.labno.bernard</groupId> | 7 | <groupId>pl.labno.bernard</groupId> |
9 | <artifactId>htmlunit-sandbox</artifactId> | 8 | <artifactId>htmlunit-sandbox</artifactId> |
10 | - <version>1.0-SNAPSHOT</version> | ||
11 | - <name>${project.artifactId} : ${project.version}</name> | 9 | + <version>1.0</version> |
12 | <description>Htmlunit sandbox</description> | 10 | <description>Htmlunit sandbox</description> |
13 | <packaging>jar</packaging> | 11 | <packaging>jar</packaging> |
14 | 12 | ||
@@ -36,6 +34,7 @@ | @@ -36,6 +34,7 @@ | ||
36 | <plugin> | 34 | <plugin> |
37 | <groupId>org.apache.maven.plugins</groupId> | 35 | <groupId>org.apache.maven.plugins</groupId> |
38 | <artifactId>maven-compiler-plugin</artifactId> | 36 | <artifactId>maven-compiler-plugin</artifactId> |
37 | + <version>2.3.2</version> | ||
39 | <configuration> | 38 | <configuration> |
40 | <source>1.5</source> | 39 | <source>1.5</source> |
41 | <target>1.5</target> | 40 | <target>1.5</target> |
@@ -46,6 +45,7 @@ | @@ -46,6 +45,7 @@ | ||
46 | <plugin> | 45 | <plugin> |
47 | <groupId>org.apache.maven.plugins</groupId> | 46 | <groupId>org.apache.maven.plugins</groupId> |
48 | <artifactId>maven-source-plugin</artifactId> | 47 | <artifactId>maven-source-plugin</artifactId> |
48 | + <version>2.1.2</version> | ||
49 | <executions> | 49 | <executions> |
50 | <execution> | 50 | <execution> |
51 | <goals> | 51 | <goals> |
@@ -54,16 +54,39 @@ | @@ -54,16 +54,39 @@ | ||
54 | </execution> | 54 | </execution> |
55 | </executions> | 55 | </executions> |
56 | </plugin> | 56 | </plugin> |
57 | - | 57 | + <plugin> |
58 | + <groupId>org.apache.maven.plugins</groupId> | ||
59 | + <artifactId>maven-release-plugin</artifactId> | ||
60 | + <version>2.1</version> | ||
61 | + </plugin> | ||
62 | + <plugin> | ||
63 | + <groupId>org.apache.maven.plugins</groupId> | ||
64 | + <artifactId>maven-surefire-plugin</artifactId> | ||
65 | + <version>2.9</version> | ||
66 | + <configuration> | ||
67 | + <skip>true</skip> | ||
68 | + </configuration> | ||
69 | + </plugin> | ||
58 | </plugins> | 70 | </plugins> |
59 | </build> | 71 | </build> |
60 | 72 | ||
73 | + <scm> | ||
74 | + <developerConnection>scm:svn:https://it-crowd.com.pl/svn/htmlunit-sandbox/tags/htmlunit-sandbox-1.0</developerConnection> | ||
75 | + <url>https://it-crowd.com.pl/svn/htmlunit-sandbox/tags/htmlunit-sandbox-1.0</url> | ||
76 | + <connection>scm:svn:https://it-crowd.com.pl/svn/htmlunit-sandbox/tags/htmlunit-sandbox-1.0</connection> | ||
77 | + </scm> | ||
78 | + | ||
61 | <distributionManagement> | 79 | <distributionManagement> |
62 | <repository> | 80 | <repository> |
63 | - <id>bernard.labno.pl</id> | ||
64 | - <name>MyCo Internal Repository</name> | ||
65 | - <url>http://bernard.labno.pl/artifactory/libs-snapshot-local</url> | 81 | + <id>it-crowd.com.pl</id> |
82 | + <name>IT Crowd Company Internal Repository</name> | ||
83 | + <url>http://artifactory.it-crowd.com.pl/libs-release-local</url> | ||
66 | </repository> | 84 | </repository> |
85 | + <snapshotRepository> | ||
86 | + <id>it-crowd.com.pl</id> | ||
87 | + <name>IT Crowd Company Internal Repository</name> | ||
88 | + <url>http://artifactory.it-crowd.com.pl/libs-snapshot-local</url> | ||
89 | + </snapshotRepository> | ||
67 | </distributionManagement> | 90 | </distributionManagement> |
68 | 91 | ||
69 | </project> | 92 | </project> |
Please
register
or
login
to post a comment