Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moodle-autograde
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
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
CS-107
moodle-autograde
Commits
5a06fca0
Commit
5a06fca0
authored
7 months ago
by
Hamza Remmal
Browse files
Options
Downloads
Plain Diff
Prepare release of 1.2.0 (
!254
)
parents
c3dffe51
51e9ced1
No related branches found
No related tags found
1 merge request
!254
Prepare release of 1.2.0
Pipeline
#211029
passed
7 months ago
Stage: prepare-pipeline
Stage: build
Stage: test
Stage: coverage
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
autograde-service/pom.xml
+1
-1
1 addition, 1 deletion
autograde-service/pom.xml
autograde-submission-manager/pom.xml
+1
-1
1 addition, 1 deletion
autograde-submission-manager/pom.xml
moodle-assignsubmission-autograde/version.php
+2
-2
2 additions, 2 deletions
moodle-assignsubmission-autograde/version.php
with
4 additions
and
4 deletions
autograde-service/pom.xml
+
1
−
1
View file @
5a06fca0
...
...
@@ -13,7 +13,7 @@
<!-- HR : Project definition-->
<groupId>
ch.epfl.autograde
</groupId>
<artifactId>
autograde-service
</artifactId>
<version>
1.
1.1
</version>
<version>
1.
2.0
</version>
<name>
autograde-service
</name>
<description>
...
...
This diff is collapsed.
Click to expand it.
autograde-submission-manager/pom.xml
+
1
−
1
View file @
5a06fca0
...
...
@@ -6,7 +6,7 @@
<groupId>
ch.epfl.autograde
</groupId>
<artifactId>
autograde-submission-manager
</artifactId>
<version>
1.
1.1
</version>
<version>
1.
2.0
</version>
<properties>
<maven.compiler.source>
17
</maven.compiler.source>
...
...
This diff is collapsed.
Click to expand it.
moodle-assignsubmission-autograde/version.php
+
2
−
2
View file @
5a06fca0
...
...
@@ -25,10 +25,10 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$plugin
->
version
=
202409
09
00
;
// HR : September
9
th, 2024
$plugin
->
version
=
202409
27
00
;
// HR : September
27
th, 2024
$plugin
->
requires
=
2022112800
;
// HR : Moodle 4.1.0 (https://moodledev.io/general/releases#moodle-41-lts)
$plugin
->
maturity
=
MATURITY_RC
;
$plugin
->
release
=
'1.
1.1
'
;
$plugin
->
release
=
'1.
2.0
'
;
$plugin
->
component
=
'assignsubmission_autograde'
;
$plugin
->
dependencies
=
array
(
'mod_assign'
=>
'2022112800'
,
...
...
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