-
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.5.0
- Loading branch information
Showing
3 changed files
with
11 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,15 +16,15 @@ | |
~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with | ||
~ this program. If not, see <http://www.gnu.org/licenses/>. | ||
~ 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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<parent> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-parent</artifactId> | ||
<version>0.4.2-SNAPSHOT</version> | ||
<version>0.5.0</version> | ||
</parent> | ||
|
||
<artifactId>fastods-testlib</artifactId> | ||
|
@@ -58,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>HEAD</tag> | ||
<tag>fastods-parent-0.5.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 |
---|---|---|
|
@@ -16,16 +16,15 @@ | |
~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with | ||
~ this program. If not, see <http://www.gnu.org/licenses/>. | ||
~ 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> | ||
|
||
<parent> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-parent</artifactId> | ||
<version>0.4.2-SNAPSHOT</version> | ||
<version>0.5.0</version> | ||
</parent> | ||
|
||
<artifactId>fastods</artifactId> | ||
|
@@ -59,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>HEAD</tag> | ||
<tag>fastods-parent-0.5.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|
@@ -119,7 +118,7 @@ | |
<dependency> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-testlib</artifactId> | ||
<version>0.4.2-SNAPSHOT</version> | ||
<version>0.5.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 |
---|---|---|
|
@@ -16,13 +16,13 @@ | |
~ A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
~ | ||
~ You should have received a copy of the GNU General Public License along with | ||
~ this program. If not, see <http://www.gnu.org/licenses/>. | ||
~ 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"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<groupId>com.github.jferard</groupId> | ||
<artifactId>fastods-parent</artifactId> | ||
<version>0.4.2-SNAPSHOT</version> | ||
<version>0.5.0</version> | ||
<name>FastODS parent</name> | ||
<packaging>pom</packaging> | ||
<description>FastODS writer, a Martin Schulz's SimpleODS fork - parent</description> | ||
|
@@ -54,7 +54,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>HEAD</tag> | ||
<tag>fastods-parent-0.5.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|