Skip to content

Commit f077d2e

Browse files
committed
[maven-release-plugin] prepare release 4.5.1
1 parent 1a4c57b commit f077d2e

12 files changed

Lines changed: 1577 additions & 1577 deletions

File tree

pom.xml

Lines changed: 684 additions & 684 deletions
Large diffs are not rendered by default.

slice-assembly/pom.xml

Lines changed: 78 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,78 @@
1-
<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">
2-
<modelVersion>4.0.0</modelVersion>
3-
<artifactId>slice-assembly</artifactId>
4-
<version>4.5.1-SNAPSHOT</version>
5-
<parent>
6-
<groupId>com.cognifide.slice</groupId>
7-
<artifactId>slice-parent</artifactId>
8-
<version>4.5.1-SNAPSHOT</version>
9-
</parent>
10-
<name>Slice - Assembly</name>
11-
<description>Slice assembly</description>
12-
<packaging>pom</packaging>
13-
14-
<build>
15-
<plugins>
16-
<plugin>
17-
<artifactId>maven-assembly-plugin</artifactId>
18-
<configuration>
19-
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
20-
</configuration>
21-
</plugin>
22-
<plugin>
23-
<groupId>com.cognifide.maven.plugins</groupId>
24-
<artifactId>maven-crx-plugin</artifactId>
25-
<inherited>false</inherited>
26-
<configuration>
27-
<skip>false</skip>
28-
</configuration>
29-
</plugin>
30-
<plugin>
31-
<groupId>com.mycila</groupId>
32-
<artifactId>license-maven-plugin</artifactId>
33-
<configuration>
34-
<header>${project.parent.basedir}/license-template.txt</header>
35-
<headerDefinitions>
36-
<header>${project.parent.basedir}/license-header-definition.txt</header>
37-
</headerDefinitions>
38-
</configuration>
39-
</plugin>
40-
</plugins>
41-
<extensions>
42-
<extension>
43-
<groupId>org.apache.maven.wagon</groupId>
44-
<artifactId>wagon-ssh</artifactId>
45-
<version>1.0-beta-7</version>
46-
</extension>
47-
</extensions>
48-
</build>
49-
<profiles>
50-
<profile>
51-
<id>release</id>
52-
<build>
53-
<plugins>
54-
<plugin>
55-
<groupId>org.codehaus.mojo</groupId>
56-
<artifactId>wagon-maven-plugin</artifactId>
57-
<version>1.0-beta-3</version>
58-
<configuration>
59-
<fromDir>${project.build.directory}/</fromDir>
60-
<includes>*.zip</includes>
61-
<url>${releaseshare.url}</url>
62-
<serverId>cognifide-releaseshare</serverId>
63-
</configuration>
64-
<executions>
65-
<execution>
66-
<id>upload-package-to-releaseshare</id>
67-
<phase>deploy</phase>
68-
<goals>
69-
<goal>upload</goal>
70-
</goals>
71-
</execution>
72-
</executions>
73-
</plugin>
74-
</plugins>
75-
</build>
76-
</profile>
77-
</profiles>
78-
</project>
1+
<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">
2+
<modelVersion>4.0.0</modelVersion>
3+
<artifactId>slice-assembly</artifactId>
4+
<version>4.5.1</version>
5+
<parent>
6+
<groupId>com.cognifide.slice</groupId>
7+
<artifactId>slice-parent</artifactId>
8+
<version>4.5.1</version>
9+
</parent>
10+
<name>Slice - Assembly</name>
11+
<description>Slice assembly</description>
12+
<packaging>pom</packaging>
13+
14+
<build>
15+
<plugins>
16+
<plugin>
17+
<artifactId>maven-assembly-plugin</artifactId>
18+
<configuration>
19+
<runOnlyAtExecutionRoot>false</runOnlyAtExecutionRoot>
20+
</configuration>
21+
</plugin>
22+
<plugin>
23+
<groupId>com.cognifide.maven.plugins</groupId>
24+
<artifactId>maven-crx-plugin</artifactId>
25+
<inherited>false</inherited>
26+
<configuration>
27+
<skip>false</skip>
28+
</configuration>
29+
</plugin>
30+
<plugin>
31+
<groupId>com.mycila</groupId>
32+
<artifactId>license-maven-plugin</artifactId>
33+
<configuration>
34+
<header>${project.parent.basedir}/license-template.txt</header>
35+
<headerDefinitions>
36+
<header>${project.parent.basedir}/license-header-definition.txt</header>
37+
</headerDefinitions>
38+
</configuration>
39+
</plugin>
40+
</plugins>
41+
<extensions>
42+
<extension>
43+
<groupId>org.apache.maven.wagon</groupId>
44+
<artifactId>wagon-ssh</artifactId>
45+
<version>1.0-beta-7</version>
46+
</extension>
47+
</extensions>
48+
</build>
49+
<profiles>
50+
<profile>
51+
<id>release</id>
52+
<build>
53+
<plugins>
54+
<plugin>
55+
<groupId>org.codehaus.mojo</groupId>
56+
<artifactId>wagon-maven-plugin</artifactId>
57+
<version>1.0-beta-3</version>
58+
<configuration>
59+
<fromDir>${project.build.directory}/</fromDir>
60+
<includes>*.zip</includes>
61+
<url>${releaseshare.url}</url>
62+
<serverId>cognifide-releaseshare</serverId>
63+
</configuration>
64+
<executions>
65+
<execution>
66+
<id>upload-package-to-releaseshare</id>
67+
<phase>deploy</phase>
68+
<goals>
69+
<goal>upload</goal>
70+
</goals>
71+
</execution>
72+
</executions>
73+
</plugin>
74+
</plugins>
75+
</build>
76+
</profile>
77+
</profiles>
78+
</project>

slice-core-api/pom.xml

Lines changed: 103 additions & 103 deletions
Original file line numberDiff line numberDiff line change
@@ -1,103 +1,103 @@
1-
<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">
2-
<modelVersion>4.0.0</modelVersion>
3-
<artifactId>slice-core-api</artifactId>
4-
<parent>
5-
<groupId>com.cognifide.slice</groupId>
6-
<artifactId>slice-parent</artifactId>
7-
<version>4.5.1-SNAPSHOT</version>
8-
</parent>
9-
<name>Slice - Core API</name>
10-
<description>Slice Core API</description>
11-
<packaging>bundle</packaging>
12-
<properties>
13-
<site.root>${project.parent.build.sourceDirectory}/../resources</site.root>
14-
</properties>
15-
16-
<build>
17-
<plugins>
18-
<plugin>
19-
<groupId>org.apache.sling</groupId>
20-
<artifactId>maven-sling-plugin</artifactId>
21-
</plugin>
22-
<plugin>
23-
<groupId>org.apache.felix</groupId>
24-
<artifactId>maven-scr-plugin</artifactId>
25-
</plugin>
26-
<plugin>
27-
<groupId>org.apache.felix</groupId>
28-
<artifactId>maven-bundle-plugin</artifactId>
29-
<configuration>
30-
<instructions>
31-
<Export-Package>
32-
com.cognifide.slice.api*,
33-
com.cognifide.slice.util*,
34-
</Export-Package>
35-
</instructions>
36-
</configuration>
37-
</plugin>
38-
<plugin>
39-
<groupId>com.mycila</groupId>
40-
<artifactId>license-maven-plugin</artifactId>
41-
<configuration>
42-
<header>${project.parent.basedir}/license-template.txt</header>
43-
<headerDefinitions>
44-
<header>${project.parent.basedir}/license-header-definition.txt</header>
45-
</headerDefinitions>
46-
</configuration>
47-
</plugin>
48-
</plugins>
49-
</build>
50-
51-
<dependencies>
52-
<!-- Slice -->
53-
<dependency>
54-
<groupId>com.cognifide.slice</groupId>
55-
<artifactId>slice-mapper-api</artifactId>
56-
<version>4.5.1-SNAPSHOT</version>
57-
</dependency>
58-
59-
<!-- Guice -->
60-
<dependency>
61-
<groupId>com.google.inject</groupId>
62-
<artifactId>guice</artifactId>
63-
</dependency>
64-
<dependency>
65-
<groupId>org.ops4j</groupId>
66-
<artifactId>peaberry</artifactId>
67-
</dependency>
68-
69-
<!-- OSGi -->
70-
<dependency>
71-
<groupId>org.osgi</groupId>
72-
<artifactId>org.osgi.core</artifactId>
73-
</dependency>
74-
75-
<!-- javax -->
76-
<dependency>
77-
<groupId>javax.servlet</groupId>
78-
<artifactId>jsp-api</artifactId>
79-
</dependency>
80-
<dependency>
81-
<groupId>javax.servlet</groupId>
82-
<artifactId>servlet-api</artifactId>
83-
</dependency>
84-
85-
<!-- Apache felix scr annotations-->
86-
<dependency>
87-
<groupId>org.apache.felix</groupId>
88-
<artifactId>org.apache.felix.scr.annotations</artifactId>
89-
</dependency>
90-
91-
<!-- Logging -->
92-
<dependency>
93-
<groupId>org.slf4j</groupId>
94-
<artifactId>slf4j-api</artifactId>
95-
</dependency>
96-
97-
<dependency>
98-
<groupId>junit</groupId>
99-
<artifactId>junit</artifactId>
100-
</dependency>
101-
</dependencies>
102-
103-
</project>
1+
<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">
2+
<modelVersion>4.0.0</modelVersion>
3+
<artifactId>slice-core-api</artifactId>
4+
<parent>
5+
<groupId>com.cognifide.slice</groupId>
6+
<artifactId>slice-parent</artifactId>
7+
<version>4.5.1</version>
8+
</parent>
9+
<name>Slice - Core API</name>
10+
<description>Slice Core API</description>
11+
<packaging>bundle</packaging>
12+
<properties>
13+
<site.root>${project.parent.build.sourceDirectory}/../resources</site.root>
14+
</properties>
15+
16+
<build>
17+
<plugins>
18+
<plugin>
19+
<groupId>org.apache.sling</groupId>
20+
<artifactId>maven-sling-plugin</artifactId>
21+
</plugin>
22+
<plugin>
23+
<groupId>org.apache.felix</groupId>
24+
<artifactId>maven-scr-plugin</artifactId>
25+
</plugin>
26+
<plugin>
27+
<groupId>org.apache.felix</groupId>
28+
<artifactId>maven-bundle-plugin</artifactId>
29+
<configuration>
30+
<instructions>
31+
<Export-Package>
32+
com.cognifide.slice.api*,
33+
com.cognifide.slice.util*,
34+
</Export-Package>
35+
</instructions>
36+
</configuration>
37+
</plugin>
38+
<plugin>
39+
<groupId>com.mycila</groupId>
40+
<artifactId>license-maven-plugin</artifactId>
41+
<configuration>
42+
<header>${project.parent.basedir}/license-template.txt</header>
43+
<headerDefinitions>
44+
<header>${project.parent.basedir}/license-header-definition.txt</header>
45+
</headerDefinitions>
46+
</configuration>
47+
</plugin>
48+
</plugins>
49+
</build>
50+
51+
<dependencies>
52+
<!-- Slice -->
53+
<dependency>
54+
<groupId>com.cognifide.slice</groupId>
55+
<artifactId>slice-mapper-api</artifactId>
56+
<version>4.5.1</version>
57+
</dependency>
58+
59+
<!-- Guice -->
60+
<dependency>
61+
<groupId>com.google.inject</groupId>
62+
<artifactId>guice</artifactId>
63+
</dependency>
64+
<dependency>
65+
<groupId>org.ops4j</groupId>
66+
<artifactId>peaberry</artifactId>
67+
</dependency>
68+
69+
<!-- OSGi -->
70+
<dependency>
71+
<groupId>org.osgi</groupId>
72+
<artifactId>org.osgi.core</artifactId>
73+
</dependency>
74+
75+
<!-- javax -->
76+
<dependency>
77+
<groupId>javax.servlet</groupId>
78+
<artifactId>jsp-api</artifactId>
79+
</dependency>
80+
<dependency>
81+
<groupId>javax.servlet</groupId>
82+
<artifactId>servlet-api</artifactId>
83+
</dependency>
84+
85+
<!-- Apache felix scr annotations-->
86+
<dependency>
87+
<groupId>org.apache.felix</groupId>
88+
<artifactId>org.apache.felix.scr.annotations</artifactId>
89+
</dependency>
90+
91+
<!-- Logging -->
92+
<dependency>
93+
<groupId>org.slf4j</groupId>
94+
<artifactId>slf4j-api</artifactId>
95+
</dependency>
96+
97+
<dependency>
98+
<groupId>junit</groupId>
99+
<artifactId>junit</artifactId>
100+
</dependency>
101+
</dependencies>
102+
103+
</project>

0 commit comments

Comments
 (0)