Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
15e312ee
Commit
15e312ee
authored
5 years ago
by
Spiros Koulouzis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added repository
parent
0db14a92
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
pom.xml
provisioner/pom.xml
+8
-1
No files found.
provisioner/pom.xml
View file @
15e312ee
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<artifactId>
dockerfile-maven-plugin
</artifactId>
<artifactId>
dockerfile-maven-plugin
</artifactId>
<version>
1.4.13
</version>
<version>
1.4.13
</version>
<configuration>
<configuration>
<repository>
${docker.image.prefix}/${project.artifactId}
</repository>
<repository>
${docker.image.prefix}/${project.artifactId}
</repository>
<!--<repository>${project.artifactId}</repository>-->
<!--<repository>${project.artifactId}</repository>-->
<tag>
${project.version}
</tag>
<tag>
${project.version}
</tag>
</configuration>
</configuration>
...
@@ -133,6 +133,13 @@
...
@@ -133,6 +133,13 @@
<id>
zh-releases
</id>
<id>
zh-releases
</id>
<url>
https://raw.githubusercontent.com/CloudsStorm/mvn-repo/master/releases
</url>
<url>
https://raw.githubusercontent.com/CloudsStorm/mvn-repo/master/releases
</url>
</repository>
</repository>
<repository>
<snapshots>
<enabled>
false
</enabled>
</snapshots>
<id>
releases
</id>
<url>
https://raw.githubusercontent.com/skoulouzis/mvn-repo/master/releases
</url>
</repository>
</repositories>
</repositories>
<name>
provisioner
</name>
<name>
provisioner
</name>
</project>
</project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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