This is an automated email from the ASF dual-hosted git repository.
hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git
The following commit(s) were added to refs/heads/master by this push:
new f4d4683 CLEREZZA-1061: Use parent version 8, add scm definition in
jaxrs.rdf.providers pom.xml, use release version of Apache Clerezza artifacts
f4d4683 is described below
commit f4d4683597345e300708dc0f10f7081a1943cb1d
Author: Hasan <[email protected]>
AuthorDate: Fri Aug 21 22:40:52 2020 +0200
CLEREZZA-1061: Use parent version 8, add scm definition in
jaxrs.rdf.providers pom.xml, use release version of Apache Clerezza artifacts
---
jaxrs.rdf.providers/pom.xml | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/jaxrs.rdf.providers/pom.xml b/jaxrs.rdf.providers/pom.xml
index f44647a..7e9c7ac 100644
--- a/jaxrs.rdf.providers/pom.xml
+++ b/jaxrs.rdf.providers/pom.xml
@@ -16,14 +16,12 @@
either express or implied. See the License for the specific
language governing permissions and limitations under the License.
-->
-<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>
+<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>org.apache.clerezza</groupId>
<artifactId>clerezza</artifactId>
- <version>8-SNAPSHOT</version>
+ <version>8</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -36,22 +34,22 @@
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>api-implementation</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>representation</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>api.utils</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
@@ -68,6 +66,13 @@
</dependency>
</dependencies>
+ <scm>
+ <url>https://github.com/apache/clerezza</url>
+
<connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
+
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
+ <tag>HEAD</tag>
+ </scm>
+
<build>
<plugins>
<plugin>