Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Alignment API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
moex
Alignment API
Commits
45480b49
Commit
45480b49
authored
12 years ago
by
Jérôme Euzenat
Browse files
Options
Downloads
Patches
Plain Diff
- Added keyword substitution in poms
parent
42410465
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
lib/align.pom
+4
-4
4 additions, 4 deletions
lib/align.pom
lib/alignsvc.pom
+9
-9
9 additions, 9 deletions
lib/alignsvc.pom
lib/ontowrap.pom
+4
-4
4 additions, 4 deletions
lib/ontowrap.pom
lib/procalign.pom
+8
-8
8 additions, 8 deletions
lib/procalign.pom
with
25 additions
and
25 deletions
lib/align.pom
+
4
−
4
View file @
45480b49
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<groupId>org.semanticweb.owl</groupId>
<groupId>org.semanticweb.owl</groupId>
<artifactId>align</artifactId>
<artifactId>align</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
<!-- Rev 1
7
32:1
734
M 1
5
/0
7
/201
2
-->
<!-- Rev 1
8
32:1
833
M 1
6
/0
3
/201
3
-->
<name>The Alignment API</name>
<name>The Alignment API</name>
<description>The Alignment API is an API for manipulating ontology alignments.</description>
<description>The Alignment API is an API for manipulating ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url>
<url>http://alignapi.gforge.inria.fr</url>
...
@@ -25,13 +25,13 @@
...
@@ -25,13 +25,13 @@
<name>INRIA Exmo team</name>
<name>INRIA Exmo team</name>
<url>http://exmo.inrialpes.fr</url>
<url>http://exmo.inrialpes.fr</url>
</organization>
</organization>
<!-- (C) INRIA, 2003-201
2
-->
<!-- (C) INRIA, 2003-201
3
-->
<licenses>
<licenses>
<license>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</license>
<licen
c
e>
<licen
s
e>
<name>CeCILL-C Licence française de logiciel libre</name>
<name>CeCILL-C Licence française de logiciel libre</name>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
</license>
</license>
...
...
This diff is collapsed.
Click to expand it.
lib/alignsvc.pom
+
9
−
9
View file @
45480b49
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<groupId>fr.inrialpes.exmo.align</groupId>
<groupId>fr.inrialpes.exmo.align</groupId>
<artifactId>alignsvc</artifactId>
<artifactId>alignsvc</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
<!-- Rev 1
7
32:1
734
M 1
5
/0
7
/201
2
-->
<!-- Rev 1
8
32:1
833
M 1
6
/0
3
/201
3
-->
<name>Alignment server</name>
<name>Alignment server</name>
<description>A server for storing and sharing ontology alignments.</description>
<description>A server for storing and sharing ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url>
<url>http://alignapi.gforge.inria.fr</url>
...
@@ -25,37 +25,37 @@
...
@@ -25,37 +25,37 @@
<name>INRIA Exmo team</name>
<name>INRIA Exmo team</name>
<url>http://exmo.inrialpes.fr</url>
<url>http://exmo.inrialpes.fr</url>
</organization>
</organization>
<!-- (C) INRIA, 2003-201
2
-->
<!-- (C) INRIA, 2003-201
3
-->
<licenses>
<licenses>
<license>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</license>
<licen
c
e>
<licen
s
e>
<name>CeCILL-C Licence française de logiciel libre</name>
<name>CeCILL-C Licence française de logiciel libre</name>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
</license>
</license>
</licenses>
</licenses>
<packaging>jar</packaging>
<packaging>jar</packaging>
<dependencies>
<
!--
dependencies>
<dependency>
<dependency>
<groupId>org.semanticweb.owl</groupId>
<groupId>org.semanticweb.owl</groupId>
<artifactId>align</artifactId>
<artifactId>align</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
<scope>compile</scope>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>fr.inrialpes.exmo</groupId>
<groupId>fr.inrialpes.exmo</groupId>
<artifactId>ontowrap</artifactId>
<artifactId>ontowrap</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>fr.inrialpes.exmo.impl</groupId>
<groupId>fr.inrialpes.exmo.impl</groupId>
<artifactId>procalign</artifactId>
<artifactId>procalign</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
</dependency>
</dependency>
<dependencies>
<dependencies
--
>
<developers>
<developers>
<developer>
<developer>
...
...
This diff is collapsed.
Click to expand it.
lib/ontowrap.pom
+
4
−
4
View file @
45480b49
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<groupId>fr.inrialpes.exmo</groupId>
<groupId>fr.inrialpes.exmo</groupId>
<artifactId>ontowrap</artifactId>
<artifactId>ontowrap</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
<!-- Rev 1
7
32:1
734
M 1
5
/0
7
/201
2
-->
<!-- Rev 1
8
32:1
833
M 1
6
/0
3
/201
3
-->
<name>Ontology wrapping API</name>
<name>Ontology wrapping API</name>
<description>An ontology wrapping API and library.</description>
<description>An ontology wrapping API and library.</description>
<url>http://alignapi.gforge.inria.fr</url>
<url>http://alignapi.gforge.inria.fr</url>
...
@@ -25,13 +25,13 @@
...
@@ -25,13 +25,13 @@
<name>INRIA Exmo team</name>
<name>INRIA Exmo team</name>
<url>http://exmo.inrialpes.fr</url>
<url>http://exmo.inrialpes.fr</url>
</organization>
</organization>
<!-- (C) INRIA, 2003-201
2
-->
<!-- (C) INRIA, 2003-201
3
-->
<licenses>
<licenses>
<license>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</license>
<licen
c
e>
<licen
s
e>
<name>CeCILL-C Licence française de logiciel libre</name>
<name>CeCILL-C Licence française de logiciel libre</name>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
</license>
</license>
...
...
This diff is collapsed.
Click to expand it.
lib/procalign.pom
+
8
−
8
View file @
45480b49
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<groupId>fr.inrialpes.exmo.align</groupId>
<groupId>fr.inrialpes.exmo.align</groupId>
<artifactId>procalign</artifactId>
<artifactId>procalign</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
<!-- Rev 1
7
32:1
734
M 1
5
/0
7
/201
2
-->
<!-- Rev 1
8
32:1
833
M 1
6
/0
3
/201
3
-->
<name>Reference implementation of the Alignment API</name>
<name>Reference implementation of the Alignment API</name>
<description>Implementation of the Alignment API for manipulating ontology alignments.</description>
<description>Implementation of the Alignment API for manipulating ontology alignments.</description>
<url>http://alignapi.gforge.inria.fr</url>
<url>http://alignapi.gforge.inria.fr</url>
...
@@ -25,32 +25,32 @@
...
@@ -25,32 +25,32 @@
<name>INRIA Exmo team</name>
<name>INRIA Exmo team</name>
<url>http://exmo.inrialpes.fr</url>
<url>http://exmo.inrialpes.fr</url>
</organization>
</organization>
<!-- (C) INRIA, 2003-201
2
-->
<!-- (C) INRIA, 2003-201
3
-->
<licenses>
<licenses>
<license>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<name>GNU LESSER GENERAL PUBLIC LICENSE Version 2.1, February 1999</name>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
<url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
</license>
</license>
<licen
c
e>
<licen
s
e>
<name>CeCILL-C Licence française de logiciel libre</name>
<name>CeCILL-C Licence française de logiciel libre</name>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
<url>http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.txt</url>
</license>
</license>
</licenses>
</licenses>
<packaging>jar</packaging>
<packaging>jar</packaging>
<dependencies>
<
!--
dependencies>
<dependency>
<dependency>
<groupId>org.semanticweb.owl</groupId>
<groupId>org.semanticweb.owl</groupId>
<artifactId>align</artifactId>
<artifactId>align</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
<scope>compile</scope>
<scope>compile</scope>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>fr.inrialpes.exmo</groupId>
<groupId>fr.inrialpes.exmo</groupId>
<artifactId>ontowrap</artifactId>
<artifactId>ontowrap</artifactId>
<version>4.
3
</version>
<version>4.
4
</version>
</dependency>
</dependency>
<dependencies>
<dependencies
--
>
<developers>
<developers>
<developer>
<developer>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment