Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illinois-srl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
CogComp
illinois-srl
Commits
9bee1453
Commit
9bee1453
authored
9 years ago
by
Christos Christodoulopoulos
Browse files
Options
Downloads
Patches
Plain Diff
Reverted back to nlp-pipeline-0.1.1
Fixed model deployment
parent
6eeded18
No related branches found
Branches containing commit
Tags
v5.1.1
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+2
-2
2 additions, 2 deletions
pom.xml
scripts/deployModels.sh
+4
-4
4 additions, 4 deletions
scripts/deployModels.sh
with
6 additions
and
6 deletions
pom.xml
+
2
−
2
View file @
9bee1453
...
...
@@ -5,7 +5,7 @@
<groupId>
edu.illinois.cs.cogcomp
</groupId>
<artifactId>
illinois-srl
</artifactId>
<packaging>
jar
</packaging>
<version>
5.1
</version>
<version>
5.1
.1
</version>
<url>
http://cogcomp.cs.illinois.edu
</url>
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
edu.illinois.cs.cogcomp
</groupId>
<artifactId>
illinois-nlp-pipeline
</artifactId>
<version>
0.1.
2-SNAPSHOT
</version>
<version>
0.1.
1
</version>
</dependency>
<dependency>
...
...
This diff is collapsed.
Click to expand it.
scripts/deployModels.sh
+
4
−
4
View file @
9bee1453
...
...
@@ -10,7 +10,7 @@ mvn deploy:deploy-file \
-Dversion
=
${
VERSION
}
\
-Dclassifier
=
models-nom-charniak
\
-Dpackaging
=
jar
\
-Durl
=
scp://bilbo.cs.
uiuc
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-Durl
=
scp://bilbo.cs.
illinois
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-DrepositoryId
=
CogcompSoftware
echo
"Deploying illinois-srl-models-nom-STANFORD-
${
VERSION
}
.jar"
...
...
@@ -21,7 +21,7 @@ mvn deploy:deploy-file \
-Dversion
=
${
VERSION
}
\
-Dclassifier
=
models-nom-stanford
\
-Dpackaging
=
jar
\
-Durl
=
scp://bilbo.cs.
uiuc
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-Durl
=
scp://bilbo.cs.
illinois
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-DrepositoryId
=
CogcompSoftware
echo
"Deploying illinois-srl-models-verb-CHARNIAK-
${
VERSION
}
.jar"
...
...
@@ -32,7 +32,7 @@ mvn deploy:deploy-file \
-Dversion
=
${
VERSION
}
\
-Dclassifier
=
models-verb-charniak
\
-Dpackaging
=
jar
\
-Durl
=
scp://bilbo.cs.
uiuc
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-Durl
=
scp://bilbo.cs.
illinois
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-DrepositoryId
=
CogcompSoftware
echo
"Deploying illinois-srl-models-verb-STANFORD-
${
VERSION
}
.jar"
...
...
@@ -43,5 +43,5 @@ mvn deploy:deploy-file \
-Dversion
=
${
VERSION
}
\
-Dclassifier
=
models-verb-stanford
\
-Dpackaging
=
jar
\
-Durl
=
scp://bilbo.cs.
uiuc
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-Durl
=
scp://bilbo.cs.
illinois
.edu:/mounts/bilbo/disks/0/www/cogcomp/html/m2repo
\
-DrepositoryId
=
CogcompSoftware
\ 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