-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release fastods-parent-0.7.0
- Loading branch information
Showing
4 changed files
with
11 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
<parent> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-parent</artifactId> | ||
<version>0.6.3-SNAPSHOT</version> | ||
<version>0.7.0</version> | ||
</parent> | ||
|
||
<artifactId>fastods-testlib</artifactId> | ||
|
@@ -60,7 +60,7 @@ | |
<connection>scm:git:[email protected]:jferard/fastods.git</connection> | ||
<developerConnection>scm:git:[email protected]:jferard/fastods.git</developerConnection> | ||
<url>[email protected]:jferard/fastods.git</url> | ||
<tag>fastods-parent-0.6.2-SNAPSHOT</tag> | ||
<tag>fastods-parent-0.7.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ | |
<parent> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-parent</artifactId> | ||
<version>0.6.3-SNAPSHOT</version> | ||
<version>0.7.0</version> | ||
</parent> | ||
|
||
<artifactId>fastods</artifactId> | ||
|
@@ -62,7 +62,7 @@ | |
<connection>scm:git:[email protected]:jferard/fastods.git</connection> | ||
<developerConnection>scm:git:[email protected]:jferard/fastods.git</developerConnection> | ||
<url>[email protected]:jferard/fastods.git</url> | ||
<tag>fastods-parent-0.6.2-SNAPSHOT</tag> | ||
<tag>fastods-parent-0.7.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|
@@ -116,7 +116,7 @@ | |
<dependency> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-testlib</artifactId> | ||
<version>0.6.3-SNAPSHOT</version> | ||
<version>0.7.0</version> | ||
<scope>test</scope> | ||
</dependency> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,13 +20,11 @@ | |
~ You should have received a copy of the GNU General Public License along with | ||
~ this program. If not, see <http://www.gnu.org/licenses />. | ||
--> | ||
<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/xsd/maven-4.0.0.xsd"> | ||
<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/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-parent</artifactId> | ||
<version>0.6.3-SNAPSHOT</version> | ||
<version>0.7.0</version> | ||
<name>FastODS parent</name> | ||
<packaging>pom</packaging> | ||
<description>A very fast and lightweight (no dependency) library for creating ODS (Open Document | ||
|
@@ -60,7 +58,7 @@ | |
<connection>scm:git:[email protected]:jferard/fastods.git</connection> | ||
<developerConnection>scm:git:[email protected]:jferard/fastods.git</developerConnection> | ||
<url>[email protected]:jferard/fastods.git</url> | ||
<tag>fastods-parent-0.6.2-SNAPSHOT</tag> | ||
<tag>fastods-parent-0.7.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|