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
A
assert-object-equals-module
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
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
Danijel Dragicevic
assert-object-equals-module
Commits
c0fe55fc
Commit
c0fe55fc
authored
Jun 06, 2019
by
Danijel Dragicevic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added only Snapshot distribution tags.
parent
6029b047
Pipeline
#70589
canceled with stages
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
+4
-9
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
.m2/settings.xml
.m2/settings.xml
+1
-1
pom.xml
pom.xml
+2
-7
No files found.
.gitlab-ci.yml
View file @
c0fe55fc
...
...
@@ -24,4 +24,4 @@ deploy:
script
:
-
mvn $MAVEN_CLI_OPTS deploy
only
:
-
master
\ No newline at end of file
-
deployments
\ No newline at end of file
.m2/settings.xml
View file @
c0fe55fc
...
...
@@ -2,7 +2,7 @@
xmlns=
"http://maven.apache.org/SETTINGS/1.1.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
>
<servers>
<server>
<id>
central
</id>
<id>
snapshots
</id>
<username>
${env.MAVEN_REPO_USER}
</username>
<password>
${env.MAVEN_REPO_PASS}
</password>
</server>
...
...
pom.xml
View file @
c0fe55fc
...
...
@@ -6,7 +6,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.codecentric.mule.modules
</groupId>
<artifactId>
assert-object-equals-module
</artifactId>
<version>
1.
0
.181-SNAPSHOT
</version>
<version>
1.
1
.181-SNAPSHOT
</version>
<packaging>
mule-extension
</packaging>
<name>
Assert Object Equals Extension
</name>
...
...
@@ -56,15 +56,10 @@
</dependencies>
<distributionManagement>
<repository>
<id>
central
</id>
<name>
artifactory.codecentric.de-releases
</name>
<url>
${env.MAVEN_REPO_URL}/public
</url>
</repository>
<snapshotRepository>
<id>
snapshots
</id>
<name>
artifactory.codecentric.de-snapshots
</name>
<url>
${env.MAVEN_REPO_URL}/public
</url>
<url>
https://artifactory.codecentric.de:443/artifactory/snapshots
</url>
</snapshotRepository>
</distributionManagement>
</project>
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