Skip to content

Commit 830f5c0

Browse files
authored
Merge pull request #114 from VariantSync/functjonal-update
Functjonal update
2 parents 36b423d + 2bd5458 commit 830f5c0

13 files changed

Lines changed: 28 additions & 15 deletions

local-maven-repo/deploy-functjonal.sh

100644100755
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# A simple script for deploying an update of the functjonal library to the local maven repository
2-
mvn deploy:deploy-file -DgroupId=org.variantsync -DartifactId=functjonal -Dversion=1.0-SNAPSHOT -Durl=file:../local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=../src/main/resources/lib/functjonal-1.0-SNAPSHOT.jar
3-
rm -rf ~/.m2/repository/org/variantsync/functjonal/
2+
# The script takes a single argument, the path to the functjonal jar file to deploy
3+
mvn deploy:deploy-file -DgroupId=org.variantsync -DartifactId=functjonal -Dversion=1.0-SNAPSHOT -Durl=file:../local-maven-repo/ -DrepositoryId=local-maven-repo -DupdateReleaseInfo=true -Dfile=$1
4+
rm -rf ~/.m2/repository/org/variantsync/functjonal/
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
166a8af340cb15efc13930c6badbec7a
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
96b2f9fb7d51eccafc7bb09eaf2a528a59e17236
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
4+
<modelVersion>4.0.0</modelVersion>
5+
<groupId>org.variantsync</groupId>
6+
<artifactId>functjonal</artifactId>
7+
<version>1.0-SNAPSHOT</version>
8+
</project>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0db2dd0cd5161aebfc81133a2f27802e
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
976fd7d0111c674401618825decf315ec237cecb

local-maven-repo/org/variantsync/functjonal/1.0-SNAPSHOT/maven-metadata.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<metadata modelVersion="1.1.0">
33
<groupId>org.variantsync</groupId>
44
<artifactId>functjonal</artifactId>
5+
<version>1.0-SNAPSHOT</version>
56
<versioning>
6-
<lastUpdated>20230616172827</lastUpdated>
77
<snapshot>
8-
<timestamp>20230616.172827</timestamp>
9-
<buildNumber>4</buildNumber>
8+
<timestamp>20240126.150022</timestamp>
9+
<buildNumber>5</buildNumber>
1010
</snapshot>
11+
<lastUpdated>20240126150022</lastUpdated>
1112
<snapshotVersions>
1213
<snapshotVersion>
1314
<extension>jar</extension>
14-
<value>1.0-20230616.172827-4</value>
15-
<updated>20230616172827</updated>
15+
<value>1.0-20240126.150022-5</value>
16+
<updated>20240126150022</updated>
1617
</snapshotVersion>
1718
<snapshotVersion>
1819
<extension>pom</extension>
19-
<value>1.0-20230616.172827-4</value>
20-
<updated>20230616172827</updated>
20+
<value>1.0-20240126.150022-5</value>
21+
<updated>20240126150022</updated>
2122
</snapshotVersion>
2223
</snapshotVersions>
2324
</versioning>
24-
<version>1.0-SNAPSHOT</version>
2525
</metadata>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
409dc289b1020047cbbd30802a354ba7
1+
f3e7ddea4327266ea976de9d7c6859ef
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7e20f40901ae2691c36c164a4306d0c3567d7edc
1+
c20031accaeaa3a71c39b2d9e405b7f4fd383540

0 commit comments

Comments
 (0)