Skip to content

Commit a22055b

Browse files
committed
[maven-release-plugin] prepare release macro-pdfviewer-2.7-rc-2
1 parent 15e5d35 commit a22055b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

macro-pdfviewer-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>macro-pdfviewer</artifactId>
2626
<groupId>com.xwiki.pdfviewer</groupId>
27-
<version>2.7-rc-2-SNAPSHOT</version>
27+
<version>2.7-rc-2</version>
2828
</parent>
2929
<artifactId>macro-pdfviewer-api</artifactId>
3030
<name>PDF Viewer Macro - API</name>

macro-pdfviewer-test/macro-pdfviewer-test-docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.xwiki.pdfviewer</groupId>
2727
<artifactId>macro-pdfviewer-test</artifactId>
28-
<version>2.7-rc-2-SNAPSHOT</version>
28+
<version>2.7-rc-2</version>
2929
</parent>
3030
<artifactId>macro-pdfviewer-test-docker</artifactId>
3131
<packaging>jar</packaging>

macro-pdfviewer-test/macro-pdfviewer-test-pageobjects/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.xwiki.pdfviewer</groupId>
2727
<artifactId>macro-pdfviewer-test</artifactId>
28-
<version>2.7-rc-2-SNAPSHOT</version>
28+
<version>2.7-rc-2</version>
2929
</parent>
3030
<artifactId>macro-pdfviewer-test-pageobjects</artifactId>
3131
<packaging>jar</packaging>

macro-pdfviewer-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.xwiki.pdfviewer</groupId>
2727
<artifactId>macro-pdfviewer</artifactId>
28-
<version>2.7-rc-2-SNAPSHOT</version>
28+
<version>2.7-rc-2</version>
2929
</parent>
3030
<packaging>pom</packaging>
3131
<artifactId>macro-pdfviewer-test</artifactId>

macro-pdfviewer-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>com.xwiki.pdfviewer</groupId>
2727
<artifactId>macro-pdfviewer</artifactId>
28-
<version>2.7-rc-2-SNAPSHOT</version>
28+
<version>2.7-rc-2</version>
2929
</parent>
3030
<artifactId>macro-pdfviewer-ui</artifactId>
3131
<packaging>xar</packaging>

macro-pdfviewer-webjar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<artifactId>macro-pdfviewer</artifactId>
2626
<groupId>com.xwiki.pdfviewer</groupId>
27-
<version>2.7-rc-2-SNAPSHOT</version>
27+
<version>2.7-rc-2</version>
2828
</parent>
2929
<artifactId>macro-pdfviewer-webjar</artifactId>
3030
<name>PDF Viewer Macro - Webjar</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030
<groupId>com.xwiki.pdfviewer</groupId>
3131
<artifactId>macro-pdfviewer</artifactId>
32-
<version>2.7-rc-2-SNAPSHOT</version>
32+
<version>2.7-rc-2</version>
3333
<name>PDF Viewer Macro - Parent POM</name>
3434
<description>Display attached PDF files or PDFs from external URLs inside XWiki pages. Use the tabbed layout to show multiple PDF files in the same XWiki page. The app can be purchased individually or part of the XWiki Pro package. Try it free.</description>
3535
<packaging>pom</packaging>
@@ -44,7 +44,7 @@
4444
<connection>scm:git:git://github.com/xwikisas/macro-pdfviewer.git</connection>
4545
<developerConnection>scm:git:git@github.com:xwikisas/macro-pdfviewer.git</developerConnection>
4646
<url>https://github.com/xwikisas/macro-pdfviewer/tree/master</url>
47-
<tag>HEAD</tag>
47+
<tag>macro-pdfviewer-2.7-rc-2</tag>
4848
</scm>
4949
<modules>
5050
<module>macro-pdfviewer-api</module>

0 commit comments

Comments
 (0)