Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.9.15
Browse files Browse the repository at this point in the history
  • Loading branch information
bertfrees committed Jun 21, 2016
1 parent 054cdbf commit bfede5b
Show file tree
Hide file tree
Showing 17 changed files with 61 additions and 41 deletions.
26 changes: 13 additions & 13 deletions maven/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-bom</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DAISY Pipeline 2 :: Braille Modules Bill Of Materials</name>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:daisy/pipeline-mod-braille.git</connection>
<url>scm:git:[email protected]:daisy/pipeline-mod-braille.git</url>
<developerConnection>scm:git:[email protected]:daisy/pipeline-mod-braille.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.9.15</tag>
</scm>

<dependencyManagement>
Expand All @@ -32,12 +32,12 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>common-utils</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>css-calabash</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>css-utils</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>dotify-formatter</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand Down Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>libhyphen-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand Down Expand Up @@ -135,7 +135,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>liblouis-core</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -151,19 +151,19 @@
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>liblouis-native</artifactId>
<classifier>linux</classifier>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>liblouis-native</artifactId>
<classifier>mac</classifier>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>liblouis-native</artifactId>
<classifier>windows</classifier>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -183,7 +183,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>pef-calabash</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand All @@ -198,7 +198,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>pef-utils</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
Expand Down
6 changes: 3 additions & 3 deletions maven/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DAISY Pipeline 2 :: Braille Modules Parent POM</name>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:daisy/pipeline-mod-braille.git</connection>
<url>scm:git:[email protected]:daisy/pipeline-mod-braille.git</url>
<developerConnection>scm:git:[email protected]:daisy/pipeline-mod-braille.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.9.15</tag>
</scm>


Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-bom</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-braille-utils/common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../maven/parent/</relativePath>
</parent>

<artifactId>common-utils</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: common-utils</name>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-braille-utils/css-utils/css-calabash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent/</relativePath>
</parent>

<artifactId>css-calabash</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: css-utils :: css-calabash</name>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-braille-utils/css-utils/css-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent/</relativePath>
</parent>

<artifactId>css-utils</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: css-utils :: css-utils</name>
Expand Down
6 changes: 5 additions & 1 deletion pipeline-braille-utils/css-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>css-utils-aggregator</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DP2 Braille Modules :: css-utils</name>
Expand Down Expand Up @@ -41,4 +41,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v1.9.15</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pipeline-braille-utils/dotify-utils/dotify-formatter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent/</relativePath>
</parent>

<artifactId>dotify-formatter</artifactId>
<version>1.11.1-SNAPSHOT</version>
<version>1.11.1</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: dotify-utils :: dotify-formatter</name>
Expand Down
6 changes: 5 additions & 1 deletion pipeline-braille-utils/dotify-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>dotify-utils-aggregator</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DP2 Braille Modules :: dotify-utils</name>
Expand Down Expand Up @@ -41,4 +41,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v1.9.15</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pipeline-braille-utils/libhyphen-utils/libhyphen-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent/</relativePath>
</parent>

<artifactId>libhyphen-core</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: libhyphen-utils :: libhyphen-core</name>
Expand Down
6 changes: 5 additions & 1 deletion pipeline-braille-utils/libhyphen-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>libhyphen-utils-aggregator</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DP2 Braille Modules :: libhyphen-utils</name>
Expand Down Expand Up @@ -43,4 +43,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v1.9.15</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pipeline-braille-utils/liblouis-utils/liblouis-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent</relativePath>
</parent>

<artifactId>liblouis-core</artifactId>
<version>4.1.2-SNAPSHOT</version>
<version>4.1.2</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: liblouis-utils :: liblouis-core</name>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-braille-utils/liblouis-utils/liblouis-native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent/</relativePath>
</parent>

<artifactId>liblouis-native</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: liblouis-utils :: liblouis-native</name>
Expand Down
6 changes: 5 additions & 1 deletion pipeline-braille-utils/liblouis-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>liblouis-utils-aggregator</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DP2 Braille Modules :: liblouis-utils</name>
Expand Down Expand Up @@ -44,4 +44,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v1.9.15</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pipeline-braille-utils/pef-utils/pef-calabash/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent/</relativePath>
</parent>

<artifactId>pef-calabash</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: pef-utils :: pef-calabash</name>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-braille-utils/pef-utils/pef-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-parent</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<relativePath>../../../maven/parent/</relativePath>
</parent>

<artifactId>pef-utils</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<packaging>bundle</packaging>

<name>DP2 Braille Modules :: pef-utils :: pef-utils</name>
Expand Down
6 changes: 5 additions & 1 deletion pipeline-braille-utils/pef-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>pef-utils-aggregator</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DP2 Braille Modules :: pef-utils</name>
Expand Down Expand Up @@ -40,4 +40,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v1.9.15</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>org.daisy.pipeline.modules.braille</groupId>
<artifactId>braille-modules-aggregator</artifactId>
<version>1.9.15-SNAPSHOT</version>
<version>1.9.15</version>
<packaging>pom</packaging>

<name>DAISY Pipeline 2 :: Aggregator POM for the Braille Modules</name>
Expand All @@ -21,7 +21,7 @@
<connection>scm:git:[email protected]:daisy/pipeline-mod-braille.git</connection>
<url>scm:git:[email protected]:daisy/pipeline-mod-braille.git</url>
<developerConnection>scm:git:[email protected]:daisy/pipeline-mod-braille.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.9.15</tag>
</scm>

<modules>
Expand Down

0 comments on commit bfede5b

Please sign in to comment.