Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-jams
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
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
savoirfairelinux
jami-jams
Commits
73730c4e
Commit
73730c4e
authored
4 years ago
by
William Enright
Browse files
Options
Downloads
Patches
Plain Diff
Fixed remaining static references to versions
Change-Id: I92fc0a96997dd756bd5a314b1718f89d64e05e6d
parent
26df1a0f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
datastore/pom.xml
+1
-1
1 addition, 1 deletion
datastore/pom.xml
jams-ca/pom.xml
+1
-1
1 addition, 1 deletion
jams-ca/pom.xml
jams-server/pom.xml
+1
-1
1 addition, 1 deletion
jams-server/pom.xml
with
3 additions
and
3 deletions
datastore/pom.xml
+
1
−
1
View file @
73730c4e
...
...
@@ -25,7 +25,7 @@
<dependency>
<groupId>
net.jami
</groupId>
<artifactId>
jams-common
</artifactId>
<version>
2.0
</version>
<version>
${revision}
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
jams-ca/pom.xml
+
1
−
1
View file @
73730c4e
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
net.jami
</groupId>
<artifactId>
jams-common
</artifactId>
<version>
2.0
</version>
<version>
${revision}
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
jams-server/pom.xml
+
1
−
1
View file @
73730c4e
...
...
@@ -70,7 +70,7 @@
<dependency>
<groupId>
net.jami
</groupId>
<artifactId>
jami-nameserver
</artifactId>
<version>
2.0
</version>
<version>
${revision}
</version>
<scope>
compile
</scope>
</dependency>
</dependencies>
...
...
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