-
Notifications
You must be signed in to change notification settings - Fork 3
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 v1.0.0
- Loading branch information
jenkinsci
committed
Oct 8, 2024
1 parent
138b4d6
commit 8524e35
Showing
5 changed files
with
12 additions
and
18 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
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
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 |
---|---|---|
@@ -1,14 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<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> | ||
<!-- | ||
If you are doing more than bumping the version number, please read | ||
doc/sphinx-guides/source/developers/dependencies.rst | ||
--> | ||
<groupId>edu.harvard.iq</groupId> | ||
<artifactId>dataverse-parent</artifactId> | ||
<version>1.0.0-SNAPSHOT</version> | ||
<version>1.0.0</version> | ||
<packaging>pom</packaging> | ||
|
||
<name>dataverse-parent</name> | ||
|
@@ -19,7 +18,7 @@ | |
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<additionalparam>-Xdoclint:none</additionalparam> | ||
<!-- Needed to avoid IDEA IDE compilation failures. See commits in GH #5059 --> | ||
<compilerArgument></compilerArgument> | ||
<compilerArgument /> | ||
<project.timezone>UTC</project.timezone> | ||
<project.language>en</project.language> | ||
<project.region>US</project.region> | ||
|
@@ -1031,7 +1030,7 @@ | |
<url>https://github.com/CeON/dataverse.git</url> | ||
<connection>scm:git:[email protected]:CeON/dataverse.git</connection> | ||
<developerConnection>scm:git:[email protected]:CeON/dataverse.git</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>v1.0.0</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|