Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SnapArchivingServers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango controls archiving
SnapArchivingServers
Commits
2554f2f1
Commit
2554f2f1
authored
Jul 5, 2021
by
gwen-soleil
Browse files
Options
Downloads
Patches
Plain Diff
update poms for new scm
parent
2c47d448
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
pom.xml
+73
-54
73 additions, 54 deletions
pom.xml
snaparchiver/pom.xml
+21
-41
21 additions, 41 deletions
snaparchiver/pom.xml
snapextractor/pom.xml
+7
-23
7 additions, 23 deletions
snapextractor/pom.xml
snapmanager/pom.xml
+22
-41
22 additions, 41 deletions
snapmanager/pom.xml
with
123 additions
and
159 deletions
pom.xml
+
73
−
54
View file @
2554f2f1
...
@@ -11,9 +11,10 @@
...
@@ -11,9 +11,10 @@
<groupId>
fr.soleil.deviceservers
</groupId>
<groupId>
fr.soleil.deviceservers
</groupId>
<artifactId>
snaparchivingservers
</artifactId>
<artifactId>
snaparchivingservers
</artifactId>
<version>
1.
7.15
</version>
<version>
1.
8.0
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<name>
snapArchivingServers
</name>
<name>
snapArchivingServers
</name>
<developers>
<developers>
<developer>
<developer>
<id>
abeille
</id>
<id>
abeille
</id>
...
@@ -40,9 +41,15 @@
...
@@ -40,9 +41,15 @@
</developers>
</developers>
<scm>
<scm>
<connection>
${scm.connection.svn.tango-cs}:archiving/server/snapArchivingServers/trunk
</connection>
<connection>
<developerConnection>
${scm.developerConnection.svn.tango-cs}:archiving/server/snapArchivingServers/trunk
</developerConnection>
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-archiving/snaparchivingservers.git
<url>
${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/trunk
</url>
</connection>
<developerConnection>
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-archiving/snaparchivingservers.git
</developerConnection>
<url>
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-archiving/snaparchivingservers.git
</url>
</scm>
</scm>
<modules>
<modules>
...
@@ -55,4 +62,16 @@
...
@@ -55,4 +62,16 @@
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
</properties>
</properties>
<dependencies>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
JTangoServer
</artifactId>
</dependency>
<dependency>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
snapArchivingApi
</artifactId>
<version>
1.8.6
</version>
</dependency>
</dependencies>
</project>
</project>
This diff is collapsed.
Click to expand it.
snaparchiver/pom.xml
+
21
−
41
View file @
2554f2f1
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
fr.soleil.deviceservers
</groupId>
<groupId>
fr.soleil.deviceservers
</groupId>
<artifactId>
snaparchivingservers
</artifactId>
<artifactId>
snaparchivingservers
</artifactId>
<version>
1.
7.15
</version>
<version>
1.
8.0
</version>
</parent>
</parent>
<artifactId>
snaparchiver
</artifactId>
<artifactId>
snaparchiver
</artifactId>
...
@@ -14,34 +14,14 @@
...
@@ -14,34 +14,14 @@
<description>
SnapArchiver device
</description>
<description>
SnapArchiver device
</description>
<scm>
<scm>
<connection>
<connection>
scm:svn:${scm.connection.svn.tango-cs}:
archiving/
server/
snap
A
rchiving
S
ervers
/snaparchiver
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-
archiving/snap
a
rchiving
s
ervers
.git
</connection>
</connection>
<developerConnection>
<developerConnection>
scm:svn:${scm.developerConnection.svn.tango-cs}:
archiving/
server/
snap
A
rchiving
S
ervers
/snaparchiver
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-
archiving/snap
a
rchiving
s
ervers
.git
</developerConnection>
</developerConnection>
<url>
${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/snaparchiver
</url>
<url>
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-archiving/snaparchivingservers.git
</url>
</scm>
</scm>
<dependencies>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
TangORB
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
JTangoServer
</artifactId>
</dependency>
<dependency>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
snapArchivingApi
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
JTangoClientLang
</artifactId>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
snapextractor/pom.xml
+
7
−
23
View file @
2554f2f1
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<parent>
<parent>
<groupId>
fr.soleil.deviceservers
</groupId>
<groupId>
fr.soleil.deviceservers
</groupId>
<artifactId>
snaparchivingservers
</artifactId>
<artifactId>
snaparchivingservers
</artifactId>
<version>
1.
7.15
</version>
<version>
1.
8.0
</version>
</parent>
</parent>
<artifactId>
snapextractor
</artifactId>
<artifactId>
snapextractor
</artifactId>
...
@@ -15,30 +15,14 @@
...
@@ -15,30 +15,14 @@
<description>
SnapExtractor device
</description>
<description>
SnapExtractor device
</description>
<scm>
<scm>
<connection>
<connection>
scm:svn:${scm.connection.svn.tango-cs}:
archiving/
server/
snap
A
rchiving
S
ervers
/snapextractor
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-
archiving/snap
a
rchiving
s
ervers
.git
</connection>
</connection>
<developerConnection>
<developerConnection>
scm:svn:${scm.developerConnection.svn.tango-cs}:
archiving/
server/
snap
A
rchiving
S
ervers
/snapextractor
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-
archiving/snap
a
rchiving
s
ervers
.git
</developerConnection>
</developerConnection>
<url>
${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/snapextractor
</url>
<url>
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-archiving/snaparchivingservers.git
</url>
</scm>
</scm>
<dependencies>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
JTangoServer
</artifactId>
</dependency>
<dependency>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
snapArchivingApi
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
JTangoClientLang
</artifactId>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
snapmanager/pom.xml
+
22
−
41
View file @
2554f2f1
...
@@ -6,43 +6,24 @@
...
@@ -6,43 +6,24 @@
<parent>
<parent>
<groupId>
fr.soleil.deviceservers
</groupId>
<groupId>
fr.soleil.deviceservers
</groupId>
<artifactId>
snaparchivingservers
</artifactId>
<artifactId>
snaparchivingservers
</artifactId>
<version>
1.
7.15
</version>
<version>
1.
8.0
</version>
</parent>
</parent>
<artifactId>
snapmanager
</artifactId>
<artifactId>
snapmanager
</artifactId>
<name>
SnapManager
</name>
<name>
SnapManager
</name>
<description>
SnapManager device
</description>
<description>
SnapManager device
</description>
<scm>
<scm>
<connection>
<connection>
scm:svn:${scm.connection.svn.tango-cs}:
archiving/
server/
snap
A
rchiving
S
ervers
/snapmanager
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-
archiving/snap
a
rchiving
s
ervers
.git
</connection>
</connection>
<developerConnection>
<developerConnection>
scm:svn:${scm.developerConnection.svn.tango-cs}:
archiving/
server/
snap
A
rchiving
S
ervers
/snapmanager
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-
archiving/snap
a
rchiving
s
ervers
.git
</developerConnection>
</developerConnection>
<url>
${scm.url.svn.tango-cs}/archiving/server/snapArchivingServers/snapmanager
</url>
<url>
git@gitlab.synchrotron-soleil.fr:software-control-system/tango-controls-archiving/snaparchivingservers.git
</url>
</scm>
</scm>
<dependencies>
<dependency>
<groupId>
ch.qos.logback
</groupId>
<artifactId>
logback-classic
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
TangORB
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
JTangoServer
</artifactId>
</dependency>
<dependency>
<groupId>
fr.soleil.lib
</groupId>
<artifactId>
snapArchivingApi
</artifactId>
</dependency>
<dependency>
<groupId>
org.tango-controls
</groupId>
<artifactId>
JTangoClientLang
</artifactId>
</dependency>
</dependencies>
</project>
</project>
\ No newline at end of file
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