Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of 7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
varontron committed Jul 25, 2016
1 parent 57909a6 commit 461659c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.novartis.opensource</groupId>
<artifactId>YADA</artifactId>
<version>7.1.1</version>
<version>7.1.1-SNAPSHOT</version>
<name>YADA</name>
<url>http://opensource.nibr.com/yada</url>
<description>YADA (Yet Another Data Abstraction) Thin Server Framework</description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:ssh:[email protected]:Novartis/YADA.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Novartis/YADA.git</developerConnection>
<url>scm:git:ssh://github.com/Novartis/YADA</url>
<tag>7.1.1</tag>
<tag>HEAD</tag>
</scm>
<properties>
<display.version>${project.version}</display.version>
Expand Down Expand Up @@ -288,7 +288,7 @@
site gets deployed internally -->
<replaceregexp file="${stagingDirectory}/index.html">
<regexp pattern="(&lt;body\s.+&gt;)" />
<substitution expression="\1--- name: YADA abbreviation: YADA projectName: YADA launched: 2015-11-01 icon: images/blox250.png summary: A universal remote control for data. description: | Access any data, at any source, in any format, from any environment, using just a URL, with just one-time configuration. Get data from multiple sources, in different formats, merge the results into one with uniform column names, on-the-fly, using one URL. **YADA** exists to simplify data access and eliminate work. **YADA** is a lightweight framework for data retrieval, searching, storage, and manipulation. **YADA** is an instant web service for your data. **YADA** is a tool to enable efficient development of interfaces and data-processing pipelines. **YADA** is an implementation of [Thin Server Architecture](http://bit.ly/1dhuiRY). **YADA** is an acronym for &quot;Yet Another Data Abstraction.&quot; Its [raisons d'être](http://bit.ly/1SHuiAd) are to enable efficient, non-redundant development of data-dependent applications and utilities, data source querying, data analysis, processing pipelines, extract, transform, and load (ETL) processes, etc. **YADA** does all this while preserving total decoupling between data access and other aspects of application architecture such as user interface. ---" />
<substitution expression="\1--- name: YADA abbreviation: YADA projectName: YADA launched: 2015-11-01 icon: images/blox250.png summary: A universal remote control for data. description: | Access any data, at any source, in any format, from any environment, using just a URL, with just one-time configuration. Get data from multiple sources, in different formats, merge the results into one with uniform column names, on-the-fly, using one URL. **YADA** exists to simplify data access and eliminate work. **YADA** is a lightweight framework for data retrieval, searching, storage, and manipulation. **YADA** is an instant web service for your data. **YADA** is a tool to enable efficient development of interfaces and data-processing pipelines. **YADA** is an implementation of [Thin Server Architecture](http://bit.ly/1dhuiRY). **YADA** is an acronym for &quot;Yet Another Data Abstraction.&quot; Its [raisons d'être](http://bit.ly/1SHuiAd) are to enable efficient, non-redundant development of data-dependent applications and utilities, data source querying, data analysis, processing pipelines, extract, transform, and load (ETL) processes, etc. **YADA** does all this while preserving total decoupling between data access and other aspects of application architecture such as user interface. ---" />
</replaceregexp>

<!-- add link for github docs stage -->
Expand Down
4 changes: 2 additions & 2 deletions yada-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.novartis.opensource</groupId>
<artifactId>YADA</artifactId>
<version>7.1.1</version>
<version>7.1.1-SNAPSHOT</version>
</parent>
<groupId>com.novartis.opensource</groupId>
<artifactId>yada-api</artifactId>
<version>7.1.1</version>
<version>7.1.1-SNAPSHOT</version>
<name>yada-api</name>
<url>http://opensource.nibr.com/yada/yada-api</url>
<distributionManagement>
Expand Down
4 changes: 2 additions & 2 deletions yada-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.novartis.opensource</groupId>
<artifactId>YADA</artifactId>
<version>7.1.1</version>
<version>7.1.1-SNAPSHOT</version>
</parent>
<groupId>com.novartis.opensource</groupId>
<artifactId>yada-war</artifactId>
<version>7.1.1</version>
<version>7.1.1-SNAPSHOT</version>
<name>yada-war</name>
<url>http://opensource.nibr.com/yada/yada-war</url>
<packaging>war</packaging>
Expand Down

0 comments on commit 461659c

Please sign in to comment.