Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frascati
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
114
Issues
114
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
frascati
frascati
Commits
cfea58ef
Commit
cfea58ef
authored
Mar 03, 2009
by
Christophe Demarey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pom files : urls, dependencies, repository.
parent
f298608f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
40 deletions
+30
-40
assembly-factory/core-factory/pom.xml
assembly-factory/core-factory/pom.xml
+1
-1
assembly-factory/pom.xml
assembly-factory/pom.xml
+2
-10
distribution/standalone/pom.xml
distribution/standalone/pom.xml
+5
-0
intents/debug/pom.xml
intents/debug/pom.xml
+22
-16
transaction-service/pom.xml
transaction-service/pom.xml
+0
-13
No files found.
assembly-factory/core-factory/pom.xml
View file @
cfea58ef
...
...
@@ -31,7 +31,7 @@
<groupId>
org.ow2.frascati.factory
</groupId>
<artifactId>
frascati-af-core
</artifactId>
<name>
FraSCAti Assembly Factory: Core Factory Module
</name>
<url>
http://frascati.
forge.objectweb
.org/
</url>
<url>
http://frascati.
ow2
.org/
</url>
<inceptionYear>
2007
</inceptionYear>
<developers>
<developer>
...
...
assembly-factory/pom.xml
View file @
cfea58ef
...
...
@@ -34,7 +34,7 @@
<name>
FraSCAti Assembly Factory: Parent Module
</name>
<version>
0.5
</version>
<url>
http://
www.scorware
.org
</url>
<url>
http://
frascati.ow2
.org
</url>
<inceptionYear>
2007
</inceptionYear>
<developers>
<developer>
...
...
@@ -99,14 +99,6 @@
<build>
<defaultGoal>
install
</defaultGoal>
<extensions>
<!-- To access the SCOrWare SVN repository. -->
<extension>
<groupId>
org.apache.maven.wagon
</groupId>
<artifactId>
wagon-webdav
</artifactId>
<version>
1.0-beta-2
</version>
</extension>
</extensions>
<plugins>
<!-- Ensure use of Java specified in ${java.version}. -->
...
...
@@ -293,7 +285,7 @@
<dependencies>
<dependency>
<groupId>
org.
scorware
.tinfi
</groupId>
<groupId>
org.
ow2.frascati
.tinfi
</groupId>
<artifactId>
frascati-tinfi-membranes-oo
</artifactId>
<version>
${tinfi.version}
</version>
</dependency>
...
...
distribution/standalone/pom.xml
View file @
cfea58ef
...
...
@@ -75,6 +75,11 @@
<artifactId>
frascati-debug
</artifactId>
<version>
0.1
</version>
</dependency>
<dependency>
<groupId>
org.ow2.frascati.transaction
</groupId>
<artifactId>
frascati-transaction
</artifactId>
<version>
0.2
</version>
</dependency>
<!-- other dependencies -->
<!-- <dependency>-->
...
...
intents/debug/pom.xml
View file @
cfea58ef
...
...
@@ -29,17 +29,23 @@
<name>
Debug intent
</name>
<version>
0.1
</version>
<parent>
<groupId>
org.ow2.frascati.intent
</groupId>
<artifactId>
parent
</artifactId>
<version>
0.1
</version>
</parent>
<build>
<plugins>
<!-- To compile Java 5.0 source code. -->
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
1.5
</source>
<target>
1.5
</target>
</configuration>
<plugins>
<!-- To compile Java 5.0 source code. -->
<plugin>
<artifactId>
maven-compiler-plugin
</artifactId>
<configuration>
<source>
1.5
</source>
<target>
1.5
</target>
</configuration>
</plugin>
<plugin>
...
...
@@ -63,11 +69,11 @@
</srcs>
<composite>
frascati.debug.composite
</composite>
</configuration>
</plugin>
</plugins>
</build>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
...
...
@@ -75,7 +81,7 @@
<artifactId>
frascati-tinfi-runtime
</artifactId>
<version>
0.4.4
</version>
</dependency>
</dependencies>
</project>
transaction-service/pom.xml
View file @
cfea58ef
...
...
@@ -62,19 +62,6 @@
<!-- Repositories -->
<!-- ============= -->
<distributionManagement>
<repository>
<id>
ow2.org
</id>
<name>
OW2 Central Repository
</name>
<url>
scp://forge.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2
</url>
</repository>
<snapshotRepository>
<id>
frascati.ow2.org
</id>
<name>
OW2 FraSCAti Central Repository
</name>
<url>
scp://forge.objectweb.org/var/lib/gforge/chroot/home/groups/maven/htdocs/maven2-snapshot/
</url>
</snapshotRepository>
</distributionManagement>
<repositories>
<!-- Java Repository -->
<repository>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment