Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
adapted artifactIds
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/clerezza/trunk@1071941 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
retog committed Feb 18, 2011
1 parent 4235cf9 commit 1a116f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions maven-archetypes/java-ssp-ttl/core/pom.xml
Expand Up @@ -21,31 +21,31 @@
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.jaxrs.utils</artifactId>
<artifactId>jaxrs.utils</artifactId>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.rdf.core</artifactId>
<artifactId>rdf.core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.platform</artifactId>
<artifactId>platform</artifactId>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.platform.graphprovider.content</artifactId>
<artifactId>platform.graphprovider.content</artifactId>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.platform.typerendering.core</artifactId>
<artifactId>platform.typerendering.core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.platform.typerendering.scalaserverpages</artifactId>
<artifactId>platform.typerendering.scalaserverpages</artifactId>
</dependency>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.web.fileserver</artifactId>
<artifactId>web.fileserver</artifactId>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down
4 changes: 2 additions & 2 deletions maven-archetypes/java-ssp-ttl/ontologies/pom.xml
Expand Up @@ -16,14 +16,14 @@
<dependencies>
<dependency>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.rdf.core</artifactId>
<artifactId>rdf.core</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.maven-ontologies-plugin</artifactId>
<artifactId>maven-ontologies-plugin</artifactId>
<executions>
<execution>
<phase>generate-sources</phase>
Expand Down
2 changes: 1 addition & 1 deletion maven-archetypes/java-ssp-ttl/pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.clerezza</groupId>
<artifactId>org.apache.clerezza.parent</artifactId>
<artifactId>parent</artifactId>
<version>0.2-incubating-SNAPSHOT</version>
</parent>
<groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
Expand Down

0 comments on commit 1a116f4

Please sign in to comment.